A cheatsheet on how to use Tailwind CSS classes and links to resources.
A cheatsheet on how to use Tailwind CSS classes and links to resources.
A cheatsheet on how to use some of the most commonly used CSS properties.
How to extract OG Metadata, using JavaScript console, on a website
A quick cheatsheet on how to use some of the most commonly used React.js features.
A collection of JavaScript one-liners that will help you code like a pro.
A guide to all the keyboard shortcuts in Figma.
A simple tutorial on how to find RSS links on websites using some console log magic and Javascript.
A simple guide on how to determine disk space usage on a Linux/Unix system.
A simple guide on how to determine disk space usage on a Linux/Unix system.
Use GPT for infinite length text generation from the command line.
A brilliant guide written by Brex on prompt engineering and crafting the perfect prompt for OpenAI's GPT-4.
A a quick-ish, step-by-step tutorial for setting up OpenAI's `autocompletion` with `Python 3`.
This tutorial will guide you through the process of setting up custom commands and aliases for ZShell and its plugins.
A a quick-ish, step-by-step tutorial for setting up OpenAI's `autocompletion` with `Python 3`.
A straightforward guide to setting up your computer for development based on what I use and how to install it.
A straightforward guide to setting up your computer for development based on what I use and how to install it.
A quick set of commands to safely move your Bitbucket repo to Github all while keeping history and everything.
A straightforward guide to setting up your computer for development based on what I use and how to install it.
Here's a quick cheatsheet I compiled over the years to quickly converting things using ffmpeg.
Nmap (Network mapper) is a dope open-source tool for seeing what's going on networks and how security is looking.
A quick copy-pasta for rapid PHP debugging.
Wipe your like history clean.
A long, curated list of useful javascript functions and snippets I've collected throughout the years.
Back with another PHP guide with useful snippets and functions you can use in your projects.
"Data requests or web scraping, also known as data extraction, is the process of retrieving, thus scraping,
"A cheatsheet containing ES2015 [ES6] tips, tricks, best practices and code
A handy, quick reference for me (and everyone) to come back to when working with React.
When working with PHP I have a bunch of go-to functions and things I come back to often.
Here's some SASS Mixins I've collected over the years.
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.