Skip to main content
arrow_back Back to Portfolio
edit_note Blog & Articles

Thoughts on code, design, and everything in between.

A collection of tutorials, technical deep-dives, and musings on the state of frontend development.

Search

Filter Strategy with Sitecore Search

A deep dive into how the ResourceListWidget manages filter strategies from load and leverages Sitecore Search SDK for faceted filtering and dynamic search results. This document explains the architecture and data flow of the filtering mechanism.

RG
Renan Garcia 6 min read
Read Article
Next.js

Exploring Server Actions in Next.js 14

Server Actions allow you to build efficient data mutation without the need for API routes. Here's a comprehensive look at how I integrated them into my latest e-commerce project to reduce client-side JavaScript.

RG
Renan Garcia 6 min read
Read Article
Accessibility

The Art of Accessible UI Design

Accessibility shouldn't be an afterthought. In this guide, I break down key WCAG guidelines and provide practical implementation tips for building inclusive semantic HTML components that work for everyone.

RG
Renan Garcia 8 min read
Read Article
CSS

Switching from CSS-in-JS to Tailwind

The journey of refactoring a large legacy codebase from Styled Components to Tailwind CSS. I discuss the performance benefits observed, the development velocity improvements, and how utility-first CSS changed my workflow.

RG
Renan Garcia 5 min read
Read Article