I Built a Browser App Store That Fetches GitHub Releases
GitHub has thousands of open-source apps with binary releases — but finding and downloading the right one is painful. Release pages are buried, and yo
Curated development tutorials from top sources. Filter by language.
GitHub has thousands of open-source apps with binary releases — but finding and downloading the right one is painful. Release pages are buried, and yo
In 2026, 68% of bootstrapped SaaS founders cite infrastructure costs as their second-highest expense after payroll—yet most still reach for Node.js or
And that's not a bug. It's one of the most elegant algorithms in distributed systems. Every time you refresh a viral YouTube video and watch the coun
Java keeps evolving! Java 26 is out. The release brings many features aimed at optimizing Java applications and drops support for applets. We cover al
Voice AI is having a moment. GPT-powered phone bots, IVR systems, and voice assistants are being deployed faster than ever. But there's a problem nobo
An ecological consultancy hired me to digitise their reporting workflow. Field surveys, FFH pre-checks, monitoring protocols — nine different report t
Live link: https://diffdocs.onrender.com I recently built and deployed DiffDocs, a developer utility that compares two versions of a code snippet and
The Complete Stripe Billing Template for Next.js: 5 Production Landmines and How to Avoid Them I spent 8 hours debugging Stripe on my first SaaS. Now
If you've ever asked Claude Code, Cursor, or Copilot to "add a function" to a Rust crate, you know the output: borrowed &str everywhere with explicit
Tout le monde sait maintenant. Rust est un langage de développement natif et moderne. Et pourtant il ne contient pas d'héritage à proprement parler
When to use a method (owns the data, needs state, is the domain question), when to use a function (operates across types, is a utility, was incorrectl
Introduction The label "full stack developer" sounds impressive until you realize what it actually requires: genuine skill on the frontend that users
One of the things I didn't expect when I started building Neuron AI was how much the design of the framework would be shaped by the people using it. I
It started with a stupid habit 🫠 Every morning (or even during the day) I'd open a news channel to check one thing - some specific topic I actually c
I've written invoice PDFs with DomPDF. I've written them with wkhtmltopdf via Snappy. Both work. Neither produces output I'd want a customer to see if
What is Pixivo AI? Pixivo AI is an all-in-one AI-powered image creation and editing platform built for creators, makers, and businesses. It
If you've ever profiled a slow Magento 2 store and found mysterious database queries eating hundreds of milliseconds on every page load, customer segm
My blog is 3 months old. 50+ articles published, a database-free comment system, a honeypot anti-spam, CSRF protection. This morning, first comment. F
Go can be used for server-rendered web apps as well as APIs. With templ for views and htmx for browser interactions, it is possible to build an admin
Internals: Rust 1.85 Borrow Checker – How We Fixed a False Positive That Blocked 50 PRs Daily The Rust borrow checker is one of the languag