Skip to content

Instantly share code, notes, and snippets.

View joshuaquek's full-sized avatar
🏠
Working from home

Joshua Ben-Tzion Quek ( יְהוֹשֻׁעַ בֶּן-צִיּוֹן ) joshuaquek

🏠
Working from home
View GitHub Profile
@joshuaquek
joshuaquek / .Nginx-Routing-Guide
Last active July 19, 2018 03:23
Simple examples to use for configuring NGINX.
Summary: Simple examples to use for configuring NGINX.
@joshuaquek
joshuaquek / .Simple-Express-Server-Code
Last active August 8, 2018 03:40
Some code for a simple express server. Remember to install the respective npm modules too.
Summary: Some code for a simple express server. Remember to install the respective npm modules too.
@joshuaquek
joshuaquek / .RHEL-EC2-Essential-Setup-Scripts
Last active December 2, 2019 06:31
Essential startup scripts that one might want to use when setting up a new RHEL 7 instance on AWS.
Summary: Essential startup scripts that one might want to use when setting up a new RHEL 7 instance on AWS.
@joshuaquek
joshuaquek / .Tmux-Cheatsheet
Last active August 8, 2018 03:39
Quick reference for using TMUX in Centos.
Summary: Quick reference for using TMUX in Centos.
@joshuaquek
joshuaquek / .Oh-My-Zsh-Powerline9k-Config
Last active June 7, 2019 03:58
~/.zshrc config and OSX terminal config, assuming that Oh-My-Zsh, Powerlevel9k and Nerdfont are installed.
Summary: ~/.zshrc config and OSX terminal config, assuming that Oh-My-Zsh, Powerlevel9k and Nerdfont are installed.
Summary: Some code for making AJAX requests from a NodeJs server or from the browser (React/Vue/Angular) via the Axios node npm module.
@joshuaquek
joshuaquek / .MP4-to-GIF-converter
Created September 21, 2018 07:52
Bash script that converts .mp4 files to .gif files.
Summary: Bash script that converts .mp4 files to .gif files.
@joshuaquek
joshuaquek / .Remove-Pushed-Files-Via-Gitignore
Created December 20, 2018 07:57
Remove Files that you have pushed before you added .gitignore or before you added any new file types to .gitignore.
Summary: Remove Files that you have pushed before you added .gitignore or before you added any new file types to .gitignore.
@joshuaquek
joshuaquek / .A-Sample-NodeJs-Local-Docker-Environment
Last active December 24, 2018 07:24
A sample Dockerfile to deploy NodeJS locally on your own desktop machine.
Summary: A sample Dockerfile and .dockerignore file to deploy NodeJS locally on your own desktop machine.
@joshuaquek
joshuaquek / .Checkout-all-branches
Last active March 21, 2019 04:29
.Checkout-all-branches
Summary: A command to clone all remote branches from a specified repo to your local machine.