Kubernetes — A Complete GuideKubernetes is the de facto standard for deploying containerized applications on the cloud. Let’s understand it from the ground up.Dec 23, 2024Dec 23, 2024
From Ruby to Raw SQL — Ruby Deep Dive [25]ActiveRecord elegantly abstracts database operations behind Ruby methods, let’s look at these methods and under-the-hood SQL queries.Oct 28, 2024Oct 28, 2024
Building the foodfusion Rails App — Ruby Deep Dive [24]This is a detailed account of my journey creating foodfusion, an innovative food ordering platform built with Ruby on Rails.Sep 9, 20241Sep 9, 20241
Rails Testing with RSpec — Ruby Deep DiveTesting is crucial in Ruby on Rails development. This article explores RSpec and associated tools that enhance the testing experience…Sep 8, 2024Sep 8, 2024
Mastering System Design [03]: Advanced Concepts and Architectures in System DesignThis article explores topics such as messaging patterns, real-time communication, and strategies for handling concurrency and more.Sep 7, 2024Sep 7, 2024
Mastering System Design [02]: Data Management, Scaling, and Distributed SystemsThis article will cover essential topics in data management, scaling strategies, and the fundamentals of distributed systems.Sep 6, 2024Sep 6, 2024
Mastering System Design [01]: Foundations of System DesignThis article will cover essential topics like client-server architecture, databases, APIs, security protocols, rate limiting, idempotency…Sep 5, 2024Sep 5, 2024
Understanding Rails Associations and Their Helper Methods — Ruby Deep Dive [22]In this article, we’ll take a deep dive into Rails associations, exploring the different types of associations, and their helper methods..Sep 4, 2024Sep 4, 2024
Expanding on Ruby on Rails: Middleware, Asset Pipeline, and More — Ruby Deep Dive [21]This article will cover the specifics of middleware, the asset pipeline and error handling in railsSep 3, 2024Sep 3, 2024
How Ruby on Rails Processes a Request: An In-Depth Exploration — Ruby Deep Dive [20]This articles looks at How Ruby on Rails works, by diving deep in the Request-Response Cycle.Sep 2, 2024Sep 2, 2024