Codeminer42's Engineering Blog
Beginner

CodeTips#10: Throttle and Debounce
When you learn to code, you usually start with understanding types and declaring variables, then reusing code through functions, calling pieces of code conditionally, calling code multiple times with loops,…
Colors on websites: Beyond Aesthetics (Part II)
Creating a cool but simple color palette can be very difficult, right? Designers often focus on UI and UX to get it right. But how does it all work? Navigation…
Colors on websites: Beyond Aesthetics (Part I)
Colors are around us everywhere, even in the virtual world. Many people may think that their importance is only linked to aesthetics, after all: “If your website needs to be…
CodeTips#9: Readable .html.erb files on VSCode
If you’re a front-end developer like me, you’ve probably encountered the challenges of coding with Ruby and .html.erb files. It can be frustrating when your code doesn’t auto-format correctly, or when syntax…
CodeTips#8: SQL Transactions
We live in an era when we are increasingly automating our day-to-day processes. We no longer go to bank agencies, but instead use digital banks that allow us to carry…