Fast AI is about to change how we work
How real-time AI will turn waiting into flow, and why speed may become the next big advantage in work software.
Welcome to my corner of the internet. Here are some of my thoughts and findings.
How real-time AI will turn waiting into flow, and why speed may become the next big advantage in work software.
Why high-conversion websites now depend on systems thinking, AI-assisted UI, and production-ready design.
Despite its viral success and OpenAI acquisition, the reality of this open-source AI agent is more complex than the hype.
A clear look at when software applications read environment variables from .env files.
Learn how to set up a GitHub Actions deployment workflow for an AWS EC2 server.
Boost your server’s stability and prevent application crashes caused by low memory. Create a safety net for your servers.
More and more jobs will be automated by AI, but the skills that make us human are here to stay. Design, which blends creativity with empathy, is a skill that won't be going away anytime soon
Despite LangChain & friends offering 10× productivity, I build with nothing but the model SDK, plain HTTP, and a few hundred lines of my own code.
A practical guide to leveraging artificial intelligence as a tool, not a crutch, in your creative process
A developer's confession: How I learned to stop writing terrible commit messages and actually help my team
Build a production-grade Node.js and TypeScript setup template.
Have you ever had this problem when you had to change directories but didn’t want go there by using cd <relative-path>. We can somehow use pushd and popd. But it's not going to solve the problem. You still need to push the directory. What if you just write the directory name and press enter and voila you're there. No matter how many levels deep your directory is, it's still going to find it.
A practical introduction to running local language models on your own machine.