Md Nahidur Rahman·Nov 27, 2024Understanding Protocols in PythonPython is a dynamically type general-purpose programming language. Python uses dynamic typing, means it checks variable type during runtime…
Md Nahidur Rahman·Nov 12, 2024Dunder Methods in Python for Type ConversionsDunder methods are special kind of methods that begins and ends with double underscores. The name “dunder” is used unofficially in the…
Md Nahidur Rahman·Aug 9, 2023Stream Data to S3 Using Kinesis and Firehose with TerraformReal-time data streaming is a hot topic nowadays. There are many scenarios where real-time data streaming is the key requirement. Like many…
Md Nahidur Rahman·Feb 2, 2021Process AWS DynamoDB Streams by AWS Lambda with TerraformAWS DynamoDB is a key-vlaue based NoSQL Database as a service(DBaaS) provided by Amazon Web Services. It offers a fully managed multi…
InCraftsmen — Software MaestrosbyMd Nahidur Rahman·Oct 7, 2020Some New Features of Python 3.9Python 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…
InCraftsmen — Software MaestrosbyMd Nahidur Rahman·Sep 12, 2020Invoke AWS Lambda from AWS Step Functions with TerraformTerraform
InCraftsmen — Software MaestrosbyMd Nahidur Rahman·Apr 12, 2020From CSV to Google Sheet Using PythonRecently I have written a Python script for my Manager. The purpose the script was to read some JSON data, apply some business rules on…A response icon2A response icon2
InCraftsmen — Software MaestrosbyMd Nahidur Rahman·Apr 10, 2020Structure Your Project with Flask BlueprintFlask is a lightweight WSGI web application framework based on Python. It is designed in such a way that it will only supply the core…
InCraftsmen — Software MaestrosbyMd Nahidur Rahman·Mar 22, 2020Flask with SQLAlchemy & MarshmallowIn the article we will build a simple REST API using Flask, SQLAlchemy and Marshmallow. We will be building a note taking application…A response icon1A response icon1