Go Full Stack Rails — The Frontend Part 2
About ES6 Promises and improving Promise-based specs
Last Updated on May 30, 2023 Welcome! Each part of this blog post series drills down into a bunch of pertinent details, aiming to form …
Building Scalable Client-side Components
Last Updated on April 11, 2024 Writing components is a good way to structure our client-side apps. However we should be careful when writing and …
Copycatting netcat: from Node.JS to C
Let’s get to the heart of streams, how they work and some classical problems.
Last Updated on October 18, 2023 Mastering web development is a cruel and endless journey. Part of this endeavor is understanding the dystopian world where …
Instalação do Docker e docker-compose
Roteiro de instalação do Docker e docker-compose no Linux.
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, …
My first 2 weeks at Codeminer 42
Last Updated on July 4, 2023 When we go to college, we are desperate to learn. But after some time, we realize that we lost …
Go Full Stack Rails: The Frontend Part 1
A brief introduction to test-driven frontend development
Last Updated on May 30, 2023 In “The Backend” part 1 and part 2, we mediated on the design of an endpoint to serve timeline …
Go Full Stack Rails: The Backend Part 2
Building a timeline wrapper to isolate external dependencies
Last Updated on May 30, 2023 Welcome! This series of blog posts is an endeavor where I walk the reader through building a real, albeit …
Go Full Stack Rails: The Backend Part 1
Working on the backend, exploring requirements and building a Rails controller to deliver timeline tweets
Last Updated on May 30, 2023 Being a great developer these days means to intelligently use available technologies to build full-fledged products that also feel …
Using Dokku for rails applications on a Linode Server.
This is a step by step guide to configure Dokku on a Linode server. For more details visit Dokku docs, please.
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 …
Introduction to ActiveRecord Models
This is a step by step guide to create, update and test ActiveRecord models. For detailed information please refer to Rails Guides.
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 …