Md. Nahidur Rahman

Simple Rest API using SQLAlchemy and Marshmallow

Flask with SQLAlchemy and Marshmallow

Using this guide master the combination of Flask with SQLAlchemy and Marshmallow to build and manage scalable web applications with ease. In the article we will build a simple REST…

Structure Your Project with Flask

Structure Your Project with Flask Blueprint

Flask is a lightweight WSGI web application framework based on Python. It is designed in such a way that it will only supply the core components of a web application…

From CSV to Google Sheet Using Python

Recently I have written a Python script for my Manager. The purpose the script was to read some JSON data, apply some business rules on them, generate a CSV(Comma Separated…

Invoke AWS Lambda from AWS Step Functions with Terraform

Terraform Terraform is an open-source infrastructure as a code software tool. It allows building, changing, and versioning the infrastructure. Terraform uses a declarative approach to define the infrastructure. Users will…

Some Cool New Features of Python 3.9

Python 3.9 is released on 5th October 2020 and is now available. It comes with some of the great features and lots of improvements. In this article, we will explore…