Codeminer42's Engineering Blog
CodeTips

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…
CodeTips#3: How Specificity works in CSS
When working on web apps, at some point, you will need to overwrite styles from components to which you have no access to the CSS source code, or maybe you…
CodeTips#2: Clean code in JavaScript
INTRODUCTION INTRODUCTION I believe the comic strip above sums it well: You write clean code mainly to understand yourself in the future. Not only that, you write clean code as…
CodeTips#1: Exploring Hashes in Ruby
Hello, fellow readers! Before we can jump right in, we have an announcement! There is a new series of posts here in the blog: CodeTips! We will be approaching technical…