Learn fullstack web-development¶
Programming¶
Frameworks¶
Code Version Control¶
Tools¶
Latest Blog Articles
Getting Started With Pytest

Pytest is a popular testing framework that simplifies the process of writing and executing tests. Learn the basics of test organization, fixture usage, and assert statements.
Debugging Javascript App In Browser

console.log() and debugger; statements are used to debug the front-end javascript application and web-developer tools are way to do it.
Mysql \#1553 – Cannot Drop Index
Let's fix MySQL \#1553 – Cannot drop index by creating new index for foreign keys
Using Sqlalchemy With Fastapi

FastAPI works with any database and any style of library to talk to the database. we use sqlalchemy to query the database.
Alembic Ddl Operations

We can perform the DDL operations on the databases with alembic without writing the custom SQL in most of the cases and maintain the revision history.
Serverless Framework Custom Docker Containers For Aws Lambda

We can use custom docker image to deploy aws lambda function using serverless framework.
Solid Principles In Python

SOLID principles are foundational concepts to design the software more understandable, flexible and maintanable.
Serverless Add Aws Lambda To An Existing Vpc

If aws lambda function needs to access the resources which are inside a VPC then we need to add the lambda function to the VPC.
Access Host Network In Localstack Lambda
To access host network in localstack lambda container we need to set environment variable LAMBDA_DOCKER_NETWORK to host.
Aws Localstack With Docker Compose

LocalStack provides an easy to use testing framework for developing serverless cloud applications.