At some point in pretty much every project, whether youโre setting up the infrastructure or introducing an important library that will be used throughout your app, you run into a tiny problem that...
Full-stack developer with a frontend focus, working with JavaScript since 2018. I enjoy learning continuously and sharing practical things I discover along the way.
At some point in pretty much every project, whether youโre setting up the infrastructure or introducing an important library that will be used throughout your app, you run into a tiny problem that...
If youโve ever tried running a Java program on a Mac without setting anything up, youโve probably seen an error about a missing Java Runtime. Thatโs because, unlike JavaScript, Java doesnโt come...
I have to say, this is a question Iโve been hearing for a long time since I got into the web development world. Itโs a very common question, so please donโt feel like youโre alone when asking it...
I am sure you have heard of cookies ๐ช no matter how many hours you’ve spent learning programming, or even if you are just a casual user unrelated to the tech world. Youโll see this term used...
If you’re a new Mac user (like me!), knowing a few common shortcuts can save you tons of time. Here’s a simple cheatsheet of macOS shortcuts โ including some of the ones Iโve searched for...
We all miss stuff sometimes โ skipping a test run, forgetting to lint, or pushing code that breaks something. Yes, guilty as charged! Husky hooks help you catch those issues early by running scripts...
If you’re wondering how to type the copyright symbol on a Mac, the solution is quick and easy. Mac keyboards come with built-in shortcuts for special characters, including the copyright symbol...
If you’re new to Mac, like I am, you might be wondering: How do I close full screen on Mac? Donโt worry, itโs very simple once you know how! Here are three quick and easy methods you can use to...
If you’re working on a Node.js project and run into errors like ECONNREFUSED ::1:5432, chances are PostgreSQL isn’t running โ or it isn’t even installed. Here’s a quick guide...
If youโre here, chances are youโre looking for HTML for Blinking Text โ maybe you remember the old-school <blink> tag that used to make text flash or flicker on screen. It looked something like...
If you’re reading this post, chances are you’re looking for a Git command that stages all changes before committing. To set the record straight: the correct command is git add -A. A quick...
While preparing for a coding interview, I found myself feeling a bit rusty on theoretical questions and scenarios I havenโt dealt with recently in my everyday work. After all, a developer doesnโt...