More

Programming

A Procedural Approach to AI-Generated 3D

By Marcos Cooper 2026-08-01 No Comments 19 Min Read

I have always been interested in the creation of 3D models. Not so much from the artistic side, but from the technical side of how they are constructed: how mathematics, geometry, and a little visual trickery can convince our brains that we are looking at a three-dimensional object on a flat monitor. Creating usable 3D models remains expensive and time-consuming. Modern generative systems such as TRELLIS.2, Pixel3D, and similar tools…

Continue Reading

Why I Stopped Using React for Web Development

By Marcos Cooper 2025-06-06 No Comments 3 Min Read

I’ve been building web applications since the early days of PHP and jQuery, before any of the modern JavaScript frameworks. And when it came time to choose one, I went with Angular. Don’t judge me, it felt more structured and opinionated, which suited the kinds of projects we were building. Still, like many teams, we eventually adopted React, mostly because it was very difficult to find Angular developers. And over…

Continue Reading

The Rising Popularity of Python

By Marcos Cooper 2025-02-07 No Comments 4 Min Read

I’ve encountered numerous challenges in building scalable and efficient applications, many of which were developed using Python. While Python often faces criticism for its performance, especially at scale, the reality is that these concerns apply to only about 1% of use cases. For most projects, Python’s performance is more than sufficient. In this article, I aim to showcase how Python effectively tackles real-world software development challenges. I’ll highlight ways to…

Continue Reading