Skip to content

Instantly share code, notes, and snippets.

View yogeshvar's full-sized avatar
🎯
Focusing

Yogi yogeshvar

🎯
Focusing
View GitHub Profile
@yogeshvar
yogeshvar / 2018-https-localhost.md
Created October 16, 2019 05:15 — forked from KrishnaPravin/2018-https-localhost.md
How to create an HTTPS certificate for localhost domains

How to create an HTTPS certificate for localhost domains

This focuses on generating the certificates for loading local virtual hosts hosted on your computer, for development only.

Do not use self-signed certificates in production ! For online certificates, use Let's Encrypt instead (tutorial).

@yogeshvar
yogeshvar / dind-setup.sh
Last active July 25, 2019 10:45 — forked from 13parulverma/dind-setup.sh
DIND Cluster setup - Bash Script
echo "Setting up the dind-cluster-v1.12"
wget https://github.com/kubernetes-sigs/kubeadm-dind-cluster/releases/download/v0.2.0/dind-cluster-v1.12.sh
chmod +x dind-cluster-v1.12.sh
export PATH="$HOME/.kubeadm-dind-cluster:$PATH"
echo "Adding Proxy settings"
export DIND_HTTP_PROXY=http://10.19.16.165:8080
@yogeshvar
yogeshvar / enzyme_render_diffs.md
Created October 11, 2018 20:01 — forked from fokusferit/enzyme_render_diffs.md
Difference between Shallow, Mount and render of Enzyme

Shallow

Real unit test (isolation, no children render)

Simple shallow

Calls:

  • constructor
  • render