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 3
Functional JavaScript: Build a Compose Utility from Scratch
Posted inJavaScript

Functional JavaScript: Build a Compose Utility from Scratch

Functional JavaScript: Build a Compose Utility from Scratch   Functional programming in JavaScript can drastically simplify your code by reducing side effects and enhancing composability. Whether you're transforming data or…
Posted by Oana Rinaldi December 1, 2025
Design a Simple Rate Limiter Using Redis and Node.js
Posted inJavaScript

Design a Simple Rate Limiter Using Redis and Node.js

Design a Simple Rate Limiter Using Redis and Node.js   Rate limiting is a crucial technique for controlling traffic to your APIs and protecting your application from abuse, DDoS attacks,…
Posted by Oana Rinaldi November 15, 2025
How Async/Await Works under the Hood in JavaScript
Posted inJavaScript

How Async/Await Works under the Hood in JavaScript

How Async/Await Works under the Hood in JavaScript   Async/await has made asynchronous programming in JavaScript more readable and expressive. But have you ever wondered how it actually works under…
Posted by Oana Rinaldi November 14, 2025
Web Scraping with Cheerio.js: Extract Job Listings into CSV
Posted inJavaScript

Web Scraping with Cheerio.js: Extract Job Listings into CSV

Web Scraping with Cheerio.js: Extract Job Listings into CSV   Web scraping has become an essential tool for gathering data from websites for analysis, automation, or reporting. In this tutorial,…
Posted by Oana Rinaldi November 11, 2025
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

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