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

Year: 2025

  • Home
  • 2025
  • Page 6
Automate GitHub Issue Reporting with Python & REST APIs
Posted inPython

Automate GitHub Issue Reporting with Python & REST APIs

Automate GitHub Issue Reporting with Python & REST APIs   Manually reporting bugs on GitHub can interrupt development flow, especially when issues arise frequently or need to be captured quickly.…
Posted by Oana Rinaldi October 25, 2025
Java Coding Exercise: Implement LRU Cache from Scratch with LinkedHashMap
Posted inJava

Java Coding Exercise: Implement LRU Cache from Scratch with LinkedHashMap

Java Coding Exercise: Implement LRU Cache from Scratch with LinkedHashMap   Building an efficient in-memory cache is a common task in software systems, especially when performance and memory usage are…
Posted by Oana Rinaldi October 24, 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
Rate Limiting an API Without Redis: A Simple In-Memory Python Solution
Posted inPython

Rate Limiting an API Without Redis: A Simple In-Memory Python Solution

Rate Limiting an API Without Redis: A Simple In-Memory Python Solution   Rate limiting is a common strategy to prevent abuse and ensure fair usage of APIs. In production environments,…
Posted by Oana Rinaldi October 22, 2025
“One Click Deploy”: Automate Static Site Publishing via GitHub Actions
Posted inAutomation Scripts

“One Click Deploy”: Automate Static Site Publishing via GitHub Actions

"One Click Deploy": Automate Static Site Publishing via GitHub Actions   Shipping your static website manually every time you make a change can become repetitive and error-prone. With GitHub Actions,…
Posted by Oana Rinaldi October 21, 2025
Use Java Streams to Aggregate Sales Data by Region
Posted inJava

Use Java Streams to Aggregate Sales Data by Region

Use Java Streams to Aggregate Sales Data by Region   Java Streams provide a powerful way to manipulate collections in a functional style. In this blog post, we’ll explore how…
Posted by Oana Rinaldi October 20, 2025
From REST to JSON: Automate Data Pulls from Public APIs Using Python
Posted inPython

From REST to JSON: Automate Data Pulls from Public APIs Using Python

From REST to JSON: Automate Data Pulls from Public APIs Using Python   Public APIs have become essential for developers wanting to acquire live, structured data — from weather updates…
Posted by Oana Rinaldi October 19, 2025
Java Map vs ConcurrentMap: A Multithreaded Use Case
Posted inJava

Java Map vs ConcurrentMap: A Multithreaded Use Case

Java Map vs ConcurrentMap: A Multithreaded Use Case   Working with maps in Java is a fundamental part of many applications. However, when it comes to multithreaded environments, not all…
Posted by Oana Rinaldi October 18, 2025
Java Streams Explained Through File Filtering Tasks
Posted inJava

Java Streams Explained Through File Filtering Tasks

Java Streams Explained Through File Filtering Tasks   Java Streams have revolutionized the way we process collections and IO operations by introducing a functional and declarative style. In this post,…
Posted by Oana Rinaldi October 17, 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

Posts pagination

Previous page 1 … 4 5 6 7 8 … 14 Next page

Recent Posts

  • Detect Duplicate Files on Your System with a Python Hashing Script
  • From CSV to Insight: Parse and Analyze CSV Files Using Modern Java Streams
  • Visualizing SQL Query Performance with EXPLAIN Plans
  • Use Python’s Requests and BeautifulSoup to Scrape Product Prices
  • Speed Up SQL Queries Using Indexes—With Before-and-After Benchmarks

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