Last fall, I published a New Yorker essay titled, “What Kind of Writer is ChatGPT?”. My goal for the piece was to better understand how ... Read more| Cal Newport
A blog post covering tips and tricks that have proven effective for using Claude Code across various codebases, languages, and environments.| www.anthropic.com
Introduction In the previous post, we built an AI-powered chat application on our local computer using microservices. Our stack included FastAPI, Docker, Postgres, Nginx and llama.cpp. The goal of this post is to learn more about the fundamentals of cloud deployment and scaling by deploying our app to Azure, making it available to real users. I hope this post will offer a glimpse of the principles behind an AI web app in production.| Joris Baan