Posts
All the articles I've posted.
How to Write SQL That Everyone Can Understand
Posted on:September 22, 2025SQL readability is just as important as correctness. Learn best practices for formatting, aliases, CTEs, comments, and more to make your SQL queries clear and maintainable.
What Is Scrum? A Beginner’s Guide to the Framework, Roles, and Events
Posted on:August 18, 2025Scrum explained simply. Discover roles, artifacts, and events from the official Scrum Guide and learn how to apply Scrum in your development team.
Finding Starbucks in Manhattan
Posted on:August 11, 2025Mapping Starbucks locations in Manhattan, NY with React Native Maps.
Navigation Re-imagined: Mastering Expo Router - Protected Routes, Deep Linking & Theming
Posted on:May 13, 2025Learn how to build authentication flows, enable deep linking, and apply theming in your Expo Router app with React Native and TypeScript.
Navigation Re-imagined: Mastering Expo Router - Advanced Routing
Posted on:May 6, 2025Dive into advanced Expo Router patterns with simple explanations and friendly guidance.
Navigation Re-imagined: Mastering Expo Router - The Basics
Posted on:April 28, 2025Let's set up navigation for our Student Mate app using Expo Router tabs, links, and dynamic routes with TypeScript.