Latest Updates

Documenting code, one commit at a time.

English 4 posts
×

Elevating Visual Identity and Developer Experience with Next.js and Tailwind CSS

Our recent work on the nextjs-gozamadrid project focused on a comprehensive visual rebrand, aiming for a sophisticated and modern aesthetic. This initiative wasn't just about changing colors; it involved deeply integrating a new design system with technical optimizations to enhance both user experience and development workflow.

The Challenge

The project needed a refreshed look to align

Read more

Seamless Google Ads Integration in Next.js with gtag.js

Enhancing Analytics for nacho995/nextjs-gozamadrid

In the competitive digital landscape, understanding how users interact with your website and respond to advertising campaigns is paramount. For the nacho995/nextjs-gozamadrid project, enhancing our analytics capabilities was a key focus, specifically by integrating Google Ads tracking to gain deeper insights into campaign performance and

Read more

Building Robust APIs with DTOs, Validation, and Prisma Enums in NestJS

Working on the Court project, we're continuously enhancing its data handling capabilities. A recent focus involved strengthening our API's data integrity and domain modeling by integrating DTOs, comprehensive validation, and domain-specific enums, all backed by a robust Prisma schema update. This ensures that data entering our system is always consistent and adheres to our business rules.

Read more

Handling Browser Autoplay Restrictions and Resource Leaks in Voice Assistants

Developing voice assistants for the web introduces unique challenges, particularly around audio context management and resource cleanup. The 'msmk-voice-assistant' project recently addressed several key issues related to these areas, ensuring a smoother and more reliable user experience.

The Problem: Unhandled Audio Contexts and Resource Leaks

Modern browsers often require explicit user

Read more