Skip to main content

All dem rants

This is where I let it rip. Rants, hot takes, opinion pieces on everything from security to AI to culture in the software industry. Raw, real and a tad too honest ¯_(ツ)_/¯:

2024

Go KonMari on your SQL queries, bruh!
··1771 words·9 mins
Database Java/Spring Performance Gainz
Let’s dive into the mess that we get ourselves into when naively relying on JPA and its implementations and see how to generate nothing else but SQL statements that spark joy! Spring Data, JPA, Hibernate got our backs though to avoid such a mess, right? HELL NO! All they do is teach you a lesson to not rely on other systems without verifying the fundamentals functioning as expected yourself! There is ALWAYS pitfalls and you do not want to iron out those kinks in production.
Read more
Go Big or Go Home - The Beauty of the Monolith
··1988 words·10 mins
The Art of Architecture Don't Believe the Hype The Domain Thing
The microservices hype is 4 real, but also completely unjustified. Netflix somehow claims to have pulled it off and suddenly everyone is slaying perfectly good monoliths into tiny pieces just to secure a spot on the bandwagon. But, microservices are out there to hurt you, just wait and see. Meanwhile, monolithic architectures who have always been kind to us have gone out of fashion without any good reason. As Public Enemy said it best: ‘Don’t Believe the Hype’.
Read more