My Developer Journal
Welcome to my developer journal, where I share insights and solutions I've discovered while navigating the ever-evolving landscape of software development. This space serves as a repository for my personal notes, made public for the benefit of fellow developers facing similar challenges.
About
This isn't your typical collection of polished, formal articles. Instead, think of it as a peek into my developer journey—a mix of technical musings, problem-solving adventures, and solutions to peculiar coding conundrums.
Latest Entries
Explore my latest findings and solutions:
-
Testing Sinatra session-dependent methods using Rack::Test
Have you ever estabilish a mock session for testing a Sinatra application? There is a great chance you will never do it. To be honest, I would think the same way and here I’m writing about it. So, you never know…