All Posts

The Blog

Deep-dives, real builds, and tutorials that actually work. 35 articles and counting.

Latest

Recent Posts

35 total
react-nativeSeries

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-nativestylingflexbox
Apr 5, 20265 min read
react-nativeSeries

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-nativeexpocomponents
Apr 4, 20264 min read
react-nativeSeries

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.

react-nativeexpomobile
Apr 1, 20264 min read
pythonSeries

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.

pythonautomationpackaging
Apr 23, 20255 min read
↓ Code
pythonSeries

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.

pythonautomationscripting
Apr 21, 20254 min read
pythonSeries

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.

pythonadvancedtyping
Apr 19, 20255 min read

Click a category above to browse all 35 posts