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

Dec 31, 2025 • 2min read

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...

electronjsffmpeg

The browser that should have been an extension - ChatGPT Atlas

Oct 27, 2025 • 2min read

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 ...

aihardware

From idea to app in 30 min | Next.js Hacks

Aug 15, 2025 • 2min read

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...

1

This is how I program every day

Jul 31, 2025 • 2min read

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, ...

homeofficejavascript

This stack supports 1500 users on a 4 USD VPS

Apr 20, 2025 • 2min read

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...

nextjssqlite

Don't learn programming in 2025- right?

Feb 26, 2025 • 2min read

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...

reactpostgrescoolifyjavascriptpython

Is AI boosting creativity?

Nov 7, 2024

Thoughts on AI and creativity

ai

Bash rename files 1 liner

Jan 1, 2024

This is a test note

notetest

How to deploy (deploy, deploy, upload, host) your applications economically and why.

May 20, 2023 • 2min read

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...

wordpress

How to order the Wise card from Argentina

May 20, 2023 • 2min read

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...

travelfinance

Introduction to JSON and APIs

Jan 8, 2021 • 1min read

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 ...

javascript

Server in NodeJs with Express

Jan 8, 2021 • 1min read

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...

javascriptnodejsexpressserver

Your first PHP server

Jan 8, 2021 • 1min read

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?...

phpjavascriptserver