KGDEV.me

The blog that you are currently reading.

https://kgdev.me

Overview

#blog #TypeScript #Astro #Tailwind

Repositories

Components

Website

frontend

TypeScript · Astro

Hosted on Cloudflare – Pages

  • Static export for super fast load times.

Technical Notes

Performance & Security

Load Performance

Load performance for KGDEV.me
  • Astro static site; minimal client‑side JS for excellent core‑web‑vitals.
  • Served via Cloudflare Pages with edge caching; compressed assets and long‑lived cache headers.
  • Tailwind CSS JIT keeps styles lean; images are optimized and lazy‑loaded.

Security

Security overview for KGDEV.me
  • Static hosting with no runtime server reduces attack surface significantly.
  • All traffic over HTTPS; Cloudflare Pages headers set via `_headers` file.