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

Posts by Oana Rinaldi

  • Home
  • Oana Rinaldi
  • Page 15
About Oana Rinaldi
Create a PDF Report Generator in Python Using ReportLab
Posted inPython

Create a PDF Report Generator in Python Using ReportLab

Create a PDF Report Generator in Python Using ReportLab   Generating professionally styled PDF reports is a common requirement for business applications, data dashboards, and automation workflows. Python’s ReportLab library…
Posted by Oana Rinaldi December 17, 2025
Java Automation: Auto-Login to Web Pages Using Selenium
Posted inJava

Java Automation: Auto-Login to Web Pages Using Selenium

Java Automation: Auto-Login to Web Pages Using Selenium   Automating login processes in web applications is a common requirement for tasks such as testing, data scraping, or monitoring dashboards that…
Posted by Oana Rinaldi December 16, 2025
Scrape Job Listings with Node.js and Cheerio
Posted inJavaScript

Scrape Job Listings with Node.js and Cheerio

Scrape Job Listings with Node.js and Cheerio   Web scraping offers immense value when it comes to automating data collection for personal or professional projects. Imagine being able to extract…
Posted by Oana Rinaldi December 15, 2025
Java Stream API: Grouping Employees by Department Example
Posted inJava

Java Stream API: Grouping Employees by Department Example

Java Stream API: Grouping Employees by Department Example   One of the most powerful features introduced in Java 8 was the Stream API. It brought a functional programming flavor to…
Posted by Oana Rinaldi December 14, 2025
@CronMaster3000: Schedule Daily Reports via Bash + crontab + SQL
Posted inShell / Bash

@CronMaster3000: Schedule Daily Reports via Bash + crontab + SQL

@CronMaster3000: Schedule Daily Reports via Bash + crontab + SQL   In a world overflowing with data, automating daily reporting is no longer just nice-to-have—it's a must. Thankfully, with a…
Posted by Oana Rinaldi December 13, 2025
SQL Window Functions for Time-Based Event Tracking
Posted inSQL

SQL Window Functions for Time-Based Event Tracking

SQL Window Functions for Time-Based Event Tracking   Tracking user behavior or system events over time is a core requirement in analytics, monitoring, and debugging. Fortunately, SQL window functions are…
Posted by Oana Rinaldi December 12, 2025
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

Posts pagination

Previous page 1 … 13 14 15 16 17 … 26 Next page

Recent Posts

  • Mastering Python Generators: Efficient Iteration and Data Processing
  • Mastering Asynchronous Programming in Python: From Basics to Best Practices
  • Efficiently Automating File Organization in Python: Patterns, Strategies, and Snippets
  • Mastering Python’s list comprehensions: Powerful Patterns and Advanced Techniques
  • Mastering Asynchronous Programming in Python with asyncio

Recent Comments

No comments to show.

Archives

  • July 2026
  • 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