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 5
About Oana Rinaldi
Using JavaScript to Scrape Table Data from Any Web Page
Posted inJavaScript

Using JavaScript to Scrape Table Data from Any Web Page

Using JavaScript to Scrape Table Data from Any Web Page   Web scraping is a powerful way to retrieve data without relying on APIs. Whether you're analyzing public data or…
Posted by Oana Rinaldi December 3, 2025
Automate Your Inbox: Python Script to Organize Gmail with the API
Posted inPython

Automate Your Inbox: Python Script to Organize Gmail with the API

Automate Your Inbox: Python Script to Organize Gmail with the API   Is your inbox overflowing with updates, promotions, and unimportant emails? With a little Python and the Gmail API,…
Posted by Oana Rinaldi December 2, 2025
Functional JavaScript: Build a Compose Utility from Scratch
Posted inJavaScript

Functional JavaScript: Build a Compose Utility from Scratch

Functional JavaScript: Build a Compose Utility from Scratch   Functional programming in JavaScript can drastically simplify your code by reducing side effects and enhancing composability. Whether you're transforming data or…
Posted by Oana Rinaldi December 1, 2025
Build a Bash Script that Monitors Disk Space and Sends Alerts
Posted inShell / Bash

Build a Bash Script that Monitors Disk Space and Sends Alerts

Build a Bash Script that Monitors Disk Space and Sends Alerts   Server reliability is paramount in any production environment. A common cause of server issues is running out of…
Posted by Oana Rinaldi November 30, 2025
Efficient SQL: Deduplicate Rows Without Losing Data
Posted inSQL

Efficient SQL: Deduplicate Rows Without Losing Data

Efficient SQL: Deduplicate Rows Without Losing Data   Duplicates in your database can lead to bloated storage, inaccurate analytics, and unexpected behavior. But purging them blindly can mean losing valuable…
Posted by Oana Rinaldi November 29, 2025
Parsing Complex Logs into Insights with Python and Regex
Posted inPython

Parsing Complex Logs into Insights with Python and Regex

Parsing Complex Logs into Insights with Python and Regex   Logs are the pulse of any software system, devops toolchain, or backend app. Buried within those multiline log files are…
Posted by Oana Rinaldi November 16, 2025
Design a Simple Rate Limiter Using Redis and Node.js
Posted inJavaScript

Design a Simple Rate Limiter Using Redis and Node.js

Design a Simple Rate Limiter Using Redis and Node.js   Rate limiting is a crucial technique for controlling traffic to your APIs and protecting your application from abuse, DDoS attacks,…
Posted by Oana Rinaldi November 15, 2025
How Async/Await Works under the Hood in JavaScript
Posted inJavaScript

How Async/Await Works under the Hood in JavaScript

How Async/Await Works under the Hood in JavaScript   Async/await has made asynchronous programming in JavaScript more readable and expressive. But have you ever wondered how it actually works under…
Posted by Oana Rinaldi November 14, 2025
Data Cleaning with Pandas: Fixing Messy CSVs Step-by-Step
Posted inPython

Data Cleaning with Pandas: Fixing Messy CSVs Step-by-Step

Data Cleaning with Pandas: Fixing Messy CSVs Step-by-Step   If you've spent any time working with real-world data, you already know: it's rarely clean. Broken formats, missing values, inconsistent naming,…
Posted by Oana Rinaldi November 12, 2025
Web Scraping with Cheerio.js: Extract Job Listings into CSV
Posted inJavaScript

Web Scraping with Cheerio.js: Extract Job Listings into CSV

Web Scraping with Cheerio.js: Extract Job Listings into CSV   Web scraping has become an essential tool for gathering data from websites for analysis, automation, or reporting. In this tutorial,…
Posted by Oana Rinaldi November 11, 2025

Posts pagination

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