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
Top Stories
Integrating External APIs in Python Projects Made Easy
April 29, 2026
SQL Window Functions Explained by Example
April 28, 2026
Optimizing Java Loops: Small Changes That Make Big Differences
April 27, 2026
Consuming GraphQL APIs Smoothly with JavaScript Fetch
April 26, 2026
Optimizing SQL Queries: Index Use Cases You Can Actually See
April 25, 2026
Batch Rename Utility in Bash Using Loops
April 24, 2026
Sorting Beyond the Basics: Implementing Merge Sort in Java
April 17, 2026
Parallel Processing Made Easy with Python’s concurrent.futures
April 16, 2026
Streamlining JSON Data Transformation with JavaScript Maps
April 15, 2026
Creating Mock APIs for Front-End Testing with JSON Server
April 14, 2026
SQL Tricks for Real-World Data Cleaning
April 13, 2026
Practical Bash Logging: Capturing Script Output Like a Pro
April 9, 2026
Handling Concurrency in Java: Thread Pools Made Simple
April 8, 2026
REST APIs Made Simple: Build a Mini API in Java
April 7, 2026
Visualizing Algorithm Efficiency with JavaScript Timers
April 6, 2026
Command-Line Calculator: Build It in Bash Without External Tools
March 27, 2026
Build a Simple REST API Client in Node.js Without Frameworks
March 26, 2026
Asynchronous File Uploads with JavaScript Fetch and Async/Await
March 25, 2026
Monitor System Resources Automatically Using Bash + Cron
March 24, 2026
SQL Query Optimization 101: Speed Up Your SELECTs
March 23, 2026
Java Streams Deep Dive: Processing Large Data Collections Efficiently
March 22, 2026
Node.js Command Line Tools: Create Your Own JSON Formatter
March 21, 2026
Real-Time Form Validation in Vanilla JavaScript
March 20, 2026
Use JavaScript to Detect and Optimize Slow Images on Your Website
March 19, 2026
Building a URL Shortener Service in Python Flask
March 18, 2026
Bash + Cron = Hands-Free Database Backups
March 17, 2026
Building a Simple Chatbot Using Python’s OpenAI API Wrapper
March 16, 2026
Building a Personal Finance Tracker with SQLite and Python
March 15, 2026
Image Resizing Automation with Python PIL
March 14, 2026
Flattening Nested JSON Objects in Python for Data Analysis
March 13, 2026
Scheduling Repetitive Tasks Using Cron and Bash
March 12, 2026
Automate Your File Organization with Python
March 11, 2026
Visualizing Graph Traversal: DFS vs. BFS in Python
March 10, 2026
Regex-Powered Text Extraction: From Logs to Insights
March 9, 2026
Mastering Async JavaScript: Build an API Data Aggregator
March 8, 2026
Bash Power Moves: A One-Liner for Automated Log Cleanup
March 7, 2026
Use Bash to Monitor and Restart Crashed Services Automatically
March 5, 2026
Speed Up SQL Queries with Window Functions
March 4, 2026
Secure API Calls with JavaScript Fetch and Tokens
March 3, 2026
Building a RESTful API Client in Python with Requests
March 2, 2026
SQL Window Functions Explained Through Ranking Examples
March 1, 2026
Optimize SQL Queries for Real-Time Dashboards
February 28, 2026
Scheduling Automated Backups Using Cron and Bash Scripts
February 27, 2026
Build a Command-Line Tool in Python That Organizes Your Downloads Folder
February 26, 2026
Automate Your File Cleanup with a Python Script
February 25, 2026
Implementing a Custom Sorting Algorithm in Python
February 24, 2026
Java Streams Demystified: Process Nested Collections Like a Pro
February 17, 2026
Mastering Debounce in JavaScript: Build a Custom Hook Without Libraries
February 16, 2026
Crawl Websites in Bash: Lightweight Link Extractor with curl & grep
February 15, 2026
Implement the Dijkstra Algorithm in Java from Scratch
February 14, 2026
Generate Strong Passwords Securely Using OpenSSL + Bash
February 13, 2026
Build a GitHub Issues Dashboard with Python and Flask
February 12, 2026
Scrape Any Website with BeautifulSoup and Python Requests
February 11, 2026
Automate Repetitive File Renaming Tasks with Bash Scripts
February 10, 2026
Automate GitHub Issue Reporting with Python and REST APIs
February 9, 2026
Real-Time Form Validation with JavaScript and Regex
February 8, 2026
‘SELECT *’ is (Still) Killing Your DB: Write Safer SQL Queries with Code Samples
February 7, 2026
Parsing PDFs in Bash: Extract Data in Seconds
February 6, 2026
Build a REST API Client in Bash Using curl and jq
February 5, 2026
From Cronjob to CLI: Create a Bash Tool That Sends Daily Weather SMS
February 4, 2026
JavaScript Debouncing Explained with Scroll Event Optimization
February 3, 2026
Build a Live Search Filter in Vanilla JavaScript
February 2, 2026
Build a REST API Client in Bash Using Curl and jq
February 1, 2026
Python Meets Excel: Automate Monthly Reports Without Opening Excel
January 31, 2026
Write a SQL Query That Builds a Running Total Without Window Functions
January 30, 2026
Scrape and Schedule: Automate Web Reports Using Python & Cron
January 29, 2026
Detect Duplicate Files on Your System with a Python Hashing Script
January 26, 2026
From CSV to Insight: Parse and Analyze CSV Files Using Modern Java Streams
January 25, 2026
Visualizing SQL Query Performance with EXPLAIN Plans
January 24, 2026
Use Python’s Requests and BeautifulSoup to Scrape Product Prices
January 23, 2026
Speed Up SQL Queries Using Indexes—With Before-and-After Benchmarks
January 22, 2026
Building a Simple CAPTCHA System in JavaScript Without Dependencies
January 21, 2026
Find Duplicates Fast — SQL vs Python Algorithm Showdown
January 20, 2026
Scraping Job Listings from Indeed Using Python and BeautifulSoup
January 19, 2026
Local File Sync Tool in Java Using WatchService
January 18, 2026
SQL Query Recipes for Cleaning Dirty Data
January 8, 2026
Find Broken Links: Web Crawler in Python Using Requests and BeautifulSoup
January 4, 2026
SQL Window Functions: Ranking Sales by Region in One Query
January 3, 2026
Creating a Java API Client for GitHub Repos in Under 50 Lines
January 2, 2026
Mastering Recursive Functions: Solve Mazes with Backtracking in Python
January 1, 2026
‘Debounce’ vs ‘Throttle’ Explained Visually (with JS Code)
December 31, 2025
Create a Custom Bash Script for Daily Git Backups
December 30, 2025
Efficient Text Search with Tries in Java
December 29, 2025
#!/usr/bin/env awk: Useful File Reports You Can Create With Awk Scripts
December 28, 2025
Node.js Script to Back Up Your MongoDB Daily via Cron Job
December 27, 2025
Build a Daily Task Emailer with Python and Gmail API
December 26, 2025
Scrape Medium Articles by Tag Using Python and BeautifulSoup
December 25, 2025
Java Automation: Schedule Email Reports with Java and Quartz
December 24, 2025
Build a Personal Expense Tracker with Python and SQLite
December 23, 2025
#StandWithYourLogs: Real-Time Server Log Monitoring in Python
December 22, 2025
Convert Markdown Files to HTML Automatically Using Python
December 21, 2025
Host Your Own URL Shortener with Flask and SQLite
December 20, 2025
‘Is It Palindrome?’ Reimagined: Algorithm Patterns in 5 Languages
December 19, 2025
#!/usr/bin/env bash: Create Your Own Git Pre-Commit Hook from Scratch
December 18, 2025
Create a PDF Report Generator in Python Using ReportLab
December 17, 2025
Java Automation: Auto-Login to Web Pages Using Selenium
December 16, 2025
Scrape Job Listings with Node.js and Cheerio
December 15, 2025
Java Stream API: Grouping Employees by Department Example
December 14, 2025
@CronMaster3000: Schedule Daily Reports via Bash + crontab + SQL
December 13, 2025
SQL Window Functions for Time-Based Event Tracking
December 12, 2025
Posted inPython

Integrating External APIs in Python Projects Made Easy

Integrating External APIs in Python Projects Made Easy   IntroductionIn modern software development, APIs (Application Programming Interfaces) are the invisible glue that connect systems together. Whether you're pulling weather data,…
Continue Reading
Posted by Oana Rinaldi April 29, 2026
Posted inSQL

SQL Window Functions Explained by Example

SQL Window Functions Explained by Example   IntroductionSQL window functions are among the most powerful tools in modern SQL. They allow developers to perform calculations across sets of rows that…
Continue Reading
Posted by Oana Rinaldi April 28, 2026
Posted inJava

Optimizing Java Loops: Small Changes That Make Big Differences

Optimizing Java Loops: Small Changes That Make Big Differences   Introduction: Looping is at the heart of most Java applications, from simple data processing to high-performance systems. While Java provides…
Continue Reading
Posted by Oana Rinaldi April 27, 2026
Posted inJavaScript

Consuming GraphQL APIs Smoothly with JavaScript Fetch

Consuming GraphQL APIs Smoothly with JavaScript Fetch   GraphQL has revolutionized how modern applications fetch and manage data. Rather than dealing with multiple REST endpoints, a single GraphQL endpoint can…
Continue Reading
Posted by Oana Rinaldi April 26, 2026
Posted inSQL

Optimizing SQL Queries: Index Use Cases You Can Actually See

Optimizing SQL Queries: Index Use Cases You Can Actually See   IntroductionIndexes are among the most powerful tools for improving database performance. Yet, many developers don’t fully grasp how much…
Continue Reading
Posted by Oana Rinaldi April 25, 2026
Posted inShell / Bash

Batch Rename Utility in Bash Using Loops

Batch Rename Utility in Bash Using Loops   IntroductionRenaming multiple files manually is tedious and error-prone — especially when dealing with large sets of images, logs, or exported data. Bash…
Continue Reading
Posted by Oana Rinaldi April 24, 2026
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 … 12 13 14 15 16 … 22 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
You May Have Missed
Posted inPython

Integrating External APIs in Python Projects Made Easy

Posted by Oana Rinaldi April 29, 2026
Posted inSQL

SQL Window Functions Explained by Example

Posted by Oana Rinaldi April 28, 2026
Posted inJava

Optimizing Java Loops: Small Changes That Make Big Differences

Posted by Oana Rinaldi April 27, 2026
Posted inJavaScript

Consuming GraphQL APIs Smoothly with JavaScript Fetch

Posted by Oana Rinaldi April 26, 2026
Copyright 2026 — Art of Coding. All rights reserved. Bloghash WordPress Theme
Scroll to Top