Published onJanuary 31, 2024Reuse include in Prisma Query with TypeScript satisfiesdevnextjstypescriptTo avoid repetition!
Published onJanuary 30, 2024Making Your Code Endure Beyond Your TenuredevEvery code becomes legacy when it's written.
Published onJanuary 29, 2024How to close a dialog on success or render an error with Remix fetchersdevremixBased on Ryan Florence tweet
Published onJanuary 26, 2024Basic visitor count using Next.js middleware and Vercel KVdevnextjsLike, very basic
Published onJanuary 25, 2024Navigating Decision-Making: From Dishwashers to EconomicspersonalthoughtphilosophyRandom thought led me to Law of Diminishing Returns and Path Dependence
Published onJanuary 24, 2024Enhancing User Experience with Background Tasks in Vercel Edge MiddlewaredevnextjsHave you heard of waitUntil?
Published onJanuary 23, 2024Slash Through Complexity using Occam's RazordevphilosophyThe simplest solution is often the correct one
Published onJanuary 22, 2024Cron job in PostgreSQLdevdatabasepostgresWhen you need to periodically update your database
Published onJanuary 19, 2024Gall's Law: Unraveling the Secrets to Successful Programming ProjectsdevphilosophyStart simple
Published onJanuary 18, 2024Checking File Existence Efficiently Using Range RequestsdevJust a byte. No need for everything.
Published onJanuary 17, 2024Stop torturing yourself working alone. Talk with others.devIt's gonna save a lot of time
Published onJanuary 16, 2024Understanding dangerouslySetInnerHTML in React: Use Cases and RisksdevtypescriptreactIs it really dangerous?
Published onJanuary 15, 2024How Understanding the Chesterton Fence Can Make You a Better Programmer!devphilosophyDon't blindly remove that safe guard
Published onJanuary 12, 2024Understanding the Subtleties of JavaScript's eval: Local vs. Global ExecutiondevtypescriptIt's weird syntax, I know
Published onJanuary 11, 2024How You're Falling for Parkinson's Law Without Even RealizingdevphilosophyThe law applies to programming world too
Published onJanuary 10, 2024Async Local Storage in Node.jsdevtypescriptIt's like React's Context but for Node.js
Published onJanuary 9, 2024What is "async" must be await-eddevtypescriptSubtle bug that could cause you headache
Published onJanuary 8, 2024Another day, another React Hydration errordevpull-requestreactnext.jstypescriptThis time because of timezone
Published onJanuary 4, 2024Must remember when using Next.js App Routerdevopen-sourcenextjsHere's one thing you must never forget when using Next.js App Router.