LLeoinblog.leogtz.de·May 22 · 3 min readWhy Astro Is My Go To for Content WebsitesMost websites just show content. They don't need much interactivity like homepages, landing pages and portfolios. You could build them with plain HTML, CSS and JS, but as soon as the site grows that g00
LLeoinblog.leogtz.de·May 18 · 2 min readMy CLI was slow — then I stopped awaiting everythingI build a CLI that scans a directory full of projects and runs npm audit --json on each one to find vulnerabilities. It worked but it felt slow. Every project waited for the previous one to finish bef00