Hi friends,Today, I want to share a powerful skill with you. If you choose to embrace it—and there are countless ways to do so—you’ll see growth in every aspect of your life. Yes, it’s that impactful. "Writing is magic, as much the water of life as any other creative art. The water is free. So drink. Drink and be filled up." - Stephen King Early in my career, my first mentor taught me about a valuable skill: writing. But wait, hear me out: nobody’s suggesting you have to become an author or a blogger. Writing is much more than that. Writing helps you thinkCreate ideas, remember what you learn, and share knowledge. Don’t take my word for it. A list of lessons from a masterclass by “My First Million” podcastI’ll try to use these in the text you’re reading right now, so feel free to let me know how I did at the end. 😉
In ConclusionStart a blog, write a tweet, publish a newsletter, or take notes. Here's how I do it, I started with a blog, an cross published to other platforms. Then, I decided to start this newsletter to commit to a more consistent schedule with a more distilled content. Lastly, I take notes. If you're an engineer, like me you'll stay on top of your projects. That’s it, folks. As always, I’m eager to hear what you think. P.S Checkout my course: Building a Second Brain With Neovim. It's a 90 minute workshop taking you from the basic concepts all the way to a fully functional system of note taking. There's a bonus 90 post workshop recorded live call answering questions. |
Every once in a while I send hand picked things I've learned. Kind of like your filter to the tech internet. No spam, I promise!
Google's Git Killer Is INSANELY Better (and it's open source) You saw the title. Bold claim, right? "Insanely better"? Than Git? Git is the foundation of modern software development. It started back around 20 years ago, when Linus tried to build his first Linux kernel, and had enough of SVN. So Linus being Linus, he just went ahead and built his own. But what if the way we've always done version control isn't the only way, or even the best way anymore? That's the core idea behind Jujutsu (jj)...
You Need To Learn Docker Swarm! Ever felt like you're overcomplicating your container deployments? You might be. Today, we're diving into a Docker orchestrator that's likely already on your machine (run `docker service` for a second will ya?), but you're probably overlooking: Docker Swarm. The Underdog Orchestrator For years (for me, the past 11 years to be exact), the path has seemed to be either simple Docker Compose or the more, WAY MORE complex, Kubernetes. Compose is great for local...
LimaVM Is Probably The Best MacOS Virtual Machine I've Ever Used If you're tired of Docker Desktop bogging down your machine, or simply don't like fuff of mapping ports, mounting volumes when all you need is a small virtual environment, this one's for you. I recently discovered LimaVM, and it's a game-changer for local development. It lets you spin up Linux VMs with ease, offering a faster, lighter alternative to Docker and other VM managers for many tasks, but especially for development....