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: September 2025

  • Home
  • 2025
  • September
  • Page 2
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
JavaScript Bookmarklet: Save Any Page to Your Reading List
Posted inJavaScript

JavaScript Bookmarklet: Save Any Page to Your Reading List

JavaScript Bookmarklet: Save Any Page to Your Reading List   Bookmarklets are tiny snippets of JavaScript code that run directly in your browser when you click on them. They offer…
Posted by Oana Rinaldi September 13, 2025
Python Script to Monitor and Alert on Disk Usage
Posted inPython

Python Script to Monitor and Alert on Disk Usage

Python Script to Monitor and Alert on Disk Usage   System administrators and DevOps engineers often need to monitor disk space usage to ensure that servers continue operating smoothly. If…
Posted by Oana Rinaldi September 12, 2025
‘SELECT * FROM JSON’: Querying Local JSON Files as Tables with Python
Posted inPython

‘SELECT * FROM JSON’: Querying Local JSON Files as Tables with Python

'SELECT * FROM JSON': Querying Local JSON Files as Tables with Python   If you've ever wished you could run SQL queries directly on JSON files without setting up a…
Posted by Oana Rinaldi September 11, 2025

Posts pagination

Previous page 1 2 3 Next page

Recent Posts

  • 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
  • Create a Personal Expense Tracker with SQLite and Python

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