--- import { ArrowUpRight, Code, Server, Building, Cloud, GraduationCap, } from "@lucide/astro"; import { siteConfig } from "@/config/site.js"; import experiences from "@/collections/experiences.json"; import social from "@/collections/social.json"; import AboutExperience from "@/components/elements/AboutExperience.astro"; import Button from "@/components/ui/Button.astro"; import Layout from "@/layouts/Layout.astro"; import Toc from "@/components/widgets/Toc.astro"; // Manually define page table of contents structure const headings = [ { depth: 2, slug: "about-me", text: "About Me" }, { depth: 2, slug: "expertise", text: "Expertise" }, { depth: 2, slug: "experience", text: "Experience" }, { depth: 2, slug: "education", text: "Education" }, { depth: 2, slug: "lets-connect", text: "Let's Connect" }, ]; const filtered = headings.filter(h => h.depth <= 3); ---

About Me

Alexandre | @vorpax

"Bridging business strategy with technical implementation."

Started in business prep school, now at HEC Paris. Self-taught in infrastructure and development. I bridge business strategy with technical implementation.

Expertise

Infrastructure
Fullstack Development
Business Strategy
DevOps

Experience

{ experiences.map((experience, index) => { return (
) }) }

Education

HEC Paris

M1 - Master in Management

Sorbonne University

Bachelor's in Mathematics

Let's Connect

Reach out on LinkedIn or check out my work on GitHub.

Email: {siteConfig.mail}