Statically Generating OpenGraph Images in Astro
Vercel's docs "forces" us to use their edge function. Satori's docs is not clear enough. How about statically generating it?
Statically Generating OpenGraph Images in Astro
Vercel's docs "forces" us to use their edge function. Satori's docs is not clear enough. How about statically generating it?
Writing Search Query Lexer and Parser Using State Machine
I can't believe I wrote this thing without Regex...
Handling PostgreSQL Errors in Go `sqlx` and `pq` packages
Notes on how to handle database errors in Go
Create Relative Timestamps in JavaScript Without Any Dependencies Using `Intl.RelativeTimeFormat`
My Attempt on creating a relative timestamps (like "5 min ago", "4d ago", "in 1 week", etc.) without any external dependencies
How to Test Ordered Elements in Jest & Testing Library
Testing elements to make sure that they are ordered can be confusing, especially without using `data-testid`. Here's I do it.
Linux from Scratch: My own attempt (Epic Fail)
My own attempt at Linux from Scratch--creating my own distro--for my university assignment.