TypeScript (and JSDoc) vs JavaScriptThe only article that you need to convince your team and your bossOct 24, 2024·12 min read·129
Why HTMX is far superior to React and NextJsOn Anuntech we have the challenge to create an ERP, and for the ones that already worked with it, know that ERP can be one of the more complex types of software to make (and use, god have mercy of SAP users). To avoid the complexity of use, we wanted...Jul 9, 2024·8 min read·3.6K
Which programming language should you chooseEach programming language has its own purpose, they all are a tool to solve a specific problem, and you should choose the one that really fits your needs. The languages JavaScript console.log("Hello World!") JavaScript is a terrible and confusing la...Jun 15, 2024·4 min read·43
Git: How to fix PR conflictsWhen working with PRs, we may encounter conflicts trying to merge them. In this article, we will learn what conflicts are and how to fix them. What causes conflicts In the image above, you can see that we have a main branch called master, and from t...Jun 13, 2024·3 min read·49
How to handle migrations in GolangAnd important topics for any other languageJun 11, 2024·6 min read·313
Git: The perfect gitflowIntroduction When we start to work with git, it's hard to understand how do you should work with branches correctly to avoid conflicts, have a nice and organized history and a project that it's easy to deploy and rollback if necessary. In this articl...Jun 7, 2024·7 min read·725
A simplified version of Clean ArchThe Clean Arch created by Uncle Bob is amazingly useful and robust, but it's very complex for beginners and very costly to maintain, mainly for small startups. In this article, I'll explain "my version" of Clean Arch, that tries it's best to simplify...Jun 7, 2024·8 min read·120