SQL 101 – The Basics
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 …
Codeminer42’s Engineering Blog
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 …
Tokens, NFT, ERC, EIP… these terms have been in our vocabulary for quite a while. Many people are excited about how innovative they are and …
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 …
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 …
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, …
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 …
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 …