Open in app

Sign In

Write

Sign In

Augustine Joseph
Augustine Joseph

19 Followers

Home

About

Pinned

DS-Binary Search Tree (BST) implementation in Python

A binary search tree (BST) is a binary tree data structure in which each node has a key (or value) associated with it. The key in each node is greater than all keys in its left subtree and smaller than all keys in its right subtree. Difference between Tree, Binary Tree and Binary Search Tree. Tree:

Binary Search Tree

6 min read

DS-Binary Search Tree (BST) implementation in Python
DS-Binary Search Tree (BST) implementation in Python
Binary Search Tree

6 min read


Aug 21

How to add a Domain name to a website and encrypt it using certbot.

This article is a continuation of How to Host a NodeJS Website in AWS/GCP or any Linux Server- Complete Guide. Prerequisites One Ubuntu 20.04 server set up by following this How to Host a NodeJS Website in AWS/GCP or any Linux Server- Complete Guide. A registered domain name. Setting up DNS on the Domain Registrar website. Under the Domain…

Nginx

3 min read

How to add a Domain name to a website and encrypt it using certbot.
How to add a Domain name to a website and encrypt it using certbot.
Nginx

3 min read


Aug 20

How to host a NodeJS website in AWS/GCP or any Linux server- Complete Guide.

This article is about hosting a website on a Linux server. Here an EC2 instance from AWS is used for demonstration. Second Part: How to add a Domain name to a website and encrypt it using certbot. Pre-hosting setup. Connect to a cloud database like MongoDB Atlas for NoSQL or ElephantSQL for…

Nodejs

7 min read

How to host a NodeJS website in AWS/GCP or any Linux server- Complete Guide.
How to host a NodeJS website in AWS/GCP or any Linux server- Complete Guide.
Nodejs

7 min read


Jul 29

Code formatting in Django

Code formatting in Django using Black and remove-print-statements. Removing print statements To remove print from django in one step, programs like remove-print-statements can be used. To view the list of print statements that will be removed. Run the following code. The program will not automatically crawl inside each sub directory and removes the print…

Formatting

2 min read

Code formatting in Django
Code formatting in Django
Formatting

2 min read


Jun 8

JWT Authentication with React in Frontend and Django in Backend

GitHub Link : JWT using Django and React All codes and recent additions can be seen in the github. In this article, we will build an authentication system. To build the backend, we will using the Django Framework and for frontend React JS framework. What JSON Web Tokens (JWT)? https://jwt.io/ JWT is a digitally signed representation…

Jwt

8 min read

JWT Authentication with React in Frontend and Django in Backend
JWT Authentication with React in Frontend and Django in Backend
Jwt

8 min read


Jun 2

All about API Documentation

Imagine that you just bought a new Play Station and you go to set it up. What do you do first? You just need to follow the steps detailed in the manual. Your Play station is ready to play your favorite games. Just like how a device manual guides you…

API

5 min read

All about API Documentation
All about API Documentation
API

5 min read


May 28

Graph Data Structure in Python

In this article, you’ll learn about different types of graphs, implementation of Breadth-First Search (BFS) and Depth-First Search (DFS) traversal algorithms, along with practical code examples. Graph data structures are data structures that consist of a collection of nodes or vertices connected by edges. Graphs are used to represent relationships…

Graph

7 min read

Graph Data Structure in Python
Graph Data Structure in Python
Graph

7 min read


May 26

DS -Heap Data Structure in Python

Heap A heap is a specialized tree-based data structure in computer science that satisfies the heap property. It is commonly implemented as a binary heap, where each parent node has a value greater than or equal to its children (max heap) or less than or equal to its children (min heap)…

Heapsort

5 min read

DS -Heap Data Structure in Python
DS -Heap Data Structure in Python
Heapsort

5 min read


May 21

DS- Tree [Inorder, Preorder and Postorder] Traversal in Python

Github Repository Tree A tree data structure is defined as a collection of objects or entities known as nodes that are linked together to represent or simulate hierarchy. A tree data structure is a non-linear data structure because it does not store in a sequential manner. …

Datastrucutre

4 min read

DS- Tree [Inorder, Preorder and Postorder] Traversal in Python
DS- Tree [Inorder, Preorder and Postorder] Traversal in Python
Datastrucutre

4 min read


May 16

DS-Sorting Algorithms in Python

If you’re interested in learning more, check out the additional resources on our Git repository . Sorting algorithms are used to arrange a list of items in a specific order. Here are some of the most common sorting algorithms: 1. Bubble Sort: This is a simple sorting algorithm that repeatedly steps through the…

Python

8 min read

DS-Sorting Algorithms in Python
DS-Sorting Algorithms in Python
Python

8 min read

Augustine Joseph

Augustine Joseph

19 Followers

Full-stack Python Django developer with React @https://augustinejoseph.github.io @https://www.linkedin.com/in/augustinjoseph/ @http://github.com/augustinejoseph

Following
  • Rohit Patil

    Rohit Patil

  • Arslan Ahmad

    Arslan Ahmad

  • Vishnu Sivan

    Vishnu Sivan

  • Vladimir Akopyan

    Vladimir Akopyan

See all (5)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams