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...
12 posts
I recently started building a side project and decided to use Docker Compose to manage my containers. While working on i...
If you just learned what testing is and you're still a bit unsure how to start, you're not alone. Many beginner develope...
Learning Javascript often feels clear at the beginning. You write some code, refresh the browser, and see something work...
If you’ve ever tried running a Java program on a Mac without setting anything up, you’ve probably seen an error about a...
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 reading this post, chances are you're looking for a Git command that stages all changes before committing. To...
If you’ve built anything with Node.js, you’ve probably used nodemon to automatically restart your app when files change....
So, you’re new to macOS and ready to set up Git? Great choice! Git is one of the essential tools for developers, and ins...