Cheatsheet

Programming

How To Set Up A New Mac From Scratch

A straightforward guide to setting up your computer for development based on what I use and how to install it.

Programming

Git Config Shortcuts

A straightforward guide to setting up your computer for development based on what I use and how to install it.

Programming

Moving from Bitbucket to Github

A quick set of commands to safely move your Bitbucket repo to Github all while keeping history and everything.

Programming

Changing Wordpress URLs via MySQL or CLI

A straightforward guide to setting up your computer for development based on what I use and how to install it.

Programming

FFMPEG Cheatsheet

Here's a quick cheatsheet I compiled over the years to quickly converting things using ffmpeg.

Programming

Using NMAP

Nmap (Network mapper) is a dope open-source tool for seeing what's going on networks and how security is looking.

Programming

Pretty PHP Debug Output

A quick copy-pasta for rapid PHP debugging.

Programming

Remove All Your Facebook Likes

Wipe your like history clean.

Programming

Useful Javascript Snippets & Functions Megalist

A long, curated list of useful javascript functions and snippets I've collected throughout the years.

Programming

Handy PHP Snippets & Functions Round 2

Back with another PHP guide with useful snippets and functions you can use in your projects.

Programming

How to Make Data Requests

Data requests or web scraping, also known as data extraction, is the process of retrieving, thus scraping, data from a website. Developers use certain HTTP methods to manipulate data, usually using APIs.

Programming

Javascript ES6 Cheatsheet

A cheatsheet containing ES2015 [ES6] tips, tricks, best practices and code snippet examples for your day to day workflow.