Codeminer42's Engineering Blog

CodeTips

  • CodeTips#4: Debugging Ruby applications

    · 8 min read · by Paty Bastos

    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

    · 3 min read · by Matheus Hahn

    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

    · 6 min read · by Rafael Pierri

    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

    · 10 min read · by Luan Gonçalves

    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…