2025-11-02
In our previous post, we explored how KeyDB was used to cache optimized images for Next.js. While this improved performance initially, we later encountered significant drawbacks that led us to rethink...
2025-01-14
We host our own BIND 9 DNS server that are mainly for DN42 network. To allow easy management and versioning of Bind 9 config and the DNS records, we containerized the Bind 9 server and run it as docke...
2025-01-05
We use Next.js execlusively for our website, on top of that, we use Next.js's Image component to optimize the image. To reduce size of the image, we use AVIF format, which is a modern image format tha...