A Dev Workflow Story
This page discusses how to view a local development site on a physical phone using IP addresses, and explores solutions for accessing the development environment from public networks, including tunneling services and VPNs.
This page discusses how to view a local development site on a physical phone using IP addresses, and explores solutions for accessing the development environment from public networks, including tunneling services and VPNs.
Explore a collection of personal tech philosophies, patterns, and insights that influence development workflows and approaches, offering general musings on various technology topics.
This guide explores common pitfalls in Django's built-in features that may inadvertently cause confusion or errors, providing practical solutions to manage these 'automiagical' behaviors effectively.
A collection of essential resources for developers, providing valuable materials and tools to enhance programming skills and knowledge.
Reflects on personal experiences with TypeScript, highlighting its challenges and benefits in the context of JavaScript development, particularly when used with frameworks like React and Angular.
An in-depth analysis of JavaScript, covering its flexibility, dynamic nature, ecosystem, and programming paradigms, alongside critiques of its standard library inconsistencies and tooling complexities.
Explore the nuances of overcoming CSS challenges in React, focusing on styling a single button and learning about CSS scope and React syntax.