Codeminer42's Engineering Blog
Posts

A beginner’s personal journey into automated tests
Like many engineers, I landed into coding kind of by accident. I was programming alone and unsupervised for a decade and my work was mostly guided by what I felt…
How to Easily Deploy Your Web App to Firebase Hosting
There are different stages in application development. Some of these stages are nicer than others, and some are necessary, like deployment. The deployment stage might not even be the most…
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…
5 Truths About Tailwind CSS
Recently, I had the opportunity to work with Tailwind CSS. At first, I was not really happy about it. I knew I had to start looking into utility-first CSS eventually,…
Const Correctness (for non C++ programmers)
Image from unsplash Intro Even though nowadays I mostly work with Javascript/Typescript, I've spent a long time programming with C++ and as you've probably heard already, C++ is an absolute…