RKRajesh Kumar Dasinblogs.hyperoot.dev·Aug 25, 2024 · 6 min readMinimal and Effective TmuxConfiguring Tmux and Using .tmux.conf Tmux is a terminal multiplexer that allows you to manage multiple terminal sessions from a single window. You can create, navigate, split, and close panes and windows easily. Configuring Tmux with a .tmux.conf fi...00
RKRajesh Kumar Dasinblogs.hyperoot.dev·Jul 16, 2024 · 3 min readOrganizing VSCode Settings with a Custom ExtensionHey there, fellow developers! If you're like me, you probably spend a lot of time in Visual Studio Code (VSCode), and over time, your settings.json file might have become a bit of a mess. With so many extensions and configurations, it can be tough to...00
RKRajesh Kumar Dasinblogs.hyperoot.dev·Jun 24, 2024 · 4 min readException Handling in Python: A Detailed Guidehttps://www.youtube.com/watch?v=zYW3f9kMwbA Exception handling is a crucial aspect of writing robust and error-free code in any programming language, including Python. In this blog post, we'll explore how to handle exceptions effectively, using a s...00
RKRajesh Kumar Dasinblogs.hyperoot.dev·May 10, 2024 · 2 min readCheatsheetifySometimes, diving deep into documentation and manual pages to understand a tool inside out can be overwhelming. Sometimes, we just need a quick reference for common usages of popular tools. Enter cheatsheetify, a Python tool that generates PDF cheats...00
RKRajesh Kumar Dasinblogs.hyperoot.dev·Mar 30, 2024 · 2 min readHow to open link in new tab in Markdown?Markdown is a great lightweight markup language. The Markdown can be used for everything. People use it to create websites, documents, notes, books, presentations, email messages, and technical documentation. To create a link in Markdown, enclose the...00