Skip to content

Instantly share code, notes, and snippets.

View mahendra0859's full-sized avatar

Mahendra A R mahendra0859

View GitHub Profile
@mahendra0859
mahendra0859 / python_web_development.md
Last active April 10, 2020 22:05
Web Development Using Django , Python Library

Web Development Using Django - Python Library

* Download and install Python : https://www.python.org/downloads/

* Downlaod and install pyCharm IDE community : https://www.jetbrains.com/pycharm/download/

$ python --version

* Inside pyCharm terminal
@mahendra0859
mahendra0859 / node_nginx_ssl.md
Last active March 23, 2020 05:29
Node app deploy with nginx & SSL

Node.js Deployment - NGINX, SSL With Lets Encrypt

Steps to deploy a Node.js app to AWS EC2 ubuntu using PM2, NGINX as a reverse proxy and an SSL from LetsEncrypt

1. Create an EC2 instance and login using SSH

$ ssh -i <pem file> ubuntu@<public IP>
@mahendra0859
mahendra0859 / README.md
Last active March 9, 2020 13:48
Custom Snippets in Visual Studio Code

Snippets in Visual Studio Code

code > Preferences > User Snippets > New Global Snippets File > newSnippet.code-snippet
file path : /Users/username/Library/ApplicationSupport/Code/User/snippets