If you’ve been working with Ruby for more than five minutes, you’ve probably heard about modules. They’re a great way to share behavior across multiple classes without getting tangled in inheritance chains that resemble an over-leveled Zubat spamming Confuse Ray. But...
Chained to Complexity: Python Dependency Management
Dependency management in software development is often akin to playing an elaborate game of Jenga where everyone involved is on their third IPA: every block you move introduces the risk of toppling the tower which is becoming more wobbly over time. Complexity...
Sunday Funday Learn to Code for Kids 8-12
One of the greatest gifts we can give the next generation is the ability to code. It’s the language of creation in our digital world, and teaching kids as young as eight to start thinking logically and solving problems with code sets them up for a lifetime of...
Pallet Town: Rails Concerns
As you dive deeper into Ruby on Rails, you might notice your models and controllers starting to bloat with methods and logic. This not only makes your code harder to read but also tougher to maintain. Enter Rails Concerns—a powerful tool to keep your code a little...
Surfing the WSL Wave
With Summer coming to a close I decided to take another surf on the WSL (Windows Subsystem for Linux) wave and in short was not disappointed. Technically there are two flavors of WSL, WSL 1 and WSL 2. WSL 1 is a translation layer that takes Linux system calls and...
Syncing Prod & Staging Data With Dokku
If you're anything like me, you’ve probably faced the classic problem of everything working swimmingly on your test / staging environment, but the end users hitting some weird issue on production. This is often caused by your production data being (obviously) accurate...
More from Mike:
Pallet Town: Ruby Modules, Mixins & Flying Pikachu?
If you’ve been...
Earth Day 25 Competition
At The Mad Botter...
Coder Radio
I am pleased to...
Chained to Complexity: Python Dependency Management
Dependency...