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

Vim vs Emacs vs Spacemacs vs Other Command Line Text Editors

Text editors are essential tools for developers, allowing them to create, edit and manage code. There are many text editors available, each with their own strengths and weaknesses. This article will compare and contrast the features, advantages, and disadvantages of Vim, Emacs, Spacemacs, and other command line text editors.

Art

Experiments in NFT Collection Generation

Each piece is meant to represent a moment in time, describing the emotion of that moment, visually.

Games

Retro Gaming with 351Elec

I recently was introduced to the wonderful world of mobile game emulation and I love it. Come join in on the fun.

Programming

Using Yabai

yabai is an awesome tiling, snapping, layout, and controller for your windows on macOS.

Music

Raps. My favorite Hip Hop, Rap, RnB Playlist

A growing playlist of 150+ rap, hip hop, and R&B songs.

Programming

Remove All Your Facebook Likes

Wipe your like history clean.

Music

Beats. Lo-Fi, Chill Music Playlist

Chill beats to listen to while doing stuff.

Games

Why Path of Exile is the Best ARPG

Path of Exile is one of the best ARPGs for PC and consoles. This is my fairly in-depth review on what sets it apart from everyone else.

Music

Chugga. Hardcore, Metal, Djent Playlist

A solid, balanced, head banger playlist.

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.