Skip to content
Art of Coding

Art of Coding

  • Advanced
  • AI / Machine Learning
  • Algorithms
  • API Integration
  • Automation Scripts
  • Beginner
  • C#
  • C++
  • Data Structures
  • Databases
  • DevOps / CLI Tools
  • Dynamic Programming
  • Go
  • Graph Theory
  • HTML / CSS
  • Intermediate
  • Java
  • JavaScript
  • Python
  • Recursion
  • Rust
  • Search Algorithms
  • Shell / Bash
  • Sorting Algorithms
  • SQL
  • TypeScript
  • Uncategorized
  • Web Development

JavaScript

  • Home
  • JavaScript
  • Page 2
Mastering Debounce in JavaScript: Build a Custom Hook Without Libraries
Posted inJavaScript

Mastering Debounce in JavaScript: Build a Custom Hook Without Libraries

Mastering Debounce in JavaScript: Build a Custom Hook Without Libraries   Handling user input effectively in modern web apps is critical to maintaining a responsive and performant UI. When users…
Posted by Oana Rinaldi February 16, 2026
Real-Time Form Validation with JavaScript and Regex
Posted inJavaScript

Real-Time Form Validation with JavaScript and Regex

Real-Time Form Validation with JavaScript and Regex   Real-time form validation is a cornerstone of modern web user experience. Instead of waiting until form submission, users receive immediate feedback on…
Posted by Oana Rinaldi February 8, 2026
JavaScript Debouncing Explained with Scroll Event Optimization
Posted inJavaScript

JavaScript Debouncing Explained with Scroll Event Optimization

JavaScript Debouncing Explained with Scroll Event Optimization   In web development, performance is key—especially when dealing with events that fire rapidly, such as scrolling, resizing, or keypresses. Without managing these…
Posted by Oana Rinaldi February 3, 2026
Build a Live Search Filter in Vanilla JavaScript
Posted inJavaScript

Build a Live Search Filter in Vanilla JavaScript

Build a Live Search Filter in Vanilla JavaScript   Interactive UI features like live search provide real-time feedback and deliver a dynamic user experience. In this hands-on tutorial, we’ll walk…
Posted by Oana Rinaldi February 2, 2026
Building a Simple CAPTCHA System in JavaScript Without Dependencies
Posted inJavaScript

Building a Simple CAPTCHA System in JavaScript Without Dependencies

Building a Simple CAPTCHA System in JavaScript Without Dependencies   Spam and automated bots are common nuisances when building web forms. To prevent bot submissions, a well-known solution is the…
Posted by Oana Rinaldi January 21, 2026
‘Debounce’ vs ‘Throttle’ Explained Visually (with JS Code)
Posted inJavaScript

‘Debounce’ vs ‘Throttle’ Explained Visually (with JS Code)

'Debounce' vs 'Throttle' Explained Visually (with JS Code)   Debounce and throttle are two commonly used techniques in JavaScript to control how often a function is executed over time. They…
Posted by Oana Rinaldi December 31, 2025
Node.js Script to Back Up Your MongoDB Daily via Cron Job
Posted inJavaScript

Node.js Script to Back Up Your MongoDB Daily via Cron Job

Node.js Script to Back Up Your MongoDB Daily via Cron Job   When managing production-grade applications, database backups are your safety net. Automating those backups ensures you can recover data…
Posted by Oana Rinaldi December 27, 2025
Scrape Job Listings with Node.js and Cheerio
Posted inJavaScript

Scrape Job Listings with Node.js and Cheerio

Scrape Job Listings with Node.js and Cheerio   Web scraping offers immense value when it comes to automating data collection for personal or professional projects. Imagine being able to extract…
Posted by Oana Rinaldi December 15, 2025
Interactive Form Validation With Vanilla JavaScript Only
Posted inJavaScript

Interactive Form Validation With Vanilla JavaScript Only

Interactive Form Validation With Vanilla JavaScript Only   Form validation is one of the most important aspects of client-side development. While modern libraries like React or Vue offer form validation…
Posted by Oana Rinaldi December 4, 2025
Using JavaScript to Scrape Table Data from Any Web Page
Posted inJavaScript

Using JavaScript to Scrape Table Data from Any Web Page

Using JavaScript to Scrape Table Data from Any Web Page   Web scraping is a powerful way to retrieve data without relying on APIs. Whether you're analyzing public data or…
Posted by Oana Rinaldi December 3, 2025

Posts pagination

Previous page 1 2 3 4 5 Next page

Recent Posts

  • Integrating External APIs in Python Projects Made Easy
  • SQL Window Functions Explained by Example
  • Optimizing Java Loops: Small Changes That Make Big Differences
  • Consuming GraphQL APIs Smoothly with JavaScript Fetch
  • Optimizing SQL Queries: Index Use Cases You Can Actually See

Recent Comments

No comments to show.

Archives

  • April 2026
  • March 2026
  • February 2026
  • January 2026
  • December 2025
  • November 2025
  • October 2025
  • September 2025
  • August 2025

Categories

  • Algorithms
  • Automation Scripts
  • Databases
  • DevOps / CLI Tools
  • Graph Theory
  • Java
  • JavaScript
  • Python
  • Recursion
  • Search Algorithms
  • Shell / Bash
  • Sorting Algorithms
  • SQL
Copyright 2026 — Art of Coding. All rights reserved. Bloghash WordPress Theme
Scroll to Top