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 3
Scrape Any Website with BeautifulSoup and Python Requests
Posted inPython

Scrape Any Website with BeautifulSoup and Python Requests

Scrape Any Website with BeautifulSoup and Python Requests   Web scraping is a powerful tool for developers who want to automate data collection from web pages. Whether you're building a…
Posted by Oana Rinaldi February 11, 2026
Automate Repetitive File Renaming Tasks with Bash Scripts
Posted inShell / Bash

Automate Repetitive File Renaming Tasks with Bash Scripts

Automate Repetitive File Renaming Tasks with Bash Scripts   Renaming multiple files manually can be time-consuming, repetitive, and error-prone—especially when working with logs, image files, or downloads that follow inconsistent…
Posted by Oana Rinaldi February 10, 2026
Automate GitHub Issue Reporting with Python and REST APIs
Posted inPython

Automate GitHub Issue Reporting with Python and REST APIs

Automate GitHub Issue Reporting with Python and REST APIs   Manually creating GitHub issues based on error logs or monitoring tools is time-consuming and error-prone. Fortunately, GitHub’s REST API combined…
Posted by Oana Rinaldi February 9, 2026
Real-Time Form Validation with JavaScript and Regex
Posted inJavaScript

Real-Time Form Validation with JavaScript and Regex

Real-Time Form Validation with JavaScript and Regex   Real-time form validation is a cornerstone of modern web user experience. Instead of waiting until form submission, users receive immediate feedback on…
Posted by Oana Rinaldi February 8, 2026
‘SELECT *’ is (Still) Killing Your DB: Write Safer SQL Queries with Code Samples
Posted inDatabases

‘SELECT *’ is (Still) Killing Your DB: Write Safer SQL Queries with Code Samples

'SELECT *' is (Still) Killing Your DB: Write Safer SQL Queries with Code Samples   Stop using SELECT * in your queries—you're silently sabotaging your database performance. Whether you're optimizing…
Posted by Oana Rinaldi February 7, 2026
Parsing PDFs in Bash: Extract Data in Seconds
Posted inShell / Bash

Parsing PDFs in Bash: Extract Data in Seconds

Parsing PDFs in Bash: Extract Data in Seconds   Working with PDF files on the command line may seem daunting due to their binary complexity, but with the right tools,…
Posted by Oana Rinaldi February 6, 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   When people think of REST API clients, they often imagine sophisticated libraries in Python or JavaScript. But with…
Posted by Oana Rinaldi February 5, 2026
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

Posts pagination

Previous page 1 2 3 4 5 Next page

Recent Posts

  • Visualizing Graph Traversal: DFS vs. BFS in Python
  • Regex-Powered Text Extraction: From Logs to Insights
  • Mastering Async JavaScript: Build an API Data Aggregator
  • Bash Power Moves: A One-Liner for Automated Log Cleanup
  • Use Bash to Monitor and Restart Crashed Services Automatically

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