Learn how to create a React component ESM+CJS library using Rollup, TypeScript and Storybook | Continue reading
Some random thoughts on how to make NPM package updates a bit safer | Continue reading
Learn better usage patterns for the Dotenv library to simplify your code | Continue reading
Knex 2.4.2 and below are vulnerable to a credentials leak. Learn how to mitigate the problem. | Continue reading
Learn how the grandfather of most major compression algorithms, LZ77, works! | Continue reading
An introduction to generative art by example, with animated Gosper Curves. | Continue reading
Twitter is not dead, but we act like it was, while the old web wants to come back from the grave. | Continue reading
My (probably controversial) take on why the barrel exports pattern can be harmful. | Continue reading
How to draw thousands of moving pixels on Godot, and a bit more. | Continue reading
How Brownian motion can be simulated in Godot engine. | Continue reading
Although it's easy to generate CJS or ESM code from TS, generating both at the same time is a more complicated endeavour. | Continue reading
How & why I decided to rebuild my blog again from scratch. | Continue reading
These past weeks I’ve been working on a personal project calledAvatar-CLI, a cli tool meant to easethe usage of other containerized cli programs as if they were native. | Continue reading
First of all, a disclaimer: I’m quite new in the Rust community. Moreover, I’mnot even active in the Rust community. Not because of any particular reason,somehow I usually don’t get involved into any sort of community. I wish I did,but I lack the patience, focus and social skills … | Continue reading
A small diagram showing relations between web development jobs. | Continue reading
We should be more careful about implicit dependencies in PHP projects. | Continue reading
A brief exploration of the Traveler's Dilemma problem. | Continue reading
A 1st (naive) exploration on how to implement fast matrix multiplication in PHP. | Continue reading
Introducing PHP-SDS, a library for scientific computations on PHP. | Continue reading
How to generate beautiful colored Gosper Curves. | Continue reading