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

Year: 2026

  • Home
  • 2026
  • Page 4
From Cronjob to CLI: Create a Bash Tool That Sends Daily Weather SMS
Posted inShell / Bash

From Cronjob to CLI: Create a Bash Tool That Sends Daily Weather SMS

From Cronjob to CLI: Create a Bash Tool That Sends Daily Weather SMS   Need a daily weather forecast texted straight to your phone? In this tutorial, we'll show you…
Posted by Oana Rinaldi February 4, 2026
JavaScript Debouncing Explained with Scroll Event Optimization
Posted inJavaScript

JavaScript Debouncing Explained with Scroll Event Optimization

JavaScript Debouncing Explained with Scroll Event Optimization   In web development, performance is key—especially when dealing with events that fire rapidly, such as scrolling, resizing, or keypresses. Without managing these…
Posted by Oana Rinaldi February 3, 2026
Build a Live Search Filter in Vanilla JavaScript
Posted inJavaScript

Build a Live Search Filter in Vanilla JavaScript

Build a Live Search Filter in Vanilla JavaScript   Interactive UI features like live search provide real-time feedback and deliver a dynamic user experience. In this hands-on tutorial, we’ll walk…
Posted by Oana Rinaldi February 2, 2026
Build a REST API Client in Bash Using Curl and jq
Posted inShell / Bash

Build a REST API Client in Bash Using Curl and jq

Build a REST API Client in Bash Using Curl and jq   Interacting with RESTful APIs doesn’t always require Python, Node, or Postman. You can harness the simplicity and ubiquity…
Posted by Oana Rinaldi February 1, 2026
Python Meets Excel: Automate Monthly Reports Without Opening Excel
Posted inPython

Python Meets Excel: Automate Monthly Reports Without Opening Excel

Python Meets Excel: Automate Monthly Reports Without Opening Excel   Manually updating Excel reports every month is tedious, error-prone, and unnecessary in 2024. With just a few lines of Python…
Posted by Oana Rinaldi January 31, 2026
Write a SQL Query That Builds a Running Total Without Window Functions
Posted inSQL

Write a SQL Query That Builds a Running Total Without Window Functions

Write a SQL Query That Builds a Running Total Without Window Functions   Window functions like SUM() OVER (ORDER BY ...) make calculating running totals in SQL straightforward and efficient.…
Posted by Oana Rinaldi January 30, 2026
Scrape and Schedule: Automate Web Reports Using Python & Cron
Posted inPython

Scrape and Schedule: Automate Web Reports Using Python & Cron

Scrape and Schedule: Automate Web Reports Using Python & Cron   Automatically receiving a daily report in your inbox with up-to-date financial data can save time, improve decision-making, and reduce…
Posted by Oana Rinaldi January 29, 2026
Detect Duplicate Files on Your System with a Python Hashing Script
Posted inPython

Detect Duplicate Files on Your System with a Python Hashing Script

Detect Duplicate Files on Your System with a Python Hashing Script   Duplicate files can quietly eat up precious disk space, especially on systems that see heavy data movement or…
Posted by Oana Rinaldi January 26, 2026
From CSV to Insight: Parse and Analyze CSV Files Using Modern Java Streams
Posted inJava

From CSV to Insight: Parse and Analyze CSV Files Using Modern Java Streams

From CSV to Insight: Parse and Analyze CSV Files Using Modern Java Streams   In today’s data-driven world, it’s common to work with large CSV files for everything from analytics…
Posted by Oana Rinaldi January 25, 2026
Visualizing SQL Query Performance with EXPLAIN Plans
Posted inSQL

Visualizing SQL Query Performance with EXPLAIN Plans

Visualizing SQL Query Performance with EXPLAIN Plans   Performance tuning is a critical aspect of working with relational databases. In PostgreSQL, understanding how a query gets executed is the first…
Posted by Oana Rinaldi January 24, 2026

Posts pagination

Previous page 1 2 3 4 5 6 Next page

Recent Posts

  • Flattening Nested JSON Objects in Python for Data Analysis
  • Scheduling Repetitive Tasks Using Cron and Bash
  • Automate Your File Organization with Python
  • Visualizing Graph Traversal: DFS vs. BFS in Python
  • Regex-Powered Text Extraction: From Logs to Insights

Recent Comments

No comments to show.

Archives

  • 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