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 2
About Oana Rinaldi
Automate File Backup With a Bash Script and Cron Job
Posted inShell / Bash

Automate File Backup With a Bash Script and Cron Job

Automate File Backup With a Bash Script and Cron Job   Backing up important data is essential for developers, system administrators, and anyone handling critical files. In this post, we'll…
Posted by Oana Rinaldi September 23, 2025
SQL Window Functions Demystified: Real Analytics Queries Explained
Posted inSQL

SQL Window Functions Demystified: Real Analytics Queries Explained

SQL Window Functions Demystified: Real Analytics Queries Explained   SQL window functions are one of the most powerful — yet often misunderstood — features in modern SQL. These functions enable…
Posted by Oana Rinaldi September 22, 2025
Bash Scripting Challenge: Find the Top N Largest Files in a Directory Tree
Posted inShell / Bash

Bash Scripting Challenge: Find the Top N Largest Files in a Directory Tree

Bash Scripting Challenge: Find the Top N Largest Files in a Directory Tree   Managing disk space efficiently is a common concern for system administrators and developers alike. Files can…
Posted by Oana Rinaldi September 21, 2025
Clean Up Your Downloads Folder: A Bash Automation Script for Mac/Linux
Posted inShell / Bash

Clean Up Your Downloads Folder: A Bash Automation Script for Mac/Linux

Clean Up Your Downloads Folder: A Bash Automation Script for Mac/Linux   Does your ~/Downloads folder look like a digital junk drawer? PDFs next to random installers, screenshots neighbors with…
Posted by Oana Rinaldi September 20, 2025
Python Script to Auto-Fill Online Forms Using Selenium
Posted inPython

Python Script to Auto-Fill Online Forms Using Selenium

Python Script to Auto-Fill Online Forms Using Selenium   Filling out online forms for surveys, registrations, or repetitive tasks can quickly become a tedious chore. Fortunately, Python combined with Selenium…
Posted by Oana Rinaldi September 19, 2025
Build a YouTube Playlist Downloader with Python and Pytube
Posted inPython

Build a YouTube Playlist Downloader with Python and Pytube

Build a YouTube Playlist Downloader with Python and Pytube   If you've ever wanted to download an entire YouTube playlist for offline viewing or archiving, Python makes this process simple…
Posted by Oana Rinaldi September 18, 2025
Build a Currency Converter CLI in Java in Under 30 Minutes
Posted inJava

Build a Currency Converter CLI in Java in Under 30 Minutes

Build a Currency Converter CLI in Java in Under 30 Minutes   If you’ve ever needed to convert currencies on the fly, building a command-line interface (CLI) tool in Java…
Posted by Oana Rinaldi September 17, 2025
“SELECT *” is Killing You: Write Optimized SQL Queries
Posted inSQL

“SELECT *” is Killing You: Write Optimized SQL Queries

"SELECT *" is Killing You: Write Optimized SQL Queries   When working with SQL, it’s tempting to take shortcuts—perhaps the most common being SELECT *. It’s quick, convenient, and works…
Posted by Oana Rinaldi September 16, 2025
‘SELECT … WITH RECURSIVE’: Advanced SQL Tree Traversals Explained
Posted inSQL

‘SELECT … WITH RECURSIVE’: Advanced SQL Tree Traversals Explained

'SELECT ... WITH RECURSIVE': Advanced SQL Tree Traversals Explained   Handling hierarchical data like category trees, folder structures, and organizational charts is a common yet complex challenge in SQL. PostgreSQL…
Posted by Oana Rinaldi September 15, 2025
Build a CLI Weather App in Bash with curl and jq
Posted inShell / Bash

Build a CLI Weather App in Bash with curl and jq

Build a CLI Weather App in Bash with curl and jq   Getting real-time weather information straight from the command line is not only fun but also a great way…
Posted by Oana Rinaldi September 14, 2025

Posts pagination

Previous page 1 2 3 4 … 8 Next page

Recent Posts

  • ‘GROUP BY’ Pitfalls: Avoiding Common SQL Aggregation Errors
  • Create a JavaScript Bookmarklet That Cleans Up Blog Pages
  • JavaScript Bookmarklet to Extract Table Data into CSV
  • Join Data From Multiple Tables With Ease: Advanced SQL Joins Explained
  • @Query Annotation Magic: Custom SQL in Spring Boot Repositories

Recent Comments

No comments to show.

Archives

  • October 2025
  • September 2025
  • August 2025

Categories

  • Databases
  • Java
  • JavaScript
  • Python
  • Search Algorithms
  • Shell / Bash
  • Sorting Algorithms
  • SQL
Copyright 2025 — Art of Coding. All rights reserved. Bloghash WordPress Theme
Scroll to Top