Async Code Demystified: Promises, Fetch, and useEffect
Last Updated on May 2, 2025 Before we start digging into the world of Promises, Fetch API, and related topics, it is important to understand …
What’s New in Node.JS 24
Node.js is reaching its 24th major version, and it comes with a host of new features and improvements. This release will be the Current release …
Introduction to Relational Databases and SQL
An introduction to relational databases – Where do they come from? Where do they live? What do they eat?
Last Updated on April 30, 2025 Hi! I hope you’re enjoying The Miners’ Guide to Code Crafting series. Today, we’re diving into databases — one …
React: First Puzzle Pieces — Your Easy-to-Follow Guide
With so much React content out there, it’s easy to feel lost, right? Then, let’s simplify JSX, props, conditional rendering, and more!
Last Updated on April 29, 2025 React is one of the most popular tools out there… but sometimes, it can feel like a maze, right? …
Setting the backstage: Rack and Sinatra
Building Web Applications with Ruby, 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 …
Modern Approaches to Styling React Native Apps
Last Updated on April 11, 2025 React Native is a known framework for building mobile applications with React. In its workspace you will find some …
Linters, Formatters… Same Thing? — Static Analysis Clarified
Linters… Formatters… Aren’t they the same thing? And what is this so-called static analysis? More importantly, does it matter to you?
Last Updated on April 15, 2025 Let’s dive into the importance of static analysis while developing apps. (Because yes, formatters and linters are different, even …
Ruby for the Curious: A Hands-On Guide to Getting Started
Ruby Basics to Pro Tips: Learn by Doing!
Last Updated on April 8, 2025 If you’ve reached this post, you’re likely discovering and exploring the Ruby language, so, this article was made for …
JavaScript Beginner’s Guide
Exploring JS fundamentals, including let vs var, functions vs arrow functions, DOM API interaction, and more!
Last Updated on April 1, 2025 JavaScript is one of the first steps for those starting their frontend journey. But what are the basic concepts …
REST, RESTful APIs, and API documentation
A dive-in on the most used architectural style to communicate between modern web applications!
Last Updated on March 18, 2025 Why do applications communicate between themselves? As software complexity scales and many applications can have multiple features and requirements …