When your Rails app is secure… but your kernel isn’t

When your Rails app is secure… but your kernel isn’t May 3, 2026 A new Linux kernel vulnerability CVE-2026-31431, better known as Copy Fail is a reminder of something backend engineers tend to underweight: your application security model is only as strong as the system it runs on. This isn’t a remote exploit. It’s a … Continue reading When your Rails app is secure… but your kernel isn’t

From := to :=: How Go Brought Me Back to My Pascal and Delphi Days

From := to :=: How Go Brought Me Back to My Pascal and Delphi Days March 31, 2026 πŸš€ See the LIVE DEMO in action MapView Render maps directly from your backend no external APIs required. Fast, controlled, and production-ready. Try the demo β†’ It happened on a Tuesday. I was writing a small microservice … Continue reading From := to :=: How Go Brought Me Back to My Pascal and Delphi Days

🎾 Tennis: The Quickest Way to Visualize CSV Files in Your Terminal

🎾 Tennis: The Quickest Way to Visualize CSV Files in Your Terminal March 12, 2026 Ever open Excel or fire up a Python script just to peek at a CSV file? There’s a faster, cleaner way. Meet tennis β€” a blazing-fast terminal table viewer built in Zig. No Python. No pandas. No GUI. Just clean, … Continue reading 🎾 Tennis: The Quickest Way to Visualize CSV Files in Your Terminal

Understanding bundle, bundler exec, and the Real Difference Between rails c and bundle exec rails c πŸ› 

December 2, 2025 In the Ruby and Ruby on Rails ecosystem, developers interact constantly with tools like Bundler and commands such as bundle exec or rails c. These commands may look similar, but each plays a crucial role in how your application loads and manages dependencies. Understanding these differences isn’t just a best practice β€” … Continue reading Understanding bundle, bundler exec, and the Real Difference Between rails c and bundle exec rails c πŸ› 

πŸš€ Using MongoDB in Ruby on Rails with Mongoid: A Practical Example

July 1, 2025 Built for Ruby on Rails Build Maps WithoutGoogle APIs Generate beautiful production-ready maps directly from your Rails backend. Fast rendering, zero external dependencies, full control. View Live Demo β†’ Read Docs βœ“ No API fees βœ“ Self-hosted βœ“ Rails Native βœ“ Fast Rendering Why developers switch Replace expensive map stacks. Stop relying … Continue reading πŸš€ Using MongoDB in Ruby on Rails with Mongoid: A Practical Example

Building a Microservice Architecture with Ruby: A Practical Guide

June 2, 2025 Introduction Modern applications increasingly adopt a microservice architecture to address scalability and maintainability concerns. This approach breaks down a system into independent, self-contained services, each responsible for a specific domain. Ruby, renowned for its developer-friendly syntax and productivity, provides an excellent foundation for developing microservices, particularly when leveraging the Ruby on Rails … Continue reading Building a Microservice Architecture with Ruby: A Practical Guide

πŸš€ Mastering CD Across GitHub, GitLab, Jenkins, CircleCI & Bitbucket β€” Deploying Seamlessly to AWS, GCP, DigitalOcean & Heroku

May 16, 2025 πŸ“Œ Don’t read this Unless you’ve read this article on mastering CI β€” otherwise you’ll miss the foundation of what Continuous Delivery truly relies on. Continuous Delivery (CD) isn’t magic. It’s the final step in a pipeline that must begin with a healthy CI setup and strong code review culture. Trusting CD … Continue reading πŸš€ Mastering CD Across GitHub, GitLab, Jenkins, CircleCI & Bitbucket β€” Deploying Seamlessly to AWS, GCP, DigitalOcean & Heroku

Mastering CI Across GitHub, GitLab, Jenkins & CircleCI β€” Without Losing Your Sanity

May 15, 2025 CI isn’t just a nice-to-haveβ€”it’s your early warning system against code chaos. Think of it as the oracular gatekeeper of your project: it may come with some setup costs, but those are nothing compared to the cost of bugs slipping through unnoticed. With the right CI strategy, we don’t just prevent our … Continue reading Mastering CI Across GitHub, GitLab, Jenkins & CircleCI β€” Without Losing Your Sanity

πŸš€ Getting Started with React and Docker: A “Hello World” for Ruby Developers

May 2, 2025 In recent years, many Ruby and Ruby on Rails projects have adopted React for their front-end needs. Whether you're building a modern single-page application (SPA) or just enhancing parts of your Rails views, learning React can open up a new world of interactivity and frontend control. This article is my first step … Continue reading πŸš€ Getting Started with React and Docker: A “Hello World” for Ruby Developers

Streamline Your Ruby on Rails Development with Docker

March 12, 2025 Are you looking for a quick and efficient way to set up a complete Ruby on Rails development environment? With Docker, you can have a fully functional Rails stackβ€”including PostgreSQL and all necessary configurationsβ€”up and running in just a few commands! For those interested in exploring how to Dockerize a Ruby on … Continue reading Streamline Your Ruby on Rails Development with Docker