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.

Sitecore Search

Sitecore SearchPageView Component

A headless analytics component that tracks page views for Sitecore Search. It captures user context, generates canonical page identifiers, and publishes entity view events to the Sitecore Discovery API without rendering any visible UI.

RG
Renan Garcia 15 min read
Read Article
Sitecore 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