What you need to know about frontend design patterns
Imagine you find yourself facing your code at a point where you clearly have a problem to solve. You start to think about different ways …
Codeminer42’s Engineering Blog
Imagine you find yourself facing your code at a point where you clearly have a problem to solve. You start to think about different ways …
Before we dive into the topic of relationships between tables in a relational database, it’s worth revisiting the key concepts we explored in our previous …
Many believe that making a website accessible and responsive means simply adding alt attributes to images and replacing header navigation with burger menus, right? But …
Dealing with bugs in Rails applications Bugs are common in the programming world. Every project, even with the development team’s best practices, is susceptible to …
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 …
Ruby on Rails is a framework that has revolutionized the way we build modern web applications with speed, structure, and elegance. Today, as part of …
Before we start If you’re here, you probably already know Ruby. If not, check out this blog post, which goes over how to get started …
Before we start digging into the world of Promises, Fetch API, and related topics, it is important to understand the difference between synchronous (sync) and …
Hi! I hope you’re enjoying The Miners’ Guide to Code Crafting series. Today, we’re diving into databases — one of the most essential tools in …
React is one of the most popular tools out there… but sometimes, it can feel like a maze, right? Where do you even start? Well, …