
Simplifying Authentication in Next.js with Better Auth; A Modern, Type-Safe Approach
Introduction Authentication is a core pillar of any modern web application, but implementing it securely and scalably can often be a daunting task—especially when juggling social logins, session handling, database…

Integrating Xata PostgreSQL ; A Modern Take on Serverless Relational Databases
What is Xata? Xata is a serverless database platform that simplifies working with relational data. It offers a developer-friendly UI, SDKs, and features like full-text search, analytics, branching, and schema migrations…

Instantly compress, convert, crop, resize your image
Intro: ImageResizer.com is a free, browser-based tool designed to simplify image editing tasks like resizing, converting, and compressing. With support for popular formats such as JPG, PNG, WEBP, GIF, and more, it allows…

Learning to Manage Time Without Losing Mind
How I’m Learning to Manage My Time Without Losing My Mind I used to think being busy meant being productive. My day would start with a vague idea of what I needed to do and end with a long list of unfinished tasks, a few…

fix “document is not defined” in Next.js
How to fix “document is not defined” in Next.js If you’re working with Next.js, you might have encountered the infamous document is not defined error. This error can be a roadblock, especially for those new to server…