6 followers
I'm a passionate Software Engineer that enjoys designing and implementing applications that leverage Cloud Services, Distributed Systems and Microservices.
In recent years, natural language processing (NLP) models have made tremendous advancements in understanding and generating human-like text. OpenAI's...
Domain-driven design (DDD) is a software development approach that emphasizes the importance of understanding the business domain in order to create...
The way we design, build and deploy web applications has changed a lot in the past few years. In the beginning, It all seemed like a simple task, our...
If you have to implement an API with CRUD operations on MongoDB with Go, but with the caveat that the documents on a collection had to be deleted...
So, what is it about? The Factory Method design pattern solves the problem of creating objects without specifying their concrete classes. It provides...
Recently I've been working on a new Go project, it must be shared across the team, and I wanted to be sure that all of the tests passed and have a...