Codeminer42's Engineering Blog
The Miners

Building Scalable Client-side Components
Writing components is a good way to structure our client-side apps. However we should be careful when writing and using them. In my recent projects I always kept a Styleguide.…
Copycatting netcat: from Node.JS to C
Mastering web development is a cruel and endless journey. Part of this endeavor is understanding the dystopian world where all the magic sits on — at the end of the…
Instalação do Docker e docker-compose
Docker é uma ferramenta para isolamento de software num outro sistema de arquivos que tenha tudo que precisa para rodar: arquivos binários, arquivos de configuração, ferramentas do sistema, etc. Assim…
My first 2 weeks at Codeminer 42
When we go to college, we are desperate to learn. But after some time, we realize that we lost that feeling. Since all our projects are wasted, we just want…
Go Full Stack Rails: The Frontend Part 1
In “The Backend” part 1 and part 2, we mediated on the design of an endpoint to serve timeline tweets to a frontend client. In this post, we will resume…