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.

Software

Fix For Error in Photoshop "Could not complete your request because of a program error"

Got stuck on this bug for a minute, figurued I'd share the solution to known bug in Photoshop 2021

Browsers

Set Local Page as Homepage/New Tab in Firefox

A short walkthrough to setting a local HTML file as your homepage and new tab page in Firefox

Programming

My Favorite Vim Plugins

A curated list of essential plugins and command line tools to improve your productivity.

Programming

Solution for Linux apt-get "KEYEXPIRED - The following signatures were invalid"

Sometimes keys get old on a server you've had up for a while. We just need to update those third party keys.

Programming

Essential Command Line Tools

A curated list of essential plugins and command line tools to improve your productivity.

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.

Programming

Favorite Github Repos

Today I'm going to share with you some of my absolute favorite finds on Github. Some are rare gems, others are foundational or lifesavers. Each is worth a glance at the very least if not a deep delving into.

Programming

References for Using React

A handy, quick reference for me (and everyone) to come back to when working with React.

Programming

Best of PHP Functions

When working with PHP I have a bunch of go-to functions and things I come back to often.

Programming

Essential SASS Mixins

Here's some SASS Mixins I've collected over the years.

Programming

SASS Cheatsheet

Sass is an extension of CSS, adding nested rules, variables, mixins, selector inheritance, and more. It's translated to well-formatted, standard CSS using the command line tool or a plugin for your build system.

Programming

SSL With LetsEncrypt

This tutorial is a quick one. Cause generating an SSL certificate should be quick and painless anyway.

Design

Using Figma As a Primary Design Tool

Figma is the new hotness when it comes to designing, particuarly for the web, but for most anything really. It's a Javascript based web based application that essentially supplements (or replaces) a lot of vector based design tools like Sketch, Illustrator, and Photoshop.

Design

Using and Organizing Icons with IconJar

Recently I gave IconJar a try. It's a fairly simple program for Mac that allows you to browse and preview all your icons in one place. Similar to what Font Book or Extensis Fusion is for fonts.

Programming

Docker Cheatsheet

This is a quick cheatsheet for the most commonly used Docker Commands.

Programming

MongoDB Cheatsheet

Here's a cheat-sheet for basic database management and manipulation in MongoDB.

Programming

MySQL Cheatsheet

Here's a cheatsheet for basic MySQL usage.