Codeminer42's Engineering Blog
API

Creating REST APIs with Ruby on Rails
Introduction You've likely seen this old and famous demo presentation on how powerful and easy it is to build an app with Ruby on Rails. As the demo shows, it…
How to consume APIs in React using Fetch and Async/Await
Learning to consume APIs is an essential step for anyone looking to create dynamic and interactive React applications. In this practical guide, we will explore how to use the fetch…
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…
Wrap and Roll: How to Create and Test an API Wrapper – Part II
Hello again! In case you fell here and have no context whatsoever, don't worry! This is the final part of a two-part blog post, in the first part we learned…
Wrap and Roll: How to Create and Test an API Wrapper – Part I
Wrap and Roll - Part I - Faraday In case you ever have interacted with external APIs, you most likely have noticed that not all SDKs or connections are created…