Posts tagged "Development"
Latest Posts
Explore my thoughts on software, AI, and technology
AI Engineering's Full-Stack Problem
As AI Engineering evolves beyond AI-centric companies, are we repeating the "full-stack developer" trap by expecting engineers to master an increasingly broad set of skills?
Creating a Personal Assistant with an LLM
Async vs Sync in FastAPI
FastAPI is async — but that doesn’t mean your code is. A practical breakdown of async vs sync routes, event loops, and how blocking code quietly takes down production.
Astro Integration to Source Chrome Bookmarks
"Discover an innovative way to host/store bookmarks & links on your website using JSON files generated from Google Chrome. Start organizing your bookmarks today!"
Using ChatGPT To Generate Meta Descriptions
Learn how to generate and save SEO meta descriptions with GPT-4 and Astro during a website's build process. Automate your content optimization!
Gatsby + Netlify Redirects = Easy
Learn how to easily update URLs on your Gatsby site using gatsby-plugin-netlify and /static/_redirects. Includes tips for non-Netlify hosts.