DMDipak Maliinmalidipak.hashnode.dev·Jul 2 · 10 min readFrom Zero to Play Store: Building My First React Native App as a Complete BeginnerI recently decided to try Android app development — but with a twist. Instead of learning native Android (Kotlin/Java), I wanted to explore React Native, since I already know JavaScript/React. My goal00
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