Codeminer42's Engineering Blog
Trainee backend
Backend Editorial

Setting the backstage: Rack and Sinatra
Welcome to this practical guide on how to build web applications using Ruby, Rack, and Sinatra — complete with automated testing using RSpec. This post is designed to walk you…
Ruby for the Curious: A Hands-On Guide to Getting Started
If you've reached this post, you're likely discovering and exploring the Ruby language, so, this article was made for you! The idea here is to introduce the language with lots…
REST, RESTful APIs, and API documentation
Why do applications communicate between themselves? As software complexity scales and many applications can have multiple features and requirements for users, interoperability between softwares are really useful to: Separate concerns…