Codeminer42's Engineering Blog
Beginner

A stylish guide to styled components #1
The relationship between developers and CSS is kind of weird. By the time we can have a good time making a drawing or some impressive animation full of effects and…
CodeTips#4: Debugging Ruby applications
When our code is behaving unexpectedly, our first attempt is usually trying to understand why it happened, but just thinking about it might not be enough. It's easier to understand…
Adding a new technology or concept in your team (the correct way)
Sometimes when we are developing some chunks of code, we start to question why I am doing it this way? Should I do it in another way? Is there a…
Integers overflow and underflow
As we all should know already, memory is not an infinite resource despite looking like it. Given our current scenario where hardware is relatively cheap, when writing programs with high-level…
Using Docker to instantiate local databases
From tutorials to enterprise-level software, knowing how to set up a local database instance is a mandatory skill. You’ve probably had to go through tons of installers to instantiate databases…