Authentication (tutorialstep)Integrating FastAPI with JWT Tokens.Mukul Mantoshfastapikubernetesawspython2022-01-02
Elastic Kubernetes Service (EKS) (tutorialstep)Deploying application using EKS, RDS, ElastiCache, Route53 & AWS Certificate Manager.Mukul Mantoshfastapikubernetesawspython2022-01-02
Cleanup (tutorialstep)Cleaning up stack (removing RDS, EKS, ElastiCache, LoadBalancer, Route53).Mukul Mantoshfastapikubernetesawspython2022-01-02
Helm Charts (tutorialstep)Combine your K8s manifests into a single package using Helm Charts.Mukul Mantoshfastapikubernetesawspython2022-01-02
Kubernetes Deployment (tutorialstep)Writing K8s manifests & deploying in minikube.Mukul Mantoshfastapikubernetesawspython2022-01-02
Project Setup (tutorialstep)Setting up FastAPI project type in PyCharm Professional.Mukul Mantoshfastapikubernetesawspython2022-01-02
Celery & Redis (tutorialstep)Configuring Celery & Redis with FastAPI.Mukul Mantoshfastapikubernetesawspython2022-01-02
References (tutorialstep)Reference materials which helped to prepare this tutorial.Mukul Mantoshfastapikubernetesawspython2022-01-02
REST API - Part I (tutorialstep)Implementing a REST API for User modules using Pydantic & API Router.Mukul Mantoshfastapikubernetesawspython2022-01-02
REST API - Part II (tutorialstep)Performing CRUD operations in our User module.Mukul Mantoshfastapikubernetesawspython2022-01-02
REST API - Part III (tutorialstep)Performing CRUD operations in Products & Category Module.Mukul Mantoshfastapikubernetesawspython2022-01-02
REST API - Part IV (tutorialstep)Performing CRUD operations in Orders & Cart Module.Mukul Mantoshfastapikubernetesawspython2022-01-02
REST API - Part V (tutorialstep)Performing CRUD operations in Orders along with placing a new order.Mukul Mantoshfastapikubernetesawspython2022-01-02
Database Setup - Part I (tutorialstep)Configuring database connection with SQLAlchemy and FastAPI.Mukul Mantoshfastapikubernetesawspython2022-01-02
Database Setup - Part II (tutorialstep)Setting up database migrations with Alembic.Mukul Mantoshfastapikubernetesawspython2022-01-02
Testing (tutorialstep)Writing Unit Tests using Pytest & Asyncio.Mukul Mantoshfastapikubernetesawspython2022-01-02
Developing FastAPI Application using K8s & AWS (tutorial)Build seamless FastAPI applications in PyCharm through Kubernetes & AWS.Mukul Mantoshfastapikubernetesawspython2022-01-01
Introduction (tutorialstep)Introducing FastAPI, a modern, fast (high-performance), web framework.Mukul Mantoshfastapikubernetesawspython2022-01-01
Developing Django Application using AWS (tutorial)Run, build, test and deploy Django Application in PyCharm using NICE DCV.Mukul Mantoshdjangoawspython2021-04-09
Behavior-Driven Development(BDD) Testing (tutorialstep)Writing and running BDD tests using BehaveMukul Mantoshdjangoawspython2021-04-09
Exploring Django with Docker (tutorialstep)Building and running Django Containers through DockerMukul Mantoshdjangoawspython2021-04-09
Github Actions (tutorialstep)Deploy Docker Image to AWS ECR through GitHub ActionsMukul Mantoshdjangoawspython2021-04-09
Introduction (tutorialstep)Introducing Django, a high-level python web framework.Mukul Mantoshdjangoawspython2021-04-09
Exploring Project Structure & Creating Django App (tutorialstep)Create a new app, define models, and explore the project's structure.Mukul Mantoshdjangoawspython2021-04-09
Secure REST APIs with JWT (tutorialstep)Using Simple JWT authentication plugin for the Django REST FrameworkMukul Mantoshdjangoawspython2021-04-09
Integrating Sentry Application Monitoring (tutorialstep)Track errors & monitor performance in all major languages & frameworks with SentryMukul Mantoshdjangoawspython2021-04-09
Creating a new Django Project in PyCharm (tutorialstep)Create a virtual environment and install Python dependencies.Mukul Mantoshdjangoawspython2021-04-09
Setup AWS RDS in PyCharm (tutorialstep)Connect Postgres with our Django Application.Mukul Mantoshdjangoawspython2021-04-09
Setup Ubuntu Desktop in AWS using NICE DCV (tutorialstep)Configure security group and launch a new instance.Mukul Mantoshdjangoawspython2021-04-09
Setting up VPC and RDS in AWS (tutorialstep)Setup VPC, Subnets, Route Tables, Internet Gateway and Relational Database.Mukul Mantoshdjangoawspython2021-04-09
Unit Tests (tutorialstep)Writing and running unit tests in DjangoMukul Mantoshdjangoawspython2021-04-09
Implementing Rest APIs (tutorialstep)Writing CRUD (Create, Read, Update, Delete) in Django Rest Framework.Mukul Mantoshdjangoawspython2021-04-09
Developing Serverless APIs using AWS Toolkit (tutorial)Run, build, and deploy serverless functions in PyCharm.Mukul Mantoshaws2021-01-29
Setting Up a Database in MongoDB Atlas (tutorialstep)Connect MongoDB smoothly by connecting through Pycharm Professional to explore the database GUI.Mukul Mantoshaws2021-01-29
Securing APIs with JSON Web Tokens (JWT) (tutorialstep)Adding Custom Authorizers in Lambda functionsMukul Mantoshaws2021-01-29
Background on Serverless (tutorialstep)Introduce Microservices, AWS SAM (Serverless Application Model)Mukul Mantoshaws2021-01-29
Writing REST APIs (tutorialstep)Beginning CRUD (Create, Read, Update, Delete) OperationsMukul Mantoshaws2021-01-29
Deploying Functions (tutorialstep)Use PyCharm Professional to deploy your Lambda APIs.Mukul Mantoshaws2021-01-29
Invoking Functions Locally (tutorialstep)Execute Lambda function inside a container through PyCharm Professional.Mukul Mantoshaws2021-01-29
Exploring Project Structure (tutorialstep)Launching up project in PyCharm Professional, installing plugin and exploring the project layout.Mukul Mantoshaws2021-01-29
Project Setup (tutorialstep)Install AWS SAM (Serverless Application Model), AWS CLI & finally PyCharm Plugin AWS Toolkit.Mukul Mantoshaws2021-01-29
Testing (tutorialstep)Writing unit tests of our functions that we deploy to AWS Lambda, to ensure everything works.Mukul Mantoshaws2021-01-29
Database Visualization (tip)Visualize the structure of a database with diagramsMukul Mantoshdjangodatabase2020-09-24