Understanding TypeScriptA Beginner-Friendly Dive Into Types
If you have worked in a JavaScript frontend or backend application, you have at least heard of TypeScript. And by heard, I mean heard something …
Codeminer42’s Engineering Blog
If you have worked in a JavaScript frontend or backend application, you have at least heard of TypeScript. And by heard, I mean heard something …
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 …
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. …
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 …