Build Custom CLI tool: Tmux-sessionizer
Learn how to create a custom CLI tool for managing tmux projects: a practical guide to automating your development workflow with a simple bash script that combines find, fzf, and tmux.
Learn how to create a custom CLI tool for managing tmux projects: a practical guide to automating your development workflow with a simple bash script that combines find, fzf, and tmux.
Supercharge your terminal workflow with tmux. Learn how to customize this powerful multiplexer to boost productivity and never lose your work again.
A practical guide to managing dotfiles with GNU Stow: learn how this simple symlink management tool can streamline your development environment configuration across multiple machines.
A developer's honest journey from Vim motions to NeoVim: how I transitioned from traditional IDEs to a fully customized terminal-based development environment using LazyVim.
Explore how switching to Vim motions can transform coding workflows. Learn about the challenges, strategies, and productivity boosts that come with mastering these powerful tools.
Explore the compelling reasons why Rust is adored by developers, from memory safety and concurrency to performance and type safety. Learn how Rust enhances web development projects.
Discover the power of const assertions in TypeScript, a valuable tool for enforcing immutability and enhancing type safety. Learn how to effectively use const assertions, explore their benefits in performance and API contracts, and gain insights into the best practices for leveraging this feature in your TypeScript projects.
Learn how to use type predicates in TypeScript to narrow down the type of a variable and write stronger, bug-free code. This guide covers everything you need to know about TypeScript type predicates and how they can help you write more expressive and safer code
Write better code by using TypeScript Utility types and understanding how they work.
Pros and cons of moving to TypeScript