Polymorphic Associations with Ruby on Rails
Although not usually the first option for many, polymorphic associations are perfect for when you need to connect the same type of model to multiple …
Codeminer42’s Engineering Blog
Although not usually the first option for many, polymorphic associations are perfect for when you need to connect the same type of model to multiple …
Introduction First things first, a little bit of history for us to understand what is SQL. Structured Query Language (SQL) is a domain-specific language used …
The usual way to debug a Node.js application is to simply use the console module to inspect variables or objects, which is fast enough to …
Hello guys! When we are investigating errors or resolving a bug in our app, we all know the struggle of finding and fixing it. In …
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 …
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 …
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 …
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, …
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! …