All Posts
The Blog
Deep-dives, real builds, and tutorials that actually work. 35 articles and counting.
Latest
Recent Posts
React Native #3 — StyleSheet & Flexbox
How React Native styling works, Flexbox layouts for real screens, responsive sizing with Dimensions and useWindowDimensions, platform-specific styles, and dark mode.
React Native #2 — Core Components
Every component you'll use in 90% of your screens: View, Text, Image, ScrollView, FlatList, TextInput, and Pressable. With real examples and gotchas.
React Native #1 — Introduction & Expo Setup
What React Native actually is, how it differs from React web, and getting a real app running on your phone in under 10 minutes with Expo.
Python Automation #2 — Packaging, Scheduling & Project Capstone
Package your scripts as installable CLI tools with pyproject.toml, schedule tasks with APScheduler, write proper tests, and ship your first Python project.
Python Automation #1 — Files, APIs & CLI Scripts
Real automation scripts you can actually use: bulk file processing, calling REST APIs with requests, parsing CSV/JSON, and building CLI tools with argparse and Click.
Python Advanced #2 — Type Hints, Pydantic & Async Python
Practical type annotations, runtime validation with Pydantic, and writing concurrent code with async/await and asyncio — the foundation for FastAPI and modern Python backends.
Click a category above to browse all 35 posts