Skip to content

Instantly share code, notes, and snippets.

View danestves's full-sized avatar
📚
Spreading knowledge throughout LATAM

Daniel Esteves danestves

📚
Spreading knowledge throughout LATAM
View GitHub Profile
@danestves
danestves / date.ts
Created December 10, 2025 19:20
Format date and time using Temporal API
type DateInput = Date | string | Temporal.PlainDate | Temporal.PlainDateTime | Temporal.ZonedDateTime | Temporal.Instant
function parseToTemporalDate(input: DateInput): Temporal.PlainDate {
if (input instanceof Temporal.PlainDate) {
return input
}
if (input instanceof Temporal.PlainDateTime) {
return input.toPlainDate()
}
@danestves
danestves / vela-minimalist-garden-strategy.md
Created February 23, 2026 20:01
Vela — Minimalist Garden Strategy: The Pressed Botanical Collection

🌿 Vela — Minimalist Garden Strategy

"The Pressed Botanical Collection"

One document. One vision. One day to ship.


1. The Vision

We're killing the over-engineered Skia/Rive/Lottie garden. In its place: The Pressed Botanical Collection — a premium, minimalist scrapbook where your garden grows through layered botanical illustrations, not complex animation.