Front-end

Front-end

DOM Tree Testing: A Deep Dive into Snapshot Testing with Jest or Vitest

Let's take a look at snapshot testing and see how to use this concept in our visual regression testing strategy.

Read
Developer Guides

When and Why to Choose Server Side Events (SSE)

Let's cover the detailed study of Server Side Events (SSE) to reach a conclusion on when and why to use them, what benefits it offer and use cases where it is the best choice.

Read
Developer Guides

JWT Token vs Cookie Based Session Authentication: A Detailed Comparison

Let's cover the detailed comparative study of Token based authentication with cookie based session authentication.

Read
Front-end

Adding sitemap to a Next.js application

Quick and easy tutorial on adding sitemap to your Next.js application...

Read