All Articles
Page 1
Google Gemma 4 And TurboQuant Explained For Web Developers
A deep dive into Google's Gemma 4 open model family and TurboQuant KV cache compression — what they are, how they work, and why they matter for developers building AI-powered applications.
Securely opening links and understanding rel="noopener noreferrer"
Securely Opening Links Understanding rel noopener noreferrer
Understanding the `type` module field in package.json
Learn about the `type` field in package.json, its possible values, and its impact on Next.js projects.
Upgrading Tailwind CSS V3 To V4 In Nextjs 14
Upgrading Tailwind CSS v3 to v4 in Next.js 14
Integrating Custom Fonts in Next.js with Tailwind CSS
Guide to successfully adding custom fonts in Next.js using Tailwind CSS.
Easiest way to render MDX files in Next.js
Rendering MDX Files in Next.js App Directory from mdx file text
Syntax Highlighting With Highlight Js In Next Js Mdx
Syntax highlighting with Highlight.js in Next.js MDX
An Introduction to StackBlitz’s WebContainers
Discover how StackBlitz’s WebContainers are transforming web development by enabling full-stack environments to run entirely in the browser.
Understanding the Difference Between Platform and Infrastructure Teams
Difference Between Platform and Infrastructure Teams
CASL Ability Based Http Client to secure NextJS server actions
Explore how to use the AbilityBasedHttpClient class to integrate access control into your API requests using CASL and TypeScript.
Building A Reusable Generic Http Client In Nextjs 14
Learn how to build a reusable, type-safe HTTP client for making API requests with GET, POST, PUT, and DELETE methods.
Recommended tsconfig settings For Nextjs 14
Recommended tsconfig settings for Nextjs 14
Filtering Object Attributes Based on User Roles in TypeScript
Filtering object attributes based on user roles dynamically using TypeScript and CASL to control access to data.
How to Use CASL in Next.js for Role Based Access Control
How to use CASL in Next.js for role based access control
Overview of HTTP/1.1 Waterfall and HTTP/2 multiplexing
Why HTTP/1.1 leads to waterfall and how HTTP/2 solves it
How i built a super fast short link redirection system
In this article we will only focus on URL redirection part of the system, which deals with read aspects only.
How to Generate a Table of Contents from Markdown in React Using TypeScript
Learn how to generate a Table of Contents (TOC) from Markdown content in a React application
How to Add Sitemap to Next.js 14
Guide on adding a sitemap to a Next.js 14 application, including setup and automation.
Using A and AAAA Records to Serve Different Websites for Desktop and Mobile Devices
Delivering tailored content to users based on their device type
Handling CORS Issues in Next.js 14 within Client Components
Different ways of handling CORS issue in Next.js 14 when making API calls from client components.