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
Node.js Script to Back Up Your MongoDB Daily via Cron Job
Posted inJavaScript

Node.js Script to Back Up Your MongoDB Daily via Cron Job

Node.js Script to Back Up Your MongoDB Daily via Cron Job   When managing production-grade applications, database backups are your safety net. Automating those backups ensures you can recover data…
Posted by Oana Rinaldi December 27, 2025
Build a Daily Task Emailer with Python and Gmail API
Posted inPython

Build a Daily Task Emailer with Python and Gmail API

Build a Daily Task Emailer with Python and Gmail API   In our always-on digital world, staying organized can be a challenge. What if you could receive a neatly formatted…
Posted by Oana Rinaldi December 26, 2025
Scrape Medium Articles by Tag Using Python and BeautifulSoup
Posted inPython

Scrape Medium Articles by Tag Using Python and BeautifulSoup

Scrape Medium Articles by Tag Using Python and BeautifulSoup   Scraping content from websites can be a powerful way to automate data collection for analysis, aggregation, or content discovery. In…
Posted by Oana Rinaldi December 25, 2025
Java Automation: Schedule Email Reports with Java and Quartz
Posted inJava

Java Automation: Schedule Email Reports with Java and Quartz

Java Automation: Schedule Email Reports with Java and Quartz   Automating email reports is a common requirement in many business applications—whether it's daily sales updates, performance dashboards, or system logs.…
Posted by Oana Rinaldi December 24, 2025
Build a Personal Expense Tracker with Python and SQLite
Posted inPython

Build a Personal Expense Tracker with Python and SQLite

Build a Personal Expense Tracker with Python and SQLite   Keeping track of your personal finances is essential, and building a simple command-line interface (CLI) tool for tracking expenses is…
Posted by Oana Rinaldi December 23, 2025
#StandWithYourLogs: Real-Time Server Log Monitoring in Python
Posted inPython

#StandWithYourLogs: Real-Time Server Log Monitoring in Python

#StandWithYourLogs: Real-Time Server Log Monitoring in Python   In the world of DevOps and backend engineering, real-time log monitoring can be the difference between resolving an outage in seconds and…
Posted by Oana Rinaldi December 22, 2025
Convert Markdown Files to HTML Automatically Using Python
Posted inPython

Convert Markdown Files to HTML Automatically Using Python

Convert Markdown Files to HTML Automatically Using Python   Markdown is a popular format for writing documentation, notes, and content-rich articles. But sometimes you need to render your Markdown files…
Posted by Oana Rinaldi December 21, 2025
Host Your Own URL Shortener with Flask and SQLite
Posted inPython

Host Your Own URL Shortener with Flask and SQLite

Host Your Own URL Shortener with Flask and SQLite   Why depend on third-party services like Bit.ly when you can build your own URL shortener in under 100 lines of…
Posted by Oana Rinaldi December 20, 2025
‘Is It Palindrome?’ Reimagined: Algorithm Patterns in 5 Languages
Posted inAlgorithms

‘Is It Palindrome?’ Reimagined: Algorithm Patterns in 5 Languages

'Is It Palindrome?' Reimagined: Algorithm Patterns in 5 Languages   Palindrome checking is a timeless programming exercise—simple enough to grasp quickly, yet rich enough to explore a multitude of patterns,…
Posted by Oana Rinaldi December 19, 2025
#!/usr/bin/env bash: Create Your Own Git Pre-Commit Hook from Scratch
Posted inShell / Bash

#!/usr/bin/env bash: Create Your Own Git Pre-Commit Hook from Scratch

#!/usr/bin/env bash: Create Your Own Git Pre-Commit Hook from Scratch   Git hooks are one of Git’s most powerful yet underused features. They allow you to automate parts of your…
Posted by Oana Rinaldi December 18, 2025

Posts pagination

Previous page 1 … 12 13 14 15 16 … 26 Next page

Recent Posts

  • Mastering Python Generators: Efficient Iteration and Data Processing
  • Mastering Asynchronous Programming in Python: From Basics to Best Practices
  • Efficiently Automating File Organization in Python: Patterns, Strategies, and Snippets
  • Mastering Python’s list comprehensions: Powerful Patterns and Advanced Techniques
  • Mastering Asynchronous Programming in Python with asyncio

Recent Comments

No comments to show.

Archives

  • July 2026
  • June 2026
  • May 2026
  • April 2026
  • March 2026
  • February 2026
  • January 2026
  • December 2025
  • November 2025
  • October 2025
  • September 2025
  • August 2025

Categories

  • Algorithms
  • API Integration
  • Automation Scripts
  • Databases
  • DevOps / CLI Tools
  • Graph Theory
  • 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