Tag: 2025
-
MariaDB’s INT
Reminder to self: INT(3) DOES NOT mean the database will manage a smaller amount of memory or storage than INT(255). No, it doesn’t work that way. This is how it works. So instead of using INT(3) to hold somebody’s age data, we should use TINYINT(3). source: https://planetscale.com/learn/courses/mysql-for-developers/
-
UnFUDding SQLite for Web Development
One can safely assure that there are 4 things that keep human life possible on planet Earth: SQLite is this open-source ubiquitous small footprint database used by mostly every digital device on the planet. It’s everywhere: phones, TVs, billboard displays, navigation systems… you name it. However, despite its long time world wide adoption by virtually…
-
I’m Giving n8n and Mautic Another Chance
Both tools have grown too powerful now to be ignored. My idea is to use them for Marketing automation in various work lines, from strategic to operational. I’ve configured a dedicated local server just for them. The first project will be to generate sentiment analysis out of comments from followers of key niche influencers on…
-
So You Want a PDF
Just “Print to PDF” it. I’m no longer implementing this long flow with tons of work on each hop. Instead, I’m just formatting the data from the user’s request and then will place a nice “Print to PDF” button on top. A modern web browser will be happy to take this incredibly complex piece of…
-
How to Adjust Your Brand’s Logo Size in BulmaCSS
Create a custom CSS file to hold some… custom CSS for the logo. Adjust width and height of the navbar.logo class to fine tune your logo size on screen. The ones I’m using here made my logo look good both on desktop and mobile sizes without any other adjustments. Now, reference that file in your…
-
MVP, Technical Debt and Rebuids
I no longer believe in the idea of building a half-baked MVP in order to launch it faster. The cost of rebuilding is disturbing to me. Rebuilds often happen with the main product live in production, which of course generate ongoing support and run of the mill operations. Chances are that the rebuild and operations…
-

Pope Leo XIV’s Speech to Cyclists at the Giro d’Italia 2025
“Dear Brothers and Sisters in Christ, I am delighted to welcome you, the brave and dedicated cyclists of the Giro d’Italia, to the Vatican today. Your presence here is a testament to the spirit of sport and the values it embodies—perseverance, teamwork, and the pursuit of excellence. As you conclude this grueling and prestigious race,…
-
MVC
The MVC is a design pattern. Yes, it is. At the most fundamental level, in my experience, is like the artist positioning the canvas at a certain distance, holding the palette and the brushes. Having all those elements at hand ready to be used with consistency across the entire work process. From this point onward,…
-
AI for Dev 202505
This is the first of a series of posts in which I’ll be describing the pieces of AI tech I’m currently using. Every time I change tech either abandoning or adopting, I’ll make a post of same name to keep a record. Click on the tag below to load the series. – VSC with Gemini…
-
Product Roadmap Build-up (2025)
Amazingly clever idea that brings pragmatism to the product roadmap build-up process.