Skip to content

Instantly share code, notes, and snippets.

View lazysoftwaredeveloper's full-sized avatar

Lazy Software Developer lazysoftwaredeveloper

View GitHub Profile
---
interface Props {
src: string;
title: string;
showToolbar?: boolean;
}
const { src, title, showToolbar = true } = Astro.props;
---
@lazysoftwaredeveloper
lazysoftwaredeveloper / projects.md
Last active March 22, 2026 14:36
Some reminders of development process

Keep maintaining this gist, each website should on it's own comment.