Writing on software development and random personal tidbits.
All of my long-form thoughts on programming and probably about life, collected in chronological order.
- Deprecate and DisconnectLeaving the links rotten and start fresh
- Keystatic: The Last Framework HopLatest iteration of this website is using Keystatic for its content management system
- Plans for 2023The new year is coming upon, thought I write about my plans for 2023
- New Domain, New MeGoodbye old domain, you will not be missed
- Hello, Junior.Welcoming a new member of the Nibras household
- System Shock on macOS using ShockolateHere's a short post on how to run System Shock Classic Edition on macOS
- Adaptive Link Element for Next.jsHere's how to create an anchor/link component that can be used for both relative Next.js pages and external links
- Git Multiverse: View Deleted Git Histories on GitHubYou can view deleted commits on a GitHub repository, even if you force-push the whole repository
- Prevent FOUC on Next.js + Chakra UITL;DR, use @emotion/cache and @emotion/server to prevent initial unstyled content
- I Made a Deno Module Registry Using Next.js, Vercel, and GitHubAn adventure log about how I remade deno.land module registry from scratch for denoland.id
- New Place, New ChapterToday marks the day I moved to my new house 🏠
- Windows Is Now Great for DevelopmentMy personal thoughts and experience on how Windows is getting better for development
- Gatsby.js Plugin Priority vs. OCDSometimes tidiness must be sacrificed with import sequences
- Exploring Undocumented getInitialProps Properties on Next.jsAn adventure log on discovering the secrets of the getInitialProps function and its mysterious object properties — updated March 2020