Ryan Djurovich·Nov 1, 2024Bluesky for Software Engineering folksThere’s a renewed interest in Bluesky as an alternative to social media platforms like Twitter/X. Let’s fast track your onboarding…
Ryan Djurovich·Mar 27, 2024If you’re using Homebrew, here’s what you need to know…Homebrew is the de-facto package manager for macOS. But if you’re using it there are some things you need to know…
Ryan Djurovich·Mar 25, 2024Stop fussing with rbenv, virtualenv, nvm, etc.Here’s one tool to replace version managers for all of your runtimes
Ryan Djurovich·Mar 25, 2024Whatever happened to dotfiles?Back in the 2010’s there was a huge trend around publishing your dotfiles on GitHub.
Ryan Djurovich·Mar 20, 2024The ultimate Developer Productivity Hack for working with terminalsThe ultimate Developer Productivity Hack for working with terminals feels like an industry secret — we don’t talk about it enough! It’s…
Ryan Djurovich·Mar 20, 2024Markdown for your notes & docs was a pipe dream, until now.A response icon1A response icon1
Ryan Djurovich·Mar 19, 2024The need for dual-display dev machines is a myth.Sure, if you like it then have two monitors. But I’ve tried it extensively and it’s always ended with neck pain. So, what do I do instead…
Ryan Djurovich·Feb 13, 20227 Principles for Engineering Team SuccessHow can you influence successful software engineering teams to think, behave, and reason about decisions? One tool I like to use is…
Ryan Djurovich·Feb 13, 2021How to test a system (in isolation) which needs to `git clone`If your local machine or CI/CD system is disconnected from the internet, and you want to test against a Git repository, check this out!