Codeminer42's Engineering Blog
Beginner

Use ESLint and Prettier correctly and never see ugly code again
Maintaining clean and consistent code is essential in web development. However, it gets challenging when you are collaborating on a project with multiple developers. That's where the static analysis steps…
Setting up ActiveStorage + CloudflareR2 + Quill
Hello, fellow readers! Today we will do a little hands-on project to implement a Post Editor. Our goal will be to implement a fully functional WYSIWYG editor with image upload…
Introducing Solid Queue for Background Jobs
Things are changing on Ruby on Rails 8.0! Solid Queue and Solid Cache will be the new default gems for background jobs and caching for Rails 8. In today’s article,…
How a local problem led me to contribute to open-source
There is a moment in the life of very few every programmer when they become fixated on working solely through the terminal. I’m one of them experiencing this moment. I've…
Third-party cookies are phasing out, now what?
Third-party cookies received an ultimatum. Browsers are currently phasing them out, which means they won't be allowed anymore if you use any modern browser, like Safari, Firefox, or Chrome. This…