Ruby for the Curious: A Hands-On Guide to Getting Started
Ruby Basics to Pro Tips: Learn by Doing!
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! …
JavaScript Beginner’s Guide
Exploring JS fundamentals, including let vs var, functions vs arrow functions, DOM API interaction, and more!
JavaScript is one of the first steps for those starting their frontend journey. But what are the basic concepts we need to understand before we …
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 …
Code review and team communication
How not to suck as a teammate
Last Updated on March 18, 2025 Before there was code, there were people. And after, too. So I will start this post by telling you: …
Everything You Need to Ace PWAs in Rails – Part II
Service Worker Upgrade
Hi there! Welcome to the second part of the series "How To Ace PWAS in Rails". So far you have your Rails application working offline, …
Fundamentals of HTTP and Web Development
Last Updated on March 18, 2025 Web development is the backbone of the Internet. Understanding its core concepts is essential for anyone looking to build …
Programming Paradigms: concepts and their value
Learn Powerful Programming Techniques for Problem-Solving
Last Updated on March 18, 2025 This post is part of our ‘The Miners’ Guide to Code Crafting’ series, designed to help aspiring developers learn …
Introduction to Clean Code
4 Tips to Make You Write Better Code
Last Updated on February 11, 2025 Have you ever looked at a coworker’s code — or even your own after a while — and spent …
Docker and Containerization
The End of “It Works on My Machine” Syndrome
Last Updated on February 11, 2025 If you’ve been in software development for a while, you’ve probably dealt with this annoying issue: your code runs …
What You Need to Know About View Transitions in React
Hey there! Maybe you have been living under a rock and haven’t heard about the news: React is about to officially support View Transitions! But …