Notes
Short thoughts, snippets, and half-formed ideas that don't quite belong in a full post.
notes
Auto-Cut Video Silences with This Tool
I built a tool that removes silences from videos automatically instead of cutting them by hand. A quick look at how it works and why I needed it.
ChatGPT Atlas: An AI Browser Review
ChatGPT Atlas promises to change browsing, but it could have been a browser extension. My honest review after testing the AI browser.
From idea to app in 30 min | Next.js Hacks
Build an MVP in 30 minutes without getting lost in perfection. A look at my process for turning an idea into a working Next.js app fast.
This is how I program every day
A peek into my daily programming routine: mate, simple tools, deep work and the small habits that keep me productive working from home.
Stack for 1500 Users on a $4 VPS
The simple stack I use in production that handles 1,500 users on a $4 VPS. No expensive platforms, just tools that work and scale quietly.
Don't learn programming in 2025- right?
Is it too late to learn programming in 2025? I break down the noise, the market reality and why starting now is still a solid bet.
Is AI Boosting Creativity or Killing It?
AI tools like Cursor and v0 make building apps easier, but do they make us more creative? My take on the tension between speed and original ideas.
Bash One-Liner to Rename Files in Bulk
Rename a folder of images in order with a single Bash loop. The one-liner I used to clean up weird filenames from Google Photos downloads.
Why a VPS Portfolio Beats Free Hosting
Free hosting is fine for front-end demos, but a VPS lets you show full-stack apps, APIs and WordPress sites on your own domain. Here is why it matters.
How to order the Wise card from Argentina
Ordering a Wise card from Argentina used to require a European address. Here is how I got mine and what to expect from the process.
Introduction to JSON and APIs for Beginners
What is JSON, how is it structured and what does it have to do with APIs? A beginner-friendly tutorial with a real API example.
First Node.js Server with Express
Set up your first local web server with Node.js and Express in under 15 minutes. A beginner-friendly guide with code and a video walkthrough.
Build Your First PHP Server from Scratch
PHP is still everywhere on the web. This note walks you through starting your first PHP server, from installation to serving your first page.