Introduction to Clean Code4 Tips to Make You Write Better Code
Have you ever looked at a coworker’s code — or even your own after a while — and spent hours wondering "What is this variable …
Codeminer42’s Engineering Blog
Have you ever looked at a coworker’s code — or even your own after a while — and spent hours wondering "What is this variable …
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 …
HELLO EVERYONE!!! It is March 28th, 2024 and you are reading Codeminer42’s tech news report… On Thursday, since we have the Good Friday holiday in …
HELLO EVERYONE!!! It’s March 22, and you are reading Codeminer42’s Dev Weekly! Let’s discover what this huge tech world had to show us this week! …
That’s right, you’ve read it correctly, you are probably using React Context API the wrong way… or at least not taking full advantage of what …
For a couple of years now, the JS community has been using the famous spread operator, AKA three dots (…), to copy values in arrays …
Hello, fellow readers! Once again, we are here to talk about some neat Ruby features to make your perfect service/operation class. This time, about the …
Auto-Saving is a way to ensure that data provided by a user is persisted without needing them to click on "Send" or "Submit". You may …
This is something I often mention in code reviews, and it’s also mentioned in some Rails guidelines elsewhere without further explanation: please, don’t hide instance …