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 4
About Oana Rinaldi
Build an Email Reminder Bot in Python That Reads From Google Sheets
Posted inPython

Build an Email Reminder Bot in Python That Reads From Google Sheets

Build an Email Reminder Bot in Python That Reads From Google Sheets   Sending reminder emails is a common task in many domains, from managing team tasks to sending payment…
Posted by Oana Rinaldi September 3, 2025
Real-Time Currency Converter Using Python and ExchangeRate API
Posted inPython

Real-Time Currency Converter Using Python and ExchangeRate API

Real-Time Currency Converter Using Python and ExchangeRate API   Creating real-time applications in Python is not only fun but also showcases the language’s robust support for API integration and automation.…
Posted by Oana Rinaldi September 2, 2025
Web Scraping Price Data with BeautifulSoup and Writing to SQL
Posted inPython

Web Scraping Price Data with BeautifulSoup and Writing to SQL

Web Scraping Price Data with BeautifulSoup and Writing to SQL   Web scraping is a valuable tool for monitoring prices, tracking competitors, or feeding your data pipelines with fresh data.…
Posted by Oana Rinaldi September 1, 2025
Debounce This! Implementing Debounce in Plain JavaScript
Posted inJavaScript

Debounce This! Implementing Debounce in Plain JavaScript

Debounce This! Implementing Debounce in Plain JavaScript   Have you ever typed into a search bar and noticed the website wait a moment before triggering a search request? That’s debounce…
Posted by Oana Rinaldi August 31, 2025
Build a Currency Converter Using Fetch API and Exchange Rates
Posted inJavaScript

Build a Currency Converter Using Fetch API and Exchange Rates

Build a Currency Converter Using Fetch API and Exchange Rates   Creating a real-time currency converter is an excellent way to deepen your understanding of JavaScript, APIs, and user interface…
Posted by Oana Rinaldi August 30, 2025
Clean Up Messy CSVs Using Pandas: A Real-World Data Wrangling Guide
Posted inPython

Clean Up Messy CSVs Using Pandas: A Real-World Data Wrangling Guide

Clean Up Messy CSVs Using Pandas: A Real-World Data Wrangling Guide   CSV files are often the go-to format for storing and sharing tabular data, but when working with real-world…
Posted by Oana Rinaldi August 29, 2025
JavaScript Throttling vs Debouncing: See It Live with Scroll Events
Posted inJavaScript

JavaScript Throttling vs Debouncing: See It Live with Scroll Events

JavaScript Throttling vs Debouncing: See It Live with Scroll Events   Understanding the difference between throttling and debouncing is crucial when dealing with high-frequency events like scrolling, resizing, or keypresses.…
Posted by Oana Rinaldi August 28, 2025
Build a URL Shortener in Java Using Servlets
Posted inJava

Build a URL Shortener in Java Using Servlets

Build a URL Shortener in Java Using Servlets   URL shorteners are ubiquitous in modern web applications, useful for creating concise, shareable links while logging traffic and managing redirection logic.…
Posted by Oana Rinaldi August 27, 2025
$PATH Demystified: Add Your Scripts to Bash Path Like a DevOps Engineer
Posted inShell / Bash

$PATH Demystified: Add Your Scripts to Bash Path Like a DevOps Engineer

$PATH Demystified: Add Your Scripts to Bash Path Like a DevOps Engineer   The $PATH environment variable is one of the most crucial, yet underappreciated, parts of a Unix-like operating…
Posted by Oana Rinaldi August 26, 2025
Create a CLI Tool to Monitor System Health Using Bash
Posted inShell / Bash

Create a CLI Tool to Monitor System Health Using Bash

Create a CLI Tool to Monitor System Health Using Bash   Monitoring system health doesn’t always require elaborate dashboards or third-party tools. With a few lines of Bash, you can…
Posted by Oana Rinaldi August 25, 2025

Posts pagination

Previous page 1 2 3 4 5 6 … 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