FAQ

Technical context for recruiters and code reviewers.

What is this repository?

+

A technical frontend showcase built with Next.js 14, TypeScript, and Tailwind CSS. It demonstrates production-grade patterns: SEO hardening, performance discipline, clean API routes, and CI/CD automation.

Is this a SaaS or commercial product?

+

No. This is explicitly non-commercial. It exists as a technical portfolio piece and entry point to Data Engineering work. There are no products, services, or pricing involved.

What should recruiters focus on?

+

Review the code architecture, TypeScript strictness, SEO implementation (metadata, robots.txt, sitemap), API route structure (/api/contact), minimal dependencies, and build/deploy configuration.

What is intentionally out of scope?

+

Marketing features, payment flows, authentication, complex state management, and backend infrastructure. The scope is deliberately narrow to showcase frontend fundamentals clearly.

Where is the core Data Engineering work?

+

The canonical technical reference is the Data Engineering Hub on GitHub (github.com/jcsf2020). This frontend is a lightweight entry point, not the primary body of work.

Is this production-grade?

+

Yes, within its scope. It follows production patterns: proper error handling, environment configuration, CI/CD, and performance optimization. It is deployed and running.

How can I contact the author?

+

Use the contact form on this site at /contacto. It submits to /api/contact with proper validation.