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
Consuming Public APIs in JavaScript Without Axios or jQuery
Posted inJavaScript

Consuming Public APIs in JavaScript Without Axios or jQuery

Consuming Public APIs in JavaScript Without Axios or jQuery   Modern JavaScript gives us a powerful native tool to make HTTP requests: the Fetch API. Unlike older approaches that relied…
Posted by Oana Rinaldi November 8, 2025
Auto-Reply Gmail Emails Using Google Apps Script (JavaScript)
Posted inJavaScript

Auto-Reply Gmail Emails Using Google Apps Script (JavaScript)

Auto-Reply Gmail Emails Using Google Apps Script (JavaScript)   Automating email responses is a game-changer for productivity. Whether you're managing customer support, internal communication, or just want cleaner inbox management,…
Posted by Oana Rinaldi November 7, 2025
Debounce vs Throttle: Interactive Search Bar Demo in JavaScript
Posted inJavaScript

Debounce vs Throttle: Interactive Search Bar Demo in JavaScript

Debounce vs Throttle: Interactive Search Bar Demo in JavaScript   In modern web development, user experience is everything — especially when it comes to responsive UI elements like search bars.…
Posted by Oana Rinaldi November 3, 2025
Monitor Website Uptime With Node.js and Discord Alerts
Posted inJavaScript

Monitor Website Uptime With Node.js and Discord Alerts

Monitor Website Uptime With Node.js and Discord Alerts   Ensuring your website stays up and available is a critical part of maintaining a reliable user experience. While there are many…
Posted by Oana Rinaldi October 31, 2025
Implement Dijkstra’s Algorithm in JavaScript for Route Planning
Posted inJavaScript

Implement Dijkstra’s Algorithm in JavaScript for Route Planning

Implement Dijkstra’s Algorithm in JavaScript for Route Planning   Dijkstra’s algorithm is a cornerstone in graph theory that helps find the shortest path between nodes in a graph. Whether you're…
Posted by Oana Rinaldi October 29, 2025
Real-Time Form Validation in Vanilla JavaScript
Posted inJavaScript

Real-Time Form Validation in Vanilla JavaScript

Real-Time Form Validation in Vanilla JavaScript   Form validation is a fundamental part of building user-friendly and secure web applications. While libraries like jQuery used to be the go-to solution,…
Posted by Oana Rinaldi October 28, 2025
Secure Web APIs with Token-Based Auth Using Node.js and Express
Posted inJavaScript

Secure Web APIs with Token-Based Auth Using Node.js and Express

Secure Web APIs with Token-Based Auth Using Node.js and Express   In the modern web development landscape, securing APIs is crucial for maintaining trust and protecting sensitive user data. One…
Posted by Oana Rinaldi October 23, 2025
Debounce vs Throttle in JavaScript – Visual Guide with Code & Timers
Posted inJavaScript

Debounce vs Throttle in JavaScript – Visual Guide with Code & Timers

Debounce vs Throttle in JavaScript – Visual Guide with Code & Timers   JavaScript is an event-driven language, which makes it perfect for building dynamic web interfaces. But with great…
Posted by Oana Rinaldi October 16, 2025
Create a JavaScript Bookmarklet That Cleans Up Blog Pages
Posted inJavaScript

Create a JavaScript Bookmarklet That Cleans Up Blog Pages

Create a JavaScript Bookmarklet That Cleans Up Blog Pages   Ever landed on a blog page only to be swarmed by popups, sticky sidebars, and jittery ads? While browser extensions…
Posted by Oana Rinaldi October 2, 2025
JavaScript Bookmarklet to Extract Table Data into CSV
Posted inJavaScript

JavaScript Bookmarklet to Extract Table Data into CSV

JavaScript Bookmarklet to Extract Table Data into CSV   Have you ever landed on a website with a useful HTML table but no option to export the data? With this…
Posted by Oana Rinaldi October 1, 2025

Posts pagination

Previous page 1 2 3 4 Next page

Recent Posts

  • Speed Up SQL Queries Using Indexes—With Before-and-After Benchmarks
  • Building a Simple CAPTCHA System in JavaScript Without Dependencies
  • Find Duplicates Fast — SQL vs Python Algorithm Showdown
  • Scraping Job Listings from Indeed Using Python and BeautifulSoup
  • Local File Sync Tool in Java Using WatchService

Recent Comments

No comments to show.

Archives

  • January 2026
  • December 2025
  • November 2025
  • October 2025
  • September 2025
  • August 2025

Categories

  • Algorithms
  • Automation Scripts
  • Databases
  • 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