JavaScript
Angular 19 New Features
An outline of possible features based on trends from previous versions of Angular and expectations for the next update.
How to Scrape Facebook Profile Data Using JavaScript and Puppeteer
A step-by-step guide to scraping Facebook public profile data using JavaScript, Puppeteer, and a headful browser with a built-in proxy network and block-bypassing mechanism.
Build a Shopping Cart with Next.js 14 Server Actions
Creating a user-linked shopping cart using server actions with Vercel KV and Next-Auth.
GraphQL File Uploads Server Side with NestJS
GraphQL file upload using NestJS, Firebase, NuxtJS 3, and Apollo Client.
How to Add Google Sign-In: Expo React Native Guide [2024]
A step-by-step guide to setting up Google sign in inside your expo-react native android application.
Creating a command line AI chat app with Node.js and Google Gemini
A guide on how to create a command line AI chat app with Node.js and Gemini
How to Embed a Form Builder with JavaScript
A developer-friendly guide to embed a form builder with JavaScript
Major React 19 Update: React Compiler and All You Need to Know
A comprehensive overview of the latest features and improvements in React 19, including the React Compiler, Actions, and more.
Integrating HTML and JS for Interactive Contact Forms in WordPress Sites
Enhancing WordPress Sites with HTML and JavaScript: A Guide to Creating Interactive Contact Forms. Discover how the synergy of HTML and JavaScript can transform your WordPress site's contact forms into interactive communication tools.
NextJS Authentication Flow — Store JWT In Cookie
Authentication flow using JWT and cookies.