Authenticating with Django REST APIs using HTTP Client
Category: dev tools
SCP: Sending files between servers using SSH
SCP or Secure Copy is a useful program for sending files between…
Tmux
A part of my job involves connecting to a couple of Amazon…
Installing a self signed SSL certificate on Elastic Beanstalk
Learn how to create a self signed SSL certificate for use with Elastic Beanstalk
How to add CORS Headers to Django responses
How to add CORS headers to a Django Application
Git: How to add modified files and ignore untracked ones
Whenever you make changes to a bunch of files already tracked by…