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 …
Codeminer42’s Engineering Blog
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 …
Mastering web development is a cruel and endless journey. Part of this endeavor is understanding the dystopian world where all the magic sits on — …
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, …
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 …
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 …
Welcome! This series of blog posts is an endeavor where I walk the reader through building a real, albeit small full-stack application with Rails and …
Being a great developer these days means to intelligently use available technologies to build full-fledged products that also feel durable and extendable, and gone are …
What is Dokku? Dokku is an open source platform as a service that runs a single server, similar to Heroku. Click here to visit their …
Now that you know how to get up and running with Ruby (and Rails) from the article 4.5 Ways to Install Ruby in Userspace, that …
One of the best parts in React development is its functional approach for building user interfaces. This approach allows us to use the Higher-Order Component …