11 followers
Working on mission to provide, Software Engineering Trainings easily and freely accessible to everyone through EdTech
~ I write Django related blogs and tutorial at https://djangotherightway.com/
Since, cloudflare R2 is compatible with S3 API, we can simply use boto3 to work with R2 as wll import logging import boto3 from botocore.exceptions...
First Thing first sudo add-apt-repository ppa:certbot/certbot sudo apt-get update On Nginx Server sudo apt-get install python3-certbot-nginx sudo...
We will be using python cryptography library install cryptography library using pip install cryptography from cryptography.fernet import Fernet KEY...
analytics.js (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new...
Creating Postgres User, Database easy way 1. sudo su postgres 2. psql 3. CREATE DATABASE database_name; 4. CREATE USER my_username WITH PASSWORD...
Nginx pronounced like "engine-ex" is a web server that can also be used for reverse proxy, load balancing, mail proxy and HTTP caching. I heavily use...