Codeminer42's Engineering Blog
The Miners

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…
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 probably going with a Component-based…
4.5 Ways to Install Ruby in Userspace
Recently a Rubyist friend of mine got a new client. He liked the client’s software idea, but the software was written in Python. Because of that, he thought about rejecting…