Tag · 3 articles
#productivity
Articles
Faster and Easier Python Debugging with breakpoint() and PDB
How to debug Python faster with the built-in breakpoint() and PDB: setting breakpoints, stepping through code, and inspecting variables live.
Python Workflow Productivity Debugging
→
Git Worktree: Enhance your Git Workflow
How git worktree lets you check out multiple branches in parallel directories, so hotfixes and feature work never clobber each other again.
Git Workflow Productivity
→
Leveling Up Your Terminal/Command-Line Navigation
Keyboard shortcuts for moving around the terminal faster: cursor movement, history search, line editing, and process control.
terminal productivity command-line
→