Personal showcase website at www.kalandra.tech. Serves as a demonstration of engineering skills and a playground for new technologies.
- Home — intro and navigation
- About Me — career timeline, values, links
- Project — live roadmap tracking the build progress of this site
- Hire Me — job offer submission form (requires sign-in)
- Job Offers — submitted offers with status tracking and admin review
- Frontend: Astro (SSG) + Tailwind CSS, deployed to Cloudflare Pages
- Backend: ASP.NET Core (.NET 10) with Marten (event sourcing), deployed to Oracle Cloud
- Auth: Supabase Auth (email/password + Google OAuth)
- Database: PostgreSQL (Supabase in production, Docker locally)
- Observability: Sentry for errors, traces, and logs (backend via the OpenTelemetry bridge; frontend via the CDN loader script behind a provider-agnostic abstraction)
- CI/CD: GitHub Actions
Architecture decisions, technical roadmap, and the full decision log are documented on the Project page. The page includes goals, an architecture overview diagram, collapsible Architecture Decision Records (ADRs), and a version-by-version roadmap with progress tracking.
See docs/SETUP.md for prerequisites, local setup, and deployment infrastructure.