How to Override Local Files with Git Pull
1 min read
Override your local project with the latest changes from your git repository
Adding Short (and Long) Flags to Bash Scripts
7 min read
Adding flags to your bash script will probably simplify your developing experience. This is a short guide...
Run NPM (Or Any Other) Scripts Before Build With ASP.NET
1 min read
Run any script you want (in this case NPM) before a build in ASP.NET Core.
How To Install Docker On WSL
3 min read
This is the quickest way to install Docker on WSL and sync it with your Docker containers.
How To Install Brew on WSL
2 min read
The easiest way to install Brew on WSL, in this case Ubuntu.
Get The CSS Value Of A Property In Java Script
1 min read
Fetch your CSS values within your JavaScript code
Calculate How Many Days There Are Between Two Dates in JavaScript
1 min read
How to calculate the amount of days between two dates in JavaScript.
Check If Two Dates Are The Same Day In JavaScript
1 min read
A simple function to check if two date objects are referring to the same day.
Remove Duplicates in a JavaScript Array
1 min read
A simple and clean method to remove all duplicates in a given array.
Clear All Node Modules Folders Recursively
1 min read
Remove all node_modules folders within a directory with one simple command.