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

Month: December 2025

  • Home
  • 2025
  • December
  • Page 3
Regex-Powered Log Parser in Bash: Extract Meaningful Metrics from Server Logs
Posted inShell / Bash

Regex-Powered Log Parser in Bash: Extract Meaningful Metrics from Server Logs

Regex-Powered Log Parser in Bash: Extract Meaningful Metrics from Server Logs   Log files aren’t just mountains of text — they’re full of insights waiting to be discovered. Whether you’re…
Posted by Oana Rinaldi December 11, 2025
Real-Time Currency Converter with Java + OpenExchangeRates API
Posted inJava

Real-Time Currency Converter with Java + OpenExchangeRates API

Real-Time Currency Converter with Java + OpenExchangeRates API   Building a real-time currency converter is a practical Java project that illustrates how to consume third-party APIs, parse JSON data, and…
Posted by Oana Rinaldi December 8, 2025
Python Script to Automatically Rename Bulk Images Using EXIF Data
Posted inPython

Python Script to Automatically Rename Bulk Images Using EXIF Data

Python Script to Automatically Rename Bulk Images Using EXIF Data   Managing large sets of images can quickly become chaotic, especially when filenames like IMG_3412.JPG or DSC00095.JPG offer no useful…
Posted by Oana Rinaldi December 7, 2025
Secure Password Validation in Java Using Regular Expressions
Posted inJava

Secure Password Validation in Java Using Regular Expressions

Secure Password Validation in Java Using Regular Expressions   Creating secure password validation logic in modern applications is a critical step toward protecting user data. Weak passwords open doors to…
Posted by Oana Rinaldi December 6, 2025
Automate Email Reports with Python and Gmail API
Posted inPython

Automate Email Reports with Python and Gmail API

Automate Email Reports with Python and Gmail API   Automating routine tasks like sending daily or weekly email reports can help reduce manual work and improve efficiency for developers and…
Posted by Oana Rinaldi December 5, 2025
Interactive Form Validation With Vanilla JavaScript Only
Posted inJavaScript

Interactive Form Validation With Vanilla JavaScript Only

Interactive Form Validation With Vanilla JavaScript Only   Form validation is one of the most important aspects of client-side development. While modern libraries like React or Vue offer form validation…
Posted by Oana Rinaldi December 4, 2025
Using JavaScript to Scrape Table Data from Any Web Page
Posted inJavaScript

Using JavaScript to Scrape Table Data from Any Web Page

Using JavaScript to Scrape Table Data from Any Web Page   Web scraping is a powerful way to retrieve data without relying on APIs. Whether you're analyzing public data or…
Posted by Oana Rinaldi December 3, 2025
Automate Your Inbox: Python Script to Organize Gmail with the API
Posted inPython

Automate Your Inbox: Python Script to Organize Gmail with the API

Automate Your Inbox: Python Script to Organize Gmail with the API   Is your inbox overflowing with updates, promotions, and unimportant emails? With a little Python and the Gmail API,…
Posted by Oana Rinaldi December 2, 2025
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

Posts pagination

Previous page 1 2 3

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