CodingBowl

Code & Create: A Web Dev Journey

Sharing my journey through tech - what I'm building, learning, and exploring along the way.
image

4 Ways to Run React Native Expo Apps When No Android Device Is Found

10 Jan 2026 Tech Development
If you get the error “No Android connected device found” when running a React Native Expo app, don’t worry. This guide walks you through <strong>4 …...
Read more →
image

10 Steps in Setting Up React Native with Expo in VS Code

10 Jan 2026 Tech Development
A step-by-step beginner-friendly guide to setting up React Native with Expo in Visual Studio Code, from installation to running your first app....
Read more →
image

Mastering Flexbox in Bootstrap: A Modern Approach to Layout Beyond the 12 Columns

9 Jan 2026 Tech Web Design
Dive into the core concepts of Flexbox, a powerful CSS module for one-dimensional layouts, and discover how Bootstrap 4+ leverages it through intuitive utility classes. …...
Read more →
image

Untangling the Django Mess: Why Refactoring Views is Your Best Future-Proofing Strategy

Is your Django project burdened by convoluted, hard-to-maintain views? This post explores why revamping "legacy" Django views isn't just acceptable—it's essential for long-term project health, …...
Read more →
image

Django REST Part 4 - Connecting React to Django: A Beginner's Guide

4 Jan 2026 Tech Development
You’ve built a secure Django API—now let’s use it. Learn how to build a React frontend that handles Token authentication and communicates with your 4 …...
✹ Read more →