Skip to content

Instantly share code, notes, and snippets.

View Mintri1199's full-sized avatar
💻
Everything will be alright

Jackson Ho Mintri1199

💻
Everything will be alright
View GitHub Profile
@bradtraversy
bradtraversy / django_deploy.md
Last active May 30, 2024 08:15
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.

@lattner
lattner / TaskConcurrencyManifesto.md
Last active June 1, 2024 06:16
Swift Concurrency Manifesto