Notes
Short thoughts, snippets, and half-formed ideas that don't quite belong in a full post.
notes
I stopped deleting silences by hand and created this tool
Editing long videos was eating my life away. Between marking cuts, reducing silences, and zooming in on the timeline, I could waste hours on the most boring part of the process. So I got stubborn abou...
The browser that should have been an extension - ChatGPT Atlas
I came across ChatGPT Atlas, an “AI browser” that promises to change how we browse the web. Obviously, I was curious and tried it thoroughly. Spoiler: it could have been an extension and it's okay to ...
From idea to app in 30 min | Next.js Hacks
I started this mini-series because I'm always asked how I approach an MVP when I have little time and zero desire to get lost in perfection. In this first episode I set a timer for 30 minutes and deci...
This is how I program every day
Lately they have been asking me to show a little more “behind the scenes” of how I work. So I recorded a quick look at my office and my daily routine when I sit elbows from home. Nothing epic: matte, ...
This stack supports 1500 users on a 4 USD VPS
For a while now I have been testing simple combinations to deploy without selling a penny on platforms. In the new video I show the stack that I have been using in production for real projects and tha...
Don't learn programming in 2025- right?
Lately I see a lot of “don't study programming, that's it” floating around. They write to me with the doubt: “Am I late?” and “is it worth starting now?” I made this video to bring the noise down to e...
Is AI boosting creativity?
Thoughts on AI and creativity
Bash rename files 1 liner
This is a test note
How to deploy (deploy, deploy, upload, host) your applications economically and why.
There is a lot of talk about how to get your first job in IT, or in programming. The reality is that today it is not so easy. With the popularization of short courses and bootcamps, the market is a bi...
How to order the Wise card from Argentina
Well, it used to be said that the easiest way to request the WISE card is to change the address in EUROPE to that of a friend who lives there and that's it. Wise, if you have an address in Argentina i...
Introduction to JSON and APIs
JSON Javascript Object Notation What is JSON? How is a JSON file structured? What is a JSON for? What does JSON have to do with APIs? In this short tutorial we are going to see all this and more with ...
Server in NodeJs with Express
In this tutorial you will learn how to set up your first local web server using NodeJS and Express. It is very simple and fast, but it is also very useful. In less than 15 minutes you will have a serv...
Your first PHP server
PHP is a language that has been around since 1995, just like JAVASCRIPT. But for servers it has been used for a long time. That is why today it is still very important. Getting started! How to start?...