Programming

Software

Updating Arch Linux After A Long Time

Stuck getting `Errors occurred, no packages were upgraded.`? Well, have I got the solution for you..

Games

Regex in Path of Exile

A collection of Path of Exile regex usable in search fields in game.

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.

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.

Programming

Vim Cheatsheet

Put together a quick cheat-sheet from things I've copied and saved over the years. I come back to these notes from time to time and thought it time to finally share them.

Programming

NGINX Wordpress Template

This is the NGINX config I use for most Wordpress / PHP projects. I've updated it throughout the years with optimal configurations

Programming

Favorite Terminal Commands

Here's a list of some random, useful commands and tools to use in the Command Line.

Programming

PHP - Get All Links from a Website

A quick little script for PHP that will grab all the links in a page and output them in a human-readable format. Nothing special, but useful.

Programming

Curl Cheatsheet

curl is used in the command line or in scripts to transfer data. It is also used nearly everywhere: in cars, television sets, routers, printers, audio equipment, mobile phones, tablets, settop boxes, media players and is the internet transfer backbone for thousands of software applications affecting billions of humans daily.