Complete Guide to Optional in Swift
A detailed explanation of the Optional type in Swift, from why Optional exists, to using techniques like Forced Unwrapping, Optional Binding, Implicitly Unwrapped Optionals, Nil coalescing and Optional Chaining, with concrete code examples to help iOS developers understand and apply them correctly.

Related Posts
Discover more content you might enjoy

1DevTool: The Developer Cockpit I Built Because I Was Drowning in Windows
I was running Claude Code, Codex, and Gemini CLI in three different terminals, plus VS Code, Chrome, Postman, and TablePlus — just to ship one feature. So I built 1DevTool: one window per project, every AI agent in one place, everything persists.

Server Compass: Why I Built a Desktop App to Turn Any $5 VPS Into My Own PaaS
I was tired of paying $20+/month for Vercel and Railway, but also tired of self-hosted panels eating 2GB of RAM on my $5 VPS. So I built Server Compass — a desktop app that connects to any VPS over SSH and gives you the full power of a managed PaaS, with zero server overhead and one-time pricing.

Accidentally Building a Blogging Platform
I hadn't written blog posts for a long time and realized I was too dependent on AI. To rebuild my writing habit and think more clearly, I decided to build a writing platform: write.rocks.

Vibe Coding - Rebuilding My Blog from Scratch and Rebranding to khoa.blog
Detailed walkthrough of rebuilding a blog from scratch with vibe coding, from data migration to implementing new features, helping readers understand the personal blog development process.

Creative? Stories About CVs That Stand Out
A post about creative and unique CVs in the IT field, featuring examples like Robby Leonardi's interactive CV, Eric Ghandi's Google Resume, and Philippe Dubost's Amazon Resume. I analyze how these CVs stand out with special design and creative approaches, while emphasizing the importance of combining creativity with actual professional skills.

Ideas vs Reality
Analyzing the difference between ideas and reality when executing projects, helping readers better understand the process of turning ideas into reality and the challenges they face.