Discriminated unions (also known as tagged unions) are a powerful TypeScript pattern that enables...
This article explores building a GraphQL server in 2025 using a modern, type-safe stack. We'll cover...
Modify your nextauth client and add a callbacks section that will get the access token from the...
You can select the scopes you want to request from GitHub/your oauthprovider in the login page, and...
slides used in the presentation building the generic component In this example we'll use...
This error is a combination of CORS issues and incorrect cookie settings. To resolve you need to set...
odemailer with Brevo is an excellent combination for sending free emails (up to 300 per day) within...
Add cool effect when trnsitionning from light to dark mode using css and view...
Supabase An open source alternative to firebase...
Why GraphQL and Relay for your React app? Building complex UIs that fetch data efficiently...
Are you a fellow developer? I hear you! As software creators, we're constantly fine-tuning our code,...
I recently saw a job opening where they wanted a Nodejs ,TypeORM and GraphQL developer So I decided...
I have a page in my portfolio that's supposed to load a repository and display it's details , but...
Next.js 14 introduced a new feature: stable server actions. They are functions that run on the server...
Vue and svelte people can't relate to this one as their framework have their own extensions which...
Are developers engineers? Maybe not in the strictest sense, but sometimes we like to geek out and...
initialize the project final code Setup using Rakkasjs which is a full-stack vite react...
What I built : Repo manager , simple github dashboard for quick updates to the viewer...
The Pocketbase SDK assumes SPA by default and saves the auth response in the local storage , while...
Lessons learned from building and publishing 3 NPM packages In this tutorial, we will...
RakkasJS My Nextjs replacement , Rakkasjs is an underdog in the react meta-framework...
Timeline and posts implementaion After changing up the backend layout and removing the replies table...
the timeline extending pocketbase useful references OAUTH Authentication with...
After we authenticate we might want to guard certain routes and redirect to the login page if not...
Authentication In this first part we'll implement user authentication with the pocketbase...
Intro In this article i'll try to port over an app i made in firebase to pocketbase ...
step 1: Check the cache for the domain's IP address, for a sites like google.com it's...
relay Relay is a JavaScript framework for fetching and managing GraphQL data in React...
pocket base Open Source backend for your next SaaS and Mobile app in 1 file setup...
Graphql mutations using the github graphql api with react-query we'll use...