Real Estate Platform
Atlanta, GA, USA
Real EstateNext.jsTypeScriptSASSSitecore
Created frontend components for a real estate company website using Next.js and Sitecore CMS with a GraphQL integration layer. After a production incident caused by an uncoordinated deploy sequence breaking the GraphQL contract, I designed and implemented a CI pipeline that automatically validates the GraphQL schema on every pull request — preventing any schema-breaking change from being merged.
Highlights
- 01.Designed responsive components with SASS for property listings optimized across devices
- 02.Integrated with Sitecore CMS via GraphQL for structured content delivery
- 03.Implemented CI pipeline for automatic GraphQL contract validation on every PR — zero recurrence of schema-breaking deploys
- 04.Optimized performance with Next.js static generation and image optimization
- 05.Documented deploy order standards adopted as team-wide protocol