Social Media Posts

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

React + Typescript onChange Event Types

Nov 18, 2021

It is useful to know the different onChange event types when working with React and Typescript