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 6
About Oana Rinaldi
(Ab)using Bash Loops to Rename Log Files by Date Automatically
Posted inShell / Bash

(Ab)using Bash Loops to Rename Log Files by Date Automatically

(Ab)using Bash Loops to Rename Log Files by Date Automatically   Log files are the bread and butter of system and application diagnostics — but without proper naming conventions, managing…
Posted by Oana Rinaldi November 9, 2025
Consuming Public APIs in JavaScript Without Axios or jQuery
Posted inJavaScript

Consuming Public APIs in JavaScript Without Axios or jQuery

Consuming Public APIs in JavaScript Without Axios or jQuery   Modern JavaScript gives us a powerful native tool to make HTTP requests: the Fetch API. Unlike older approaches that relied…
Posted by Oana Rinaldi November 8, 2025
Auto-Reply Gmail Emails Using Google Apps Script (JavaScript)
Posted inJavaScript

Auto-Reply Gmail Emails Using Google Apps Script (JavaScript)

Auto-Reply Gmail Emails Using Google Apps Script (JavaScript)   Automating email responses is a game-changer for productivity. Whether you're managing customer support, internal communication, or just want cleaner inbox management,…
Posted by Oana Rinaldi November 7, 2025
Automate File Organization by Type with Bash Scripts
Posted inShell / Bash

Automate File Organization by Type with Bash Scripts

Automate File Organization by Type with Bash Scripts   Manually sorting files is a repetitive task that can eat into your productivity, especially if you deal with frequent downloads, reports,…
Posted by Oana Rinaldi November 6, 2025
(Re)Implement Merge Sort in Python Step-by-Step With Visual Diagrams
Posted inSorting Algorithms

(Re)Implement Merge Sort in Python Step-by-Step With Visual Diagrams

(Re)Implement Merge Sort in Python Step-by-Step With Visual Diagrams   Merge sort is one of the most elegant sorting algorithms you'll encounter. Based on the divide-and-conquer paradigm, it's not only…
Posted by Oana Rinaldi November 4, 2025
Debounce vs Throttle: Interactive Search Bar Demo in JavaScript
Posted inJavaScript

Debounce vs Throttle: Interactive Search Bar Demo in JavaScript

Debounce vs Throttle: Interactive Search Bar Demo in JavaScript   In modern web development, user experience is everything — especially when it comes to responsive UI elements like search bars.…
Posted by Oana Rinaldi November 3, 2025
Implement QuickSort from Scratch in JavaScript
Posted inSorting Algorithms

Implement QuickSort from Scratch in JavaScript

Implement QuickSort from Scratch in JavaScript   QuickSort is a fundamental algorithm widely used in the real world due to its efficiency and elegant use of recursion and partitioning. Understanding…
Posted by Oana Rinaldi November 2, 2025
Sort Large CSV Files by Column Without Loading into Memory (Bash + awk)
Posted inShell / Bash

Sort Large CSV Files by Column Without Loading into Memory (Bash + awk)

Sort Large CSV Files by Column Without Loading into Memory (Bash + awk)   Handling large CSV files that don’t fit into memory can be a challenge, especially when we…
Posted by Oana Rinaldi November 1, 2025
Monitor Website Uptime With Node.js and Discord Alerts
Posted inJavaScript

Monitor Website Uptime With Node.js and Discord Alerts

Monitor Website Uptime With Node.js and Discord Alerts   Ensuring your website stays up and available is a critical part of maintaining a reliable user experience. While there are many…
Posted by Oana Rinaldi October 31, 2025
‘SELECT *’ is Lazy—Write Safer Dynamic Queries in SQL Using Parameters
Posted inSQL

‘SELECT *’ is Lazy—Write Safer Dynamic Queries in SQL Using Parameters

'SELECT *' is Lazy—Write Safer Dynamic Queries in SQL Using Parameters   One of the most common mistakes developers make when working with SQL is using SELECT * indiscriminately and…
Posted by Oana Rinaldi October 30, 2025

Posts pagination

Previous page 1 … 4 5 6 7 8 … 15 Next page

Recent Posts

  • Detect Duplicate Files on Your System with a Python Hashing Script
  • From CSV to Insight: Parse and Analyze CSV Files Using Modern Java Streams
  • Visualizing SQL Query Performance with EXPLAIN Plans
  • Use Python’s Requests and BeautifulSoup to Scrape Product Prices
  • Speed Up SQL Queries Using Indexes—With Before-and-After Benchmarks

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