Continuous integration in projects using monorepo

At the beginning of every project, we have to commit to some important decisions. Among the correct decisions we made at Codenation I can cite the use of Go language, the adoption of Clean Architecture and JAMStack and our choice to store the code in a monorepo at Github. In this … | Continue reading


@eltonminetto.dev | 6 years ago

Golang: using build tags to store configurations

One of the 12 factor, a methodology for building software-as-a-service apps, is: Store config in the environment | Continue reading


@eltonminetto.dev | 6 years ago

Clean Architecture using Golang

Update I published an updated version of this post. Check it out at: Clean Architecture, 2 years later What is Clean Architecture? In his book “Clean Architecture: A Craftsman’s Guide to Software Structure and Design” famous author Robert “Uncle Bob” Martin presents an architectu … | Continue reading


@eltonminetto.dev | 6 years ago

About

I’m a software developer.No matter what I’m doing (and I did a lot of different things in the past years, like create startups, speech in events, and became a father), I always will do this with a software developer’s mindset: analyzing the task carefully, breaking a big problem … | Continue reading


@eltonminetto.dev | 8 years ago