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

Month: March 2026

  • Home
  • 2026
  • March
  • Page 2
Bash + Cron = Hands-Free Database Backups
Posted inShell / Bash

Bash + Cron = Hands-Free Database Backups

Bash + Cron = Hands-Free Database Backups   OverviewRegular database backups are essential for data safety, but performing them manually is tedious and error-prone. Thankfully, with a simple Bash script…
Posted by Oana Rinaldi March 17, 2026
Building a Simple Chatbot Using Python’s OpenAI API Wrapper
Posted inPython

Building a Simple Chatbot Using Python’s OpenAI API Wrapper

Building a Simple Chatbot Using Python’s OpenAI API Wrapper   IntroductionBuilding chatbots with Python has become remarkably accessible thanks to OpenAI’s API and its official Python wrapper. In this guide,…
Posted by Oana Rinaldi March 16, 2026
Building a Personal Finance Tracker with SQLite and Python
Posted inPython

Building a Personal Finance Tracker with SQLite and Python

Building a Personal Finance Tracker with SQLite and Python   IntroductionKeeping track of personal expenses is essential for financial health, and Python makes it easy to build your own custom…
Posted by Oana Rinaldi March 15, 2026
Image Resizing Automation with Python PIL
Posted inAutomation Scripts

Image Resizing Automation with Python PIL

Image Resizing Automation with Python PIL   IntroductionAutomating repetitive image tasks can save hours of manual work, especially for photographers, web developers, or marketing teams that manage large media libraries.…
Posted by Oana Rinaldi March 14, 2026
Flattening Nested JSON Objects in Python for Data Analysis
Posted inPython

Flattening Nested JSON Objects in Python for Data Analysis

Flattening Nested JSON Objects in Python for Data Analysis   IntroductionJSON, or JavaScript Object Notation, is one of the most common data formats used in APIs, configuration files, and data…
Posted by Oana Rinaldi March 13, 2026
Scheduling Repetitive Tasks Using Cron and Bash
Posted inShell / Bash

Scheduling Repetitive Tasks Using Cron and Bash

Scheduling Repetitive Tasks Using Cron and Bash   IntroductionAutomation is at the core of modern system administration and software operations. Repetitive tasks, such as database backups, log cleanup, and temporary…
Posted by Oana Rinaldi March 12, 2026
Automate Your File Organization with Python
Posted inAutomation Scripts

Automate Your File Organization with Python

Automate Your File Organization with Python   IntroductionWe all know the pain of a cluttered downloads folder. Files pile up, making it nearly impossible to find what you need. Fortunately,…
Posted by Oana Rinaldi March 11, 2026
Visualizing Graph Traversal: DFS vs. BFS in Python
Posted inGraph Theory

Visualizing Graph Traversal: DFS vs. BFS in Python

Visualizing Graph Traversal: DFS vs. BFS in Python   IntroductionGraphs are powerful data structures that model relationships among interconnected elements—think of social networks, recommendation systems, or network routing maps. Traversing…
Posted by Oana Rinaldi March 10, 2026
Regex-Powered Text Extraction: From Logs to Insights
Posted inPython

Regex-Powered Text Extraction: From Logs to Insights

Regex-Powered Text Extraction: From Logs to Insights   IntroductionIn the world of system administration and software engineering, log files and configuration data are treasure troves of insights — but only…
Posted by Oana Rinaldi March 9, 2026
Mastering Async JavaScript: Build an API Data Aggregator
Posted inJavaScript

Mastering Async JavaScript: Build an API Data Aggregator

Mastering Async JavaScript: Build an API Data Aggregator   Introduction: In modern web development, working with multiple APIs simultaneously is a common pattern — whether for building dashboards, aggregating data…
Posted by Oana Rinaldi March 8, 2026

Posts pagination

Previous page 1 2 3 Next page

Recent Posts

  • Streamlining JSON Data Transformation with JavaScript Maps
  • Creating Mock APIs for Front-End Testing with JSON Server
  • SQL Tricks for Real-World Data Cleaning
  • Practical Bash Logging: Capturing Script Output Like a Pro
  • Handling Concurrency in Java: Thread Pools Made Simple

Recent Comments

No comments to show.

Archives

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

Categories

  • Algorithms
  • 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