A minimal and user-friendly To-Do List App to help you stay organized and boost productivity. Easily add, edit, and delete tasks, mark them as complete, and manage your daily goals efficiently
...
Sip some coffee and ponder on this for a sec…I know you probably hear this all the time as devs but we should constantly be reminded of this as we start new projects and work on existing ones. There...
Frontend development is diverse and full of exciting niches. Choosing one can significantly enhance your career path. As a Senior Software Engineer, here's a quick guide I wrote, to help you find your...
As a C# developer, you’ve probably heard about Clean Architecture. It’s praised as a best practice for building maintainable, scalable applications. But following it strictly can feel overwhelming...
Over the past couple years, containers have become my preferred method for developing applications, APIs, and websites. Podman containers offer a straightforward and efficient way to create isolated, ...
Make Regular Expressions Testable and Understandable
TL;DR: You can break down a complex validation regex into smaller parts to test each part individually and report accurate errors.
Problem...
A couple months ago I decided to jump into the tech world by enrolling in a bootcamp. It's been an interesting journey, from starting with the classic "Hello, World!" to building a small project. I'm ...
Know to only refer to by :details (for url)
will work if I upload this to mydomain
⛶(in route)
get "/movies/:id" => "movies#show", as: :details
<%= details_path(42) %>
<%= details_url(...
Experiencing Vibe Coding - Building Web Apps with AI Agents
Hello, I'm Atsushi from the SRE team at GMO Media. In this article, I'd like to share my experience taking the "Vibe Coding 101 wit...