Blog
Next.js Secure Authentication Using http-only Cookie (GraphQL or REST)
Dodging the Vercel Tax: How to use an open-source alternative for Serverless Postgres, Redis, and Blob Storage
Find out how to get the same DX wins of Vercel Storage by using its Postgres, Redis, and Blob providers with WunderGraph - a free and open-source technology without the Vercel markup, and without vendor lock-in to boot.
Lazy Loading and Code Splitting in React Native — Is That Even Possible?
Automating the Generation of Code from OpenAPI in Your Next.js Application
Generate ready to use fetcher methods
Integrating Azure B2C as an Identity Provider in Next.js Applications Using NextAuth
A step-by-step guide on seamlessly configuring your Azure B2C instance with a Next.js application.
How to Run a Python File Inside a Docker Container
Revolutionize Your Web Scraping Experience with Bright Data's Scraping Browser
Solve complex scraping challenges with ease, and improve your data extraction efficiency with a comprehensive, highly scalable low-infra solution.
Using Design Tokens to Easily Theme Your SAAS Application
Learn how to easily theme your SAAS application using design tokens and Saas UI
Jest Reference Error: Cannot Access ‘’ Before Initialization
This problem is only fixable by changing the location of import and jest.Mock. It creates the problem, because when we import depA and bring it to our module’s runtime, it already read all the…