Skip to content

Instantly share code, notes, and snippets.

View asadlive84's full-sized avatar

Asaduzzaman Sohel asadlive84

View GitHub Profile
@asadlive84
asadlive84 / django_deploy.md
Created September 16, 2019 05:51 — forked from bradtraversy/django_deploy.md
Django Deployment - Digital Ocean

Django Deployment to Ubuntu 18.04

In this guide I will go through all the steps to create a VPS, secure it and deploy a Django application. This is a summarized document from this digital ocean doc

Any commands with "$" at the beginning run on your local machine and any "#" run when logged into the server

Create A Digital Ocean Droplet

Use this link and get $10 free. Just select the $5 plan unless this a production app.

@asadlive84
asadlive84 / sublime-settings-osx.json
Created November 5, 2016 16:01 — forked from arvi/sublime-settings-osx.json
Sublime Settings OSX
{
"auto_complete_triggers":
[
{
"characters": "<",
"selector": "text.html"
},
{
"characters": ".",
"selector": "source.js"
@asadlive84
asadlive84 / frontendDevlopmentBookmarks.md
Created September 22, 2015 13:55 — forked from dypsilon/frontendDevlopmentBookmarks.md
A badass list of frontend development resources I collected over time.