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 …
4 min read
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 …
4 min read
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 …
4 min read
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.
Last Updated on January 8, 2026 Now that you know how to get up and running with Ruby (and Rails) from the article 4.5 Ways …
4 min read
Annotations about React Higher-Order Components
Last Updated on October 18, 2023 One of the best parts in React development is its functional approach for building user interfaces. This approach allows …
4 min read
Current Strategies for Client-side Communication Between Components
These days we have dynamic and modern UIs in our Web Apps. We learned that the best way to build reactive and reliable UIs is …
4 min read



