Blog
Recent Posts
Layered Architecture in Ruby on Rails: A Deep Dive
When building software applications, having a clear separation of responsibilities across different layers is essential to manage complexity and maintain sca...
Customizable Static Code Analysis for Ruby on Rails
As software projects grow and evolve, maintaining code quality and consistency becomes increasingly challenging. Code analysis is essential for identifying p...
Handling Missing Assets with Custom Middleware in Rails
During our development process, we may encounter issues with fetching images from our system. If an asset is missing, Rails will continue routing until it ex...
RSpec Testing for Rails Models
When working with Rails, one of my go-to tools for testing models is RSpec. It’s a powerful, expressive, and flexible testing framework that integrates seaml...
Visualizing Project Folder Structure
Visualizing the main paths, folders, and files of a project can be incredibly helpful for creating documentation and assisting other developers in understand...
Comparing Ruby and Golang: A Comprehensive Analysis
As a programming enthusiast, I’ve often compared Ruby and Golang (Go) due to their distinct strengths and ideal use cases. Both languages offer unique advant...
Analyzing Ruby code performance with a custom script
As a software developer, understanding and improving the performance of your code is crucial. In this post, I’ll guide you through creating a performance ana...
Welcome to My Blog
Hello, and welcome to my personal blog and portfolio! This is my first post, and I’m excited to share my journey with you.