WebDev

React Hooks Examples

Hooks are a new addition in React 16.8. They let you use state and other React features without writing a class.

DevOps

Docker Wordpress with MariaDB

Docker builds images automatically by reading the instructions from a Dockerfile -- a text file that contains all commands, in order, needed to build a given image

Npm

Cleanup Node Modules recursively

A solution to delete all node_modules folders recursively from a specified path using the command line interface.

Git

Files in a commit

git command that provides a formatted list of all of the commit given by a hash (SHA1), with no extraneous information.