#how-to
Searching All Your Clipboard History EVER Via Alfred In The Terminal
Jun 18, 2021
Oh-My-Zsh is a framework for Zsh, the Z shell. It is an efficiency boom for anyone that works in the terminal. There are a few auto suggest libraries that when combined can give you a fantastic suggestion to what you want to type to save you time and increase your efficiency 10-fold.
Terminal History Auto Suggestions As You Type With Oh My Zsh
Apr 14, 2019
Oh-My-Zsh is a framework for Zsh, the Z shell. It is an efficiency boom for anyone that works in the terminal. There are a few auto suggest libraries that when combined can give you a fantastic suggestion to what you want to type to save you time and increase your efficiency 10-fold.
Use the camera from your webpage, take a snapshot and use for facial recognition. Whatt?
Mar 20, 2019
Using the User Media HTML5 (Camera) API you can take a picture using the user’s camera and use that on your webpage
SCSS in three minutes
Mar 10, 2019
SCSS is a superset of CSS3's syntax. It provides a powerful abstraction with the ability to use variables, mixins, and functions. Intrigued? Let's get it setup in 3 minutes or less!
Why and how to use collections in jekyll
Mar 06, 2019
Jekyll makes creating a static site as easy as pie 🥧. But, what is a Jekyll Collection? Why would that be useful and what is the process to add in a collection? Let's dig in!