Codeminer42's Engineering Blog
The Miners

Go Full Stack Rails: The Backend Part 2
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 ES6. There are no cute…
Go Full Stack Rails: The Backend Part 1
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 the days when JavaScript was…
Using Dokku for rails applications on a Linode Server.
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 website. Configure your VPS on…
Introduction to ActiveRecord Models
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 means you are ready to…
Annotations about React Higher-Order Components
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 (HOC) technique. It goes back…