Blog
Discover articles on frontend development and tool customization
Hexagonal Architecture: A Senior Guide for Next.js 16
Discover how to build robust applications in Next.js 16 by eliminating React Query and adopting a Hexagonal Architecture with Zod and Server Components.
The Dream Team in a Startup: The Hipster, Hacker, and Hustler
From Wayra Peru to Silicon Valley: the lesson that defines winning teams. The three fundamental roles every startup needs to succeed according to Fadi Bishara from Blackbox.
Next.js 15: Stop Fetching Data the Messy Way – Use a Data Access Layer (DAL) with Smart Caching
Learn how to centralize data fetching in Next.js 15 with a Data Access Layer (DAL), leverage the Data Cache, and apply modern patterns like preload and revalidate to boost performance, security, and maintainability.
How to Customize VS Code with CSS and JavaScript (Advanced Guide)
Learn how to customize Visual Studio Code beyond predefined themes using CSS and JavaScript to create a unique coding experience tailored to your needs.