From 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 goalJul 2, 2026·10 min read
Docker: 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...Jul 15, 2025·3 min read
A Simple Guide to Pydantic in PythonPydantic is a powerful Python library for data validation and settings management using type annotations. It simplifies parsing, validating, and serializing data, making it a go-to choice for building robust APIs, configuration management, and data p...Jul 13, 2025·5 min read
How to Set Up AWS EFS for EC2 InstancesA Simple Guide to Sharing Storage Between EC2 Instances Using AWS EFSMar 20, 2025·3 min read