A craftsman is known by his tools.
Jean de La Fontaine, a 17th-century French fabulist and poet
As a software engineer navigating the ever-evolving landscape of development, having a reliable toolchain is crucial to staying efficient and maintaining high-quality code. Over the years, I’ve curated a set of tools that streamline my workflow, from coding and testing to deployment and monitoring. Each tool in my arsenal serves a distinct purpose, and together, they form a cohesive ecosystem that boosts productivity while tackling complex projects. I’ll dive into the tools that shape my daily workflow as a developer, focusing on three key areas: my terminal setup, the TUI applications I rely on, and the desktop applications that streamline my tasks.
Apps
1. iTerm2
For someone who spends a lot of time on the command line, iTerm2 strikes the ideal balance between performance and user-centric features, which is why it remains my go-to terminal. Here are some of its key features I really like:
Split Panes: Divide your terminal window into multiple panes, allowing you to run several sessions simultaneously within a single window.
Hotkey Window: Access a terminal window instantly from any application using a customizable keyboard shortcut.
Search Functionality: Perform on-page searches with immediate highlighting of matches, including support for regular expressions.
Paste History: Access a history of copied or pasted text, with options to save this history to disk for future reference.
Instant Replay: Rewind the terminal display to view past outputs, even if they've been overwritten or cleared.
Triggers: Set up actions that execute when specific text patterns appear, such as highlighting keywords or sending notifications.
2. Boop
It offers a straightforward interface where users can paste text and apply various operations, such as decoding URLs, formatting JSON, or converting data formats. Boop supports custom scripts, allowing users to extend its functionality to meet specific needs. By handling text processing locally, it enhances efficiency and security, eliminating the need to use online tools for these tasks. Boop offers a clean, minimalist interface where users can paste text and apply transformations with ease.
3. Zed
The creators of Atom and Tree-sitter have truly outdone themselves, crafting an editor that isn’t just fast, it’s lightning fast, leveraging multi-core CPUs and GPUs to redefine responsiveness. Zed’s real-time collaborative editing, or "multiplayer" mode, feels like the future of pair programming, seamlessly blending human collaboration with AI-powered code assistance. Features like multibuffers and inline evaluation take productivity to new heights, offering intuitive ways to navigate and edit sprawling codebases. The extensibility powered by Tree-sitter and WebAssembly is a dream for developers who love tinkering. For me, Zed represents everything I admire about Rust: speed, safety, and a focus on engineering excellence. It’s more than an editor; it’s a glimpse into the future of coding.
4. Obsidian
Built on Markdown files, it allows me to create, edit, and link notes seamlessly, creating a network of interconnected ideas that I can visualize through its interactive graph view. This non-linear approach is perfect for organizing thoughts and exploring relationships between concepts.
Split Panes: Divide your terminal window into multiple panes, allowing you to run several sessions simultaneously within a single window.
Hotkey Window: Access a terminal window instantly from any application using a customizable keyboard shortcut.
Search Functionality: Perform on-page searches with immediate highlighting of matches, including support for regular expressions.
Paste History: Access a history of copied or pasted text, with options to save this history to disk for future reference.
Instant Replay: Rewind the terminal display to view past outputs, even if they've been overwritten or cleared.
Triggers: Set up actions that execute when specific text patterns appear, such as highlighting keywords or sending notifications.
2. Boop
It offers a straightforward interface where users can paste text and apply various operations, such as decoding URLs, formatting JSON, or converting data formats. Boop supports custom scripts, allowing users to extend its functionality to meet specific needs. By handling text processing locally, it enhances efficiency and security, eliminating the need to use online tools for these tasks. Boop offers a clean, minimalist interface where users can paste text and apply transformations with ease.
3. Zed
The creators of Atom and Tree-sitter have truly outdone themselves, crafting an editor that isn’t just fast, it’s lightning fast, leveraging multi-core CPUs and GPUs to redefine responsiveness. Zed’s real-time collaborative editing, or "multiplayer" mode, feels like the future of pair programming, seamlessly blending human collaboration with AI-powered code assistance. Features like multibuffers and inline evaluation take productivity to new heights, offering intuitive ways to navigate and edit sprawling codebases. The extensibility powered by Tree-sitter and WebAssembly is a dream for developers who love tinkering. For me, Zed represents everything I admire about Rust: speed, safety, and a focus on engineering excellence. It’s more than an editor; it’s a glimpse into the future of coding.
4. Obsidian
Built on Markdown files, it allows me to create, edit, and link notes seamlessly, creating a network of interconnected ideas that I can visualize through its interactive graph view. This non-linear approach is perfect for organizing thoughts and exploring relationships between concepts.
4. Obsidian
Built on Markdown files, it allows me to create, edit, and link notes seamlessly, creating a network of interconnected ideas that I can visualize through its interactive graph view. This non-linear approach is perfect for organizing thoughts and exploring relationships between concepts.
Ollama is a game-changer for developers, offering an always-accessible AI companion that runs entirely on your local machine.
Oh My Zsh is a powerful, open-source framework that elevates the Z shell (Zsh) into a highly customizable and efficient command-line environment.
Lazydocker is an open-source terminal user interface (TUI) that simplifies managing Docker and Docker Compose environments.
Nushell is a modern, cross-platform shell that revolutionizes the command-line experience by introducing structured data handling and a rich programming language. Unlike traditional shells, Nushell processes data as typed tables, allowing seamless filtering, sorting, and transformations directly within the shell.
Helix is the final tool I recommend, and as a Vim alternative with batteries included, it’s a game-changer for modern developers. Built in Rust, Helix brings the speed, safety, and efficiency Rust is known for to the world of text editing.

It features a modal editing interface, inspired by Vim and Kakoune, that feels intuitive yet powerful, while offering advanced capabilities right out of the box. With multiple selections for simultaneous editing, Tree-sitter integration for precise syntax highlighting, and robust Language Server Protocol (LSP) support for code completion and diagnostics, Helix eliminates the need for extensive configuration or plugins. If you’re looking for a sleek, modern editor that pairs Vim’s philosophy with built-in features for today’s workflows, Helix is a must-try.
Conclusion
I deliberately chose not to mention popular tools like VS Code, JetBrains, or mainstream database tools in this article. Instead, my focus was on highlighting processes and the lesser-known but equally powerful tools that often go unnoticed in the shadow of widespread hype. While those well-known tools are excellent, they’ve already had more than their share of attention on the web. My goal was to shine a light on the hidden gems that can truly enhance your workflow but might have been overlooked due to the overwhelming buzz surrounding the usual suspects. By exploring these alternatives, I hope to offer a fresh perspective and inspire you to discover tools that could revolutionize your approach to development.
SOCIAL SHARE CARD GENERATOR