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: 2025

  • Home
  • 2025
  • Page 4
Efficient SQL: Deduplicate Rows Without Losing Data
Posted inSQL

Efficient SQL: Deduplicate Rows Without Losing Data

Efficient SQL: Deduplicate Rows Without Losing Data   Duplicates in your database can lead to bloated storage, inaccurate analytics, and unexpected behavior. But purging them blindly can mean losing valuable…
Posted by Oana Rinaldi November 29, 2025
Parsing Complex Logs into Insights with Python and Regex
Posted inPython

Parsing Complex Logs into Insights with Python and Regex

Parsing Complex Logs into Insights with Python and Regex   Logs are the pulse of any software system, devops toolchain, or backend app. Buried within those multiline log files are…
Posted by Oana Rinaldi November 16, 2025
Design a Simple Rate Limiter Using Redis and Node.js
Posted inJavaScript

Design a Simple Rate Limiter Using Redis and Node.js

Design a Simple Rate Limiter Using Redis and Node.js   Rate limiting is a crucial technique for controlling traffic to your APIs and protecting your application from abuse, DDoS attacks,…
Posted by Oana Rinaldi November 15, 2025
How Async/Await Works under the Hood in JavaScript
Posted inJavaScript

How Async/Await Works under the Hood in JavaScript

How Async/Await Works under the Hood in JavaScript   Async/await has made asynchronous programming in JavaScript more readable and expressive. But have you ever wondered how it actually works under…
Posted by Oana Rinaldi November 14, 2025
Data Cleaning with Pandas: Fixing Messy CSVs Step-by-Step
Posted inPython

Data Cleaning with Pandas: Fixing Messy CSVs Step-by-Step

Data Cleaning with Pandas: Fixing Messy CSVs Step-by-Step   If you've spent any time working with real-world data, you already know: it's rarely clean. Broken formats, missing values, inconsistent naming,…
Posted by Oana Rinaldi November 12, 2025
Web Scraping with Cheerio.js: Extract Job Listings into CSV
Posted inJavaScript

Web Scraping with Cheerio.js: Extract Job Listings into CSV

Web Scraping with Cheerio.js: Extract Job Listings into CSV   Web scraping has become an essential tool for gathering data from websites for analysis, automation, or reporting. In this tutorial,…
Posted by Oana Rinaldi November 11, 2025
(Ab)using Bash Loops to Rename Log Files by Date Automatically
Posted inShell / Bash

(Ab)using Bash Loops to Rename Log Files by Date Automatically

(Ab)using Bash Loops to Rename Log Files by Date Automatically   Log files are the bread and butter of system and application diagnostics — but without proper naming conventions, managing…
Posted by Oana Rinaldi November 9, 2025
Consuming Public APIs in JavaScript Without Axios or jQuery
Posted inJavaScript

Consuming Public APIs in JavaScript Without Axios or jQuery

Consuming Public APIs in JavaScript Without Axios or jQuery   Modern JavaScript gives us a powerful native tool to make HTTP requests: the Fetch API. Unlike older approaches that relied…
Posted by Oana Rinaldi November 8, 2025
Auto-Reply Gmail Emails Using Google Apps Script (JavaScript)
Posted inJavaScript

Auto-Reply Gmail Emails Using Google Apps Script (JavaScript)

Auto-Reply Gmail Emails Using Google Apps Script (JavaScript)   Automating email responses is a game-changer for productivity. Whether you're managing customer support, internal communication, or just want cleaner inbox management,…
Posted by Oana Rinaldi November 7, 2025
Automate File Organization by Type with Bash Scripts
Posted inShell / Bash

Automate File Organization by Type with Bash Scripts

Automate File Organization by Type with Bash Scripts   Manually sorting files is a repetitive task that can eat into your productivity, especially if you deal with frequent downloads, reports,…
Posted by Oana Rinaldi November 6, 2025

Posts pagination

Previous page 1 2 3 4 5 6 … 14 Next page

Recent Posts

  • Detect Duplicate Files on Your System with a Python Hashing Script
  • From CSV to Insight: Parse and Analyze CSV Files Using Modern Java Streams
  • Visualizing SQL Query Performance with EXPLAIN Plans
  • Use Python’s Requests and BeautifulSoup to Scrape Product Prices
  • Speed Up SQL Queries Using Indexes—With Before-and-After Benchmarks

Recent Comments

No comments to show.

Archives

  • 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