Useful Shell Functions for Developers
2024-11-02
A well-crafted shell function can be a game changer for developer productivity. These functions streamline repetitive …
Assume Positive Intent and Build Trust
2024-09-13
As we continue working closely with clients, we often find ourselves in situations where we make recommendations that we …
Pending Code Reviews Are Blockers for Your Team 🚧
2024-08-09
I’ve worked and interacted with a lot of people working in engineering teams across various contexts, and one of …
Keybindings FTW! ⌨️🥂
2024-07-07
Keybindings or keyboard shortcuts are essential to an efficient workflow. They help you navigate faster, be more …
#keybindings#macos#shell#open-source#linux#tools#productivity#workflow
Do Not Parse ls! (Use this instead) ❌📂
2024-06-26
TLDR ls parsing bad, do this ls -1iq | grep -o '^ *[0-9]*' # get file inodes find /path/to/search -inum …
How I organize my zsh config 🐚📂
2024-05-25
I have been using zsh as my shell for over 6 years now. During this time, I’ve experimented with various …
#cli#zsh#terminal#tools#shell#open-source#linux#productivity
How to be good at Open Source 🧑💻🌏
2024-03-24
What’s the coolest thing about open source software? 💭 If you need a new feature, you can just go ahead and add it …
Nerdy.nvim - Find Nerd Glyphs Easily 🤓🔭
2023-09-24
Do you like Nerd fonts? but don’t like going over to their site just to fetch a glyph for your pretty terminal? …