Hello World: Welcome to My New Blog!
Astro Web Development NixOS
Welcome!
This is my very first blog post on my new developer portfolio website. I recently switched to this modern layout built with Astro and Tailwind CSS v4, and I’m loving the clean, monospace typography.
Why this blog is super secure
Because it is built using Astro, the content gets parsed and compiled during the build stage. By the time the site is deployed to my VPS:
- There is no server running Node.js or PHP on the public internet.
- There are no database queries (like SQL).
- The pages are served as standard static HTML files by Caddy.
This makes the site virtually immune to typical runtime web vulnerabilities.
Some code display test
Here is a quick look at how code blocks render on the site:
// src/config.ts
export const siteConfig = {
name: "Suraaj Vashisht",
title: "Cloud & Security Professional",
accentColor: "#1d4ed8",
};
Feel free to explore! I’ll be writing more about Cloud Architecture, Cyber Security, DevOps, and Linux here in the future.