DMDipak Maliinmalidipak.hashnode.devĀ·Jan 9 Ā· 5 min readAWS Glue Explained for BeginnersWhen I started learning AWS Glue, I kept seeing new terms like: Glue Context DynamicFrame Data Catalog Crawler Job Notebook And honestly, it felt overwhelming šµāš«. I already knew pandas and a bit of PySpark, so my biggest confusion was: āW...00
DMDipak Maliinmalidipak.hashnode.devĀ·Nov 14, 2025 Ā· 4 min readInstalling Apache Airflow on AWS EC2 (Ubuntu)Apache Airflow is one of the most powerful workflow automation tools used in data engineering and ETL pipelines. But for beginners, setting it up on an AWS EC2 instance for the first time can feel confusing. This guide explains EVERY step, from serve...00
DMDipak Maliinmalidipak.hashnode.devĀ·Oct 5, 2025 Ā· 5 min readPowerful Python FeaturesI am a python developer who is living and breathing python for last one and half year. My daily words revolves around pythonā¦from writing automation script, building data pipelines, performing data analysis, and optimizing workflows...python has been...00
DMDipak Maliinmalidipak.hashnode.devĀ·Jul 16, 2025 Ā· 5 min readHello FastAPIFastAPI is a modern Python framework that makes building APIs quick and painless. In this post, weāll create a Patient Management System API to handle patient recordsāthink creating, reading, updating, and deleting (CRUD) operations, plus some cool e...00
DMDipak Maliinmalidipak.hashnode.devĀ·Jul 15, 2025 Ā· 3 min readDocker: A Beginnerās GuideDocker is a platform that lets you build, ship, and run applications in containers. Containers are lightweight, portable environments that hold everything your app needsācode, libraries, and dependenciesāso it works the same on any system with Docker...00