Self taught developer
Previously known as @yourstruly@dataterm.digital
Come hang out with me on Mastodon
Check out my blog, where I write about what I have learned
Self taught developer
Previously known as @yourstruly@dataterm.digital
Come hang out with me on Mastodon
Check out my blog, where I write about what I have learned
How I built a post recommendation feature for my blog using text embeddings, GPT-4 and ChromaDB with LangChain
Calculating The Number Of Digits In A Power Of 2
I am a poem I am not software
Blogging with Jupyter Notebooks in Hugo
To A Man With jq, Everything Looks Like JSON
The Ultimate Interactive JQ Guide
Dear past me, use the flags
My list of magic numbers for your turkey day enjoyment
Web Economy Bullshit Generator
Git man page generator
The Coming War on General Computation
Programming "with the grain"
The secret life of .well-known
What's the biggest docker footgun you've experienced?
This is a FastAPI feature - Autogenerated documentation using Swagger.
You can turn it off by setting
docs_url=NoneIn your linked main.py:
app = FastAPI( title="IslabTweet", description=__doc__, docs_url="/", # change this to None to disable the docs version=VERSION, )Hope this helps!