Hello World!
Welcome to my new website! This site is built with SvelteKit and managed with Nix flakes for reproducible builds.
Why SvelteKit and Nix?
I chose this stack because:
- SvelteKit is modern, fast, and provides great developer experience
- Nix ensures my build environment is reproducible
- Together they make deployment simple and reliable
What’s Coming
I’ll be writing about:
- Software development
- Nix and NixOS
- Open source projects
- Technical tutorials
- Tons of other things as well!
Code Example
Here’s how easy it is to build this site with Nix:
# Enter development environment
nix develop
# Install dependencies
npm install
# Start development server
npm run dev
# Build for production
nix build Stay tuned for more content!