--- import { getCollection } from 'astro:content'; import BaseLayout from '../layouts/BaseLayout.astro'; import CallToAction from '../components/CallToAction.astro'; import Grid from '../components/Grid.astro'; import Hero from '../components/Hero.astro'; import Icon from '../components/Icon.astro'; import Pill from '../components/Pill.astro'; import PortfolioPreview from '../components/PortfolioPreview.astro'; import ContactCTA from '../components/ContactCTA.astro'; import Skills from '../components/Skills.astro'; const projects = (await getCollection('work')) .sort((a, b) => b.data.publishDate.valueOf() - a.data.publishDate.valueOf()) .slice(0, 4); ---
Developer Speaker Writer
Alex Lebens in Antarctica

Selected Work

Take a look below at some of my featured work from the past few years.

View All

Mentions

I have been fortunate enough to receive praise for my work in several publications. Take a look below to learn more.