Posts
All the articles I've posted.
Building an Accessible Camera Flow in React: Permissions, Failure States, and Clean UX
Published: at 09:00 AMWhat I learned building a real camera feature in React, from handling getUserMedia failures gracefully to stopping media tracks so the camera light actually turns off.
Guessy Messy: How We Built a Production-Ready Quiz App as a Team
Published: at 10:00 PMBuilding Guessy Messy: What I Learned Coordinating 5 Developers on a Quiz App
TIL JavaScript Destructuring
Published: at 11:00 PMThe potential of JavaScript destructuring, a concise and powerful technique simplifying the extraction of values from objects and arrays, improving code readability and reducing redundancy.
Building a Backend for an Online Marketplace
Published: at 11:00 PMBackend architecture walkthrough of the Marketplace API, showcasing Java and Spring Boot proficiency in managing online marketplace advertisements, including user authentication, dynamic ad creation, and detailed API documentation using Swagger and Javadoc.
TIL Spring Data JPA: Making Database Stuff Easier
Published: at 10:00 PMSpring Data JPA simplifies database tasks, reducing boilerplate code with JpaRepository and enabling clear custom queries through intuitive method naming.
Virtual environment in Python
Published: at 10:00 PMTalking about the convenience of Python's virtual environments—a helpful toolbox that keeps your projects tidy by managing dependencies and versions separately, ensuring a stable system.