Personal dev blog at annaadar.dev — a space for posts and notes on mobile, web, and systems engineering.
Hi, I'm Anna — a software developer who enjoys reading source code and deep-diving into how things work. This blog is where I write about things I'm currently exploring, bugs I've hunted down, and anything else worth documenting along the way.
| Layer | Technology |
|---|---|
| Framework | Astro |
| Theme | Astro Cactus (personalized) |
annas-dev-notes/
├── src/
│ ├── content/
│ │ ├── post/ # Blog posts (Markdown / MDX)
│ │ └── note/ # Shorter notes
│ ├── components/ # Astro/UI components
│ ├── layouts/ # Page layouts
│ ├── pages/ # Route pages
│ └── styles/ # Global and theme overrides
├── public/ # Static assets
├── astro.config.mjs
├── tailwind.config.cjs
└── package.json
- Node.js 18+
- npm or pnpm
Content (posts and notes) © Anna Adar. Theme based on Astro Cactus — see its license for theme-specific terms.