Social Media Posts

Using Git Worktrees

Oct 29, 2025

Git worktrees allow you to work on multiple branches simultaneously without the hassle of stashing or switching contexts.

Essential Cursor Keyboard Shortcuts

Apr 03, 2025

Master Cursor's powerful keyboard shortcuts to boost your productivity and coding efficiency.

Using A MCP Server With Cursor

Apr 02, 2025

Cursor can leverage a Model Context Protocol (MCP) server which can greatly aid development.

Add A Prepare Commit Message To Customize Git Commits

Dec 13, 2022

If you work with any agile software or Github issues it is sometimes useful to prepend your commit message with a reference to the ticket or issue so commits can be associate with a work item.

Replace All Instances of a String With Sed

Nov 26, 2021

Sed, a stream editor is very powerful and can be used to quickly replace all occurrences of a string within a string or file