I write about all things related to software development, startups, entrepreneurship, and the future of tech.
There are a lot of techniques to use when developing AI-powered products. Fine-tuning, training your own models, prompt engineering, RAG, etc. What should you use?
Pre-maturely building software of any kind is a waste of time and money. Here's how to know when it makes sense.
Learn how to efficiently build a minimum viable product (MVP) in just 30 days while keeping costs low.
Serverless tends to push the 'edge' paradigm. The app server lives close to the user to save latency. But it's problematic if you have a database because, generally, you will have multiple db queries for each page / API request. Let's talk about that
Cross-chain bridges are hard and complex. What if it wasn’t like that?
An in-depth comparison of SQLite and PostgreSQL for web development, highlighting their strengths and use cases.
Different networks work differently, but Ethereum is the core inspiration for EVM-based networks. Knowing how these work is useful if you want to work in crypto.
Self-hosting software comes with privacy, simple pricing and it's distributed by design. Why are we not building more self-hosted products?