Docker & Docker Compose Commands I Keep Forgetting (Cheat Sheet)
I recently started building a side project and decided to use Docker Compose to manage my containers. While working on i...
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.
35 posts
I recently started building a side project and decided to use Docker Compose to manage my containers. While working on i...
At some point in pretty much every project, whether you're setting up the infrastructure or introducing an important lib...
If you've ever tried running a Java program on a Mac without setting anything up, you've probably seen an error about a...
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 v...
I am sure you have heard of cookies ๐ช no matter how many hours you've spent learning programming, or even if you are ju...
If you're a new Mac user (like me!), knowing a few common shortcuts can save you tons of time. Here's a simple cheatshee...
We all miss stuff sometimes โ skipping a test run, forgetting to lint, or pushing code that breaks something. Yes, guilt...
If you're wondering how to type the copyright symbol on a Mac, the solution is quick and easy. Mac keyboards come with b...
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 simpl...
If you're working on a Node.js project and run into errors like ECONNREFUSED ::1:5432, chances are PostgreSQL isn't runn...
If you're here, chances are you're looking for HTML for Blinking Text โ maybe you remember the old-school <blink> tag th...
If you're reading this post, chances are you're looking for a Git command that stages all changes before committing. To...