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 14
About Oana Rinaldi
Build a Stock Tracker Email Bot in Python Using YFinance & smtplib
Posted inPython

Build a Stock Tracker Email Bot in Python Using YFinance & smtplib

Build a Stock Tracker Email Bot in Python Using YFinance & smtplib   Monitoring stock prices manually each day can be tedious and prone to oversight. In this tutorial, we'll…
Posted by Oana Rinaldi August 9, 2025
Recursive File Search with Java: Build Your Own ‘find’ Utility
Posted inJava

Recursive File Search with Java: Build Your Own ‘find’ Utility

Recursive File Search with Java: Build Your Own 'find' Utility   The Unix find command is a powerful tool for navigating complex directories and retrieving files based on extensions, name…
Posted by Oana Rinaldi August 8, 2025
Build an Auto-Responder Bot Using JavaScript and Gmail API
Posted inJavaScript

Build an Auto-Responder Bot Using JavaScript and Gmail API

Build an Auto-Responder Bot Using JavaScript and Gmail API   Automating your inbox can save countless hours, particularly if you're drowning in support tickets, freelance inquiries, or client follow-ups. In…
Posted by Oana Rinaldi August 7, 2025
#100DaysOfCode Tracker Built With HTML5 LocalStorage + JS Only
Posted inJavaScript

#100DaysOfCode Tracker Built With HTML5 LocalStorage + JS Only

#100DaysOfCode Tracker Built With HTML5 LocalStorage + JS Only   If you're on a mission to complete the #100DaysOfCode challenge, tracking your daily progress is essential. But what if you…
Posted by Oana Rinaldi August 6, 2025
“Find Missing Integers” Problem Solved with SQL Anti Joins
Posted inSQL

“Find Missing Integers” Problem Solved with SQL Anti Joins

"Find Missing Integers" Problem Solved with SQL Anti Joins   When comparing two datasets—such as an expected sequence of IDs vs. actual records in a table—it’s common to need to…
Posted by Oana Rinaldi August 5, 2025
Automate Your Git Commits with a Bash Script
Posted inShell / Bash

Automate Your Git Commits with a Bash Script

Automate Your Git Commits with a Bash Script   If you're working in a fast-paced development environment, constantly adding, committing, and pushing changes to Git can become a repetitive task.…
Posted by Oana Rinaldi August 4, 2025
Create a RESTful API in Java with Spring Boot in Under 15 Minutes
Posted inJava

Create a RESTful API in Java with Spring Boot in Under 15 Minutes

Create a RESTful API in Java with Spring Boot in Under 15 Minutes   Spring Boot has revolutionized Java development by simplifying the configuration and setup process. In this tutorial,…
Posted by Oana Rinaldi August 3, 2025
“Instant Checkout” Button in Vanilla JS + Fetch API
Posted inJavaScript

“Instant Checkout” Button in Vanilla JS + Fetch API

"Instant Checkout" Button in Vanilla JS + Fetch API   Creating seamless and fast user experiences is crucial in modern web development—especially in e-commerce. The "Instant Checkout" button is a…
Posted by Oana Rinaldi August 2, 2025
Algorithm Deep Dive: Sliding Window in JavaScript for Subarray Sums
Posted inJavaScript

Algorithm Deep Dive: Sliding Window in JavaScript for Subarray Sums

Algorithm Deep Dive: Sliding Window in JavaScript for Subarray Sums   When working with arrays and number sequences in JavaScript, you often encounter problems that require analyzing or summing up…
Posted by Oana Rinaldi August 1, 2025
Diagnose Database Performance Issues with SQL EXPLAIN Plans
Posted inDatabases

Diagnose Database Performance Issues with SQL EXPLAIN Plans

Diagnose Database Performance Issues with SQL EXPLAIN Plans   When it comes to tracking down sluggish SQL queries, PostgreSQL’s EXPLAIN command is one of the most powerful tools in a…
Posted by Oana Rinaldi August 1, 2025

Posts pagination

Previous page 1 … 12 13 14 15 Next page

Recent Posts

  • Scrape and Schedule: Automate Web Reports Using Python & Cron
  • 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

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