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: February 2026

  • Home
  • 2026
  • February
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
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

Recent Posts

  • Automate GitHub Issue Reporting with Python and REST APIs
  • Real-Time Form Validation with JavaScript and Regex
  • ‘SELECT *’ is (Still) Killing Your DB: Write Safer SQL Queries with Code Samples
  • Parsing PDFs in Bash: Extract Data in Seconds
  • Build a REST API Client in Bash Using curl and jq

Recent Comments

No comments to show.

Archives

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

Categories

  • Algorithms
  • Automation Scripts
  • Databases
  • 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