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 2
About Oana Rinaldi
Deploying a Static Website Automatically via Git Hooks and Bash
Posted inShell / Bash

Deploying a Static Website Automatically via Git Hooks and Bash

Deploying a Static Website Automatically via Git Hooks and Bash   IntroductionAutomation is the heart of modern development workflows. For static websites — think HTML/CSS projects, documentation pages, or portfolios…
Posted by Oana Rinaldi May 10, 2026
Turn Shell Commands into RESTful Endpoints with Flask
Posted inDevOps / CLI Tools

Turn Shell Commands into RESTful Endpoints with Flask

Turn Shell Commands into RESTful Endpoints with Flask   Introduction: Sometimes you need to execute system-level shell commands remotely—perhaps to monitor logs, trigger batch operations, or control infrastructure components. Instead…
Posted by Oana Rinaldi May 9, 2026
Solving Classic Algorithms in Java: The Merge Sort Deep Dive
Posted inSorting Algorithms

Solving Classic Algorithms in Java: The Merge Sort Deep Dive

Solving Classic Algorithms in Java: The Merge Sort Deep Dive   IntroductionMerge Sort is one of the most elegant and efficient sorting algorithms ever created. It’s a classic example of…
Posted by Oana Rinaldi May 8, 2026
Integrating REST APIs Seamlessly with React Query
Posted inAPI Integration

Integrating REST APIs Seamlessly with React Query

Integrating REST APIs Seamlessly with React Query   IntroductionFetching data from REST APIs is a fundamental part of any modern web application. However, managing states like loading, error handling, and…
Posted by Oana Rinaldi May 7, 2026
Recursive Algorithms Demystified: Solving Mazes with Depth-First Search in Java
Posted inRecursion

Recursive Algorithms Demystified: Solving Mazes with Depth-First Search in Java

Recursive Algorithms Demystified: Solving Mazes with Depth-First Search in Java   IntroductionRecursion is one of those core programming concepts that often intimidates developers when they first encounter it. Yet, when…
Posted by Oana Rinaldi May 6, 2026
Batch Rename Files Safely Using Bash Loops
Posted inShell / Bash

Batch Rename Files Safely Using Bash Loops

Batch Rename Files Safely Using Bash Loops   Introduction: Batch renaming files is a common yet potentially risky operation when working with large datasets, images, or log files. If done…
Posted by Oana Rinaldi May 5, 2026
Creating Interactive Command-Line Menus in Bash
Posted inShell / Bash

Creating Interactive Command-Line Menus in Bash

Creating Interactive Command-Line Menus in Bash   IntroductionWhen working with automation scripts, system maintenance, or dev tools, Bash remains one of the most flexible environments available. While plain command-line tools…
Posted by Oana Rinaldi May 4, 2026
Dynamic Web Tables with Vanilla JavaScript Fetch Calls
Posted inJavaScript

Dynamic Web Tables with Vanilla JavaScript Fetch Calls

Dynamic Web Tables with Vanilla JavaScript Fetch Calls   Building interactive and dynamic web applications doesn't always require a heavy framework like React or Vue. With the modern Fetch API…
Posted by Oana Rinaldi May 3, 2026
Mastering SQL Window Functions with Real Sales Data
Posted inSQL

Mastering SQL Window Functions with Real Sales Data

Mastering SQL Window Functions with Real Sales Data   IntroductionSQL window functions are among the most powerful tools available for data analysts and developers. They allow you to perform complex…
Posted by Oana Rinaldi May 2, 2026
Real-Time Data Visualization in JavaScript with Chart.js
Posted inJavaScript

Real-Time Data Visualization in JavaScript with Chart.js

Real-Time Data Visualization in JavaScript with Chart.js   IntroductionData visualization plays a key role in modern web applications. Whether you’re building analytics dashboards, IoT monitoring tools, or financial trading interfaces,…
Posted by Oana Rinaldi May 1, 2026

Posts pagination

Previous page 1 2 3 4 … 24 Next page

Recent Posts

  • Mastering API Requests in Python with the Requests Library
  • Unlocking the Power of Python Generators: Deep Dive with Practical Examples
  • Mastering Merge Sort: A Deep Dive into Efficient Sorting in Python
  • Mastering Asynchronous Programming in Python: Patterns, Tips, and Real-World Examples
  • Reduce API Latency with Asynchronous Requests in Python

Recent Comments

No comments to show.

Archives

  • 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