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 5
Build a Currency Converter Using Fetch API and Exchange Rates
Posted inJavaScript

Build a Currency Converter Using Fetch API and Exchange Rates

Build a Currency Converter Using Fetch API and Exchange Rates   Creating a real-time currency converter is an excellent way to deepen your understanding of JavaScript, APIs, and user interface…
Posted by Oana Rinaldi August 30, 2025
JavaScript Throttling vs Debouncing: See It Live with Scroll Events
Posted inJavaScript

JavaScript Throttling vs Debouncing: See It Live with Scroll Events

JavaScript Throttling vs Debouncing: See It Live with Scroll Events   Understanding the difference between throttling and debouncing is crucial when dealing with high-frequency events like scrolling, resizing, or keypresses.…
Posted by Oana Rinaldi August 28, 2025
From CSV to JSON: A Node.js Utility You Can Reuse Anywhere
Posted inJavaScript

From CSV to JSON: A Node.js Utility You Can Reuse Anywhere

From CSV to JSON: A Node.js Utility You Can Reuse Anywhere   CSV (Comma-Separated Values) is a widely used data format for tabular data, but for modern web applications, JSON…
Posted by Oana Rinaldi August 23, 2025
JavaScript Debounce Function Explained with Real UX Fixes
Posted inJavaScript

JavaScript Debounce Function Explained with Real UX Fixes

JavaScript Debounce Function Explained with Real UX Fixes   When users type in a search input, their keystrokes can trigger a flurry of API calls — resulting in laggy interfaces,…
Posted by Oana Rinaldi August 22, 2025
(Ab)Using CSS Variables from JavaScript Dynamically
Posted inJavaScript

(Ab)Using CSS Variables from JavaScript Dynamically

(Ab)Using CSS Variables from JavaScript Dynamically   CSS variables (also known as custom properties) are one of the most powerful additions to CSS in recent years. But when JavaScript enters…
Posted by Oana Rinaldi August 14, 2025
[JS] Count Word Frequency Live as You Type (No Libraries)
Posted inJavaScript

[JS] Count Word Frequency Live as You Type (No Libraries)

[JS] Count Word Frequency Live as You Type (No Libraries)   Building small utility tools in pure JavaScript is a great way to reinforce your understanding of browser APIs, DOM…
Posted by Oana Rinaldi August 10, 2025
Build an Auto-Responder Bot Using JavaScript and Gmail API
Posted inJavaScript

Build an Auto-Responder Bot Using JavaScript and Gmail API

Build an Auto-Responder Bot Using JavaScript and Gmail API   Automating your inbox can save countless hours, particularly if you're drowning in support tickets, freelance inquiries, or client follow-ups. In…
Posted by Oana Rinaldi August 7, 2025
#100DaysOfCode Tracker Built With HTML5 LocalStorage + JS Only
Posted inJavaScript

#100DaysOfCode Tracker Built With HTML5 LocalStorage + JS Only

#100DaysOfCode Tracker Built With HTML5 LocalStorage + JS Only   If you're on a mission to complete the #100DaysOfCode challenge, tracking your daily progress is essential. But what if you…
Posted by Oana Rinaldi August 6, 2025
“Instant Checkout” Button in Vanilla JS + Fetch API
Posted inJavaScript

“Instant Checkout” Button in Vanilla JS + Fetch API

"Instant Checkout" Button in Vanilla JS + Fetch API   Creating seamless and fast user experiences is crucial in modern web development—especially in e-commerce. The "Instant Checkout" button is a…
Posted by Oana Rinaldi August 2, 2025
Algorithm Deep Dive: Sliding Window in JavaScript for Subarray Sums
Posted inJavaScript

Algorithm Deep Dive: Sliding Window in JavaScript for Subarray Sums

Algorithm Deep Dive: Sliding Window in JavaScript for Subarray Sums   When working with arrays and number sequences in JavaScript, you often encounter problems that require analyzing or summing up…
Posted by Oana Rinaldi August 1, 2025

Posts pagination

Previous page 1 … 3 4 5 6 Next page

Recent Posts

  • Mastering API Requests in Python with the Requests Library
  • Unlocking the Power of Python Generators: Deep Dive with Practical Examples
  • Mastering Merge Sort: A Deep Dive into Efficient Sorting in Python
  • Mastering Asynchronous Programming in Python: Patterns, Tips, and Real-World Examples
  • Reduce API Latency with Asynchronous Requests in Python

Recent Comments

No comments to show.

Archives

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

Categories

  • Algorithms
  • API Integration
  • 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