Authentication (part of tutorial)Integrating FastAPI with JWT Tokens.Mukul Mantoshfastapikubernetesawspython2022-01-02
Behavior-Driven Development(BDD) Testing (part of tutorial)Writing and running BDD tests using BehaveMukul Mantoshdjangoawspython2021-04-09
Celery & Redis (part of tutorial)Configuring Celery & Redis with FastAPI.Mukul Mantoshfastapikubernetesawspython2022-01-02
Cleanup (part of tutorial)Cleaning up stack (removing RDS, EKS, ElastiCache, LoadBalancer, Route53).Mukul Mantoshfastapikubernetesawspython2022-01-02
Creating a new Django Project in PyCharm (part of tutorial)Create a virtual environment and install Python dependencies.Mukul Mantoshdjangoawspython2021-04-09
Database Setup - Part I (part of tutorial)Configuring database connection with SQLAlchemy and FastAPI.Mukul Mantoshfastapikubernetesawspython2022-01-02
Database Setup - Part II (part of tutorial)Setting up database migrations with Alembic.Mukul Mantoshfastapikubernetesawspython2022-01-02
Developing Django Application using AWS (tutorial)Run, build, test and deploy Django Application in PyCharm using NICE DCV.Mukul Mantoshdjangoawspython2021-04-09
Developing FastAPI Application using K8s & AWS (tutorial)Build seamless FastAPI applications in PyCharm through Kubernetes & AWS.Mukul Mantoshfastapikubernetesawspython2022-01-01
Elastic Kubernetes Service (EKS) (part of tutorial)Deploying application using EKS, RDS, ElastiCache, Route53 & AWS Certificate Manager.Mukul Mantoshfastapikubernetesawspython2022-01-02
Exploring Django with Docker (part of tutorial)Building and running Django Containers through DockerMukul Mantoshdjangoawspython2021-04-09
Exploring Project Structure & Creating Django App (part of tutorial)Create a new app, define models, and explore the project's structure.Mukul Mantoshdjangoawspython2021-04-09
Generate Imports While Typing (tip)Avoid interruption by letting PyCharm generate your imports as you type.Paul Everitteditingpython2018-12-03
Github Actions (part of tutorial)Deploy Docker Image to AWS ECR through GitHub ActionsMukul Mantoshdjangoawspython2021-04-09
Helm Charts (part of tutorial)Combine your K8s manifests into a single package using Helm Charts.Mukul Mantoshfastapikubernetesawspython2022-01-02
Implementing Rest APIs (part of tutorial)Writing CRUD (Create, Read, Update, Delete) in Django Rest Framework.Mukul Mantoshdjangoawspython2021-04-09
Install and import (tip)While typing a symbol, let PyCharm install it and generate the import.Paul Everittpython2018-12-04
Integrating Sentry Application Monitoring (part of tutorial)Track errors & monitor performance in all major languages & frameworks with SentryMukul Mantoshdjangoawspython2021-04-09
Introduction (part of tutorial)Introducing FastAPI, a modern, fast (high-performance), web framework.Mukul Mantoshfastapikubernetesawspython2022-01-01
Introduction (part of tutorial)Introducing Django, a high-level python web framework.Mukul Mantoshdjangoawspython2021-04-09
Kubernetes Deployment (part of tutorial)Writing K8s manifests & deploying in minikube.Mukul Mantoshfastapikubernetesawspython2022-01-02
Optimize Imports (tip)Automate the organizing and cleaning up of your Python imports with Optimize Imports.Paul Everitteditingpython2018-12-02
Project Setup (part of tutorial)Setting up FastAPI project type in PyCharm Professional.Mukul Mantoshfastapikubernetesawspython2022-01-02
REST API - Part I (part of tutorial)Implementing a REST API for User modules using Pydantic & API Router.Mukul Mantoshfastapikubernetesawspython2022-01-02
REST API - Part II (part of tutorial)Performing CRUD operations in our User module.Mukul Mantoshfastapikubernetesawspython2022-01-02
REST API - Part III (part of tutorial)Performing CRUD operations in Products & Category Module.Mukul Mantoshfastapikubernetesawspython2022-01-02
REST API - Part IV (part of tutorial)Performing CRUD operations in Orders & Cart Module.Mukul Mantoshfastapikubernetesawspython2022-01-02
REST API - Part V (part of tutorial)Performing CRUD operations in Orders along with placing a new order.Mukul Mantoshfastapikubernetesawspython2022-01-02
References (part of tutorial)Reference materials which helped to prepare this tutorial.Mukul Mantoshfastapikubernetesawspython2022-01-02
Secure REST APIs with JWT (part of tutorial)Using Simple JWT authentication plugin for the Django REST FrameworkMukul Mantoshdjangoawspython2021-04-09
Setting up VPC and RDS in AWS (part of tutorial)Setup VPC, Subnets, Route Tables, Internet Gateway and Relational Database.Mukul Mantoshdjangoawspython2021-04-09
Setup AWS RDS in PyCharm (part of tutorial)Connect Postgres with our Django Application.Mukul Mantoshdjangoawspython2021-04-09
Setup Ubuntu Desktop in AWS using NICE DCV (part of tutorial)Configure security group and launch a new instance.Mukul Mantoshdjangoawspython2021-04-09
Testing (part of tutorial)Writing Unit Tests using Pytest & Asyncio.Mukul Mantoshfastapikubernetesawspython2022-01-02
Unit Tests (part of tutorial)Writing and running unit tests in DjangoMukul Mantoshdjangoawspython2021-04-09