JavaScript


How to Design a Hotel Booking System?

How to Design a Hotel Booking System?

(e.g Airbnb, Booking, Expedia from a front-end/full-stack view)

React nativeReact hook formJavascript tips
Build a Shopping Cart with Next.js 14 Server Actions

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.

NextjsReactTypescript
How to Add Google Sign-In: Expo React Native Guide [2024]

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.

ExpoJavascriptReact native
How to Embed a Form Builder with JavaScript

How to Embed a Form Builder with JavaScript

A developer-friendly guide to embed a form builder with JavaScript

formssdkjavascript
NextJS Authentication Flow — Store JWT In Cookie

NextJS Authentication Flow — Store JWT In Cookie

Authentication flow using JWT and cookies.

TypescriptJavascriptNextjs
10 Useful JavaScript One-Liners to Improve Your Efficiency

10 Useful JavaScript One-Liners to Improve Your Efficiency

This article compiles very useful one-liners that are commonly needed in development, which can help you improve your work efficiency.

JavaScript
Demystifying the JIT Compiler

Demystifying the JIT Compiler

Understanding JIT compiler in JavaScript

web developmentreactjavascript
How to Use JavaScript Array Splice() Like a Pro

How to Use JavaScript Array Splice() Like a Pro

The Best Way to Manipulate Array Values

JavaScriptJavaScript Array Methods
How to Check if a String Contains a Substring in JavaScript

How to Check if a String Contains a Substring in JavaScript

Unveiling JavaScript's Secrets to Substring Detection!

javascriptjavascript array methodsprogramming
Demystifying Memoization and Hoisting in JavaScript

Demystifying Memoization and Hoisting in JavaScript

Turbocharge your JavaScript skills by learning memoization and hoisting.

JavaScriptProgrammingWeb Development