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
{"version":1,"resource":"file:///Users/joshua.quek/local-repos/template-node-typescript/.env","entries":[{"id":"B1TR","timestamp":1678417224082},{"id":"FNkS","timestamp":1678417330962}]}
@joshuaquek
joshuaquek / .Search_And_Stream_Delete_All_Deployments
Created November 18, 2022 05:49
Search & Stream Delete all Deployment Script - Deletes all deployment in case the CTQ bash script somehow fails
Description: Deletes all deployment in case the CTQ bash script somehow fails
Summary: IAM Policy for Elastic's AWS Integration Module found here - https://docs.elastic.co/integrations/aws#aws-permissions
Summary: How to deploy to Kubernetes using a Gitlab.com managed Kubernetes Cluster
Summary: Useful Kubectl commands for deploying & managing apps in a Kubernetes cluster (Minikube as example)
Summary: Some useful minikube scripts for an Amazon Linux AMI instance
Summary: Simple tutorial on generating a free SSL cert using LetsEncrypt on CentOS / RHEL (via Certbot)
Summary: Configuring OpenVPN AS to use LetsEncrypt
@joshuaquek
joshuaquek / .JWT-ExpressJS-Without-PassportJS
Last active January 11, 2021 02:28
Summary: Authentication for ExpressJS without the need of using PassportJS
Summary: Authentication for ExpressJS without the need of using PassportJS. Slightly modified version of the code mentioned here: https://codeforgeek.com/refresh-token-jwt-nodejs-authentication/
@joshuaquek
joshuaquek / .Running-Kuberenetes-Locally-On-Virtualbox
Last active June 13, 2020 17:02
Summary: A step by step set of instructions on how to run a Kubernetes cluster locally, with one master node and as many worker nodes as you want ( 1 node = 1 virtual box vm instance )
Summary: A step by step set of instructions on how to run a Kubernetes cluster locally, with one master node and as many worker nodes as you want ( 1 node = 1 virtual box vm instance )