How to consume APIs in React using Fetch and Async/Await
API Consumption in React Applications: The Essentials for Beginners
This post is part of our ‘The Miners’ Guide to Code Crafting’ series, designed to help aspiring developers learn and grow. Stay tuned for more! …
Web Development with Ruby on Rails
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 …
How to Detect Forbidden Words in Text (Without Slowing Down)
Last Updated on June 2, 2025 During our workday or free time, we use apps and tools that heavily rely on data structures like trees …
Full Steam Ahead: Getting Started with Ruby on Rails
Laying the Tracks for Web Development with Rails!
Last Updated on May 27, 2025 Before we start If you’re here, you probably already know Ruby. If not, check out this blog post, which …
How Artificial Intelligence Learns, Adapts, and Decides
It’s just numbers, guys
Last Updated on June 2, 2025 First of all, I’d like to welcome whoever reads this to the articles I’ll be writing! I’m excited to …
Async Code Demystified: Promises, Fetch, and useEffect
Last Updated on May 27, 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
Last Updated on May 30, 2025 Node.js is reaching its 24th major version, and it comes with a host of new features and improvements. This …
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 May 27, 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 …