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

  • Home
  • 2025
  • December
  • Page 2
Convert Markdown Files to HTML Automatically Using Python
Posted inPython

Convert Markdown Files to HTML Automatically Using Python

Convert Markdown Files to HTML Automatically Using Python   Markdown is a popular format for writing documentation, notes, and content-rich articles. But sometimes you need to render your Markdown files…
Posted by Oana Rinaldi December 21, 2025
Host Your Own URL Shortener with Flask and SQLite
Posted inPython

Host Your Own URL Shortener with Flask and SQLite

Host Your Own URL Shortener with Flask and SQLite   Why depend on third-party services like Bit.ly when you can build your own URL shortener in under 100 lines of…
Posted by Oana Rinaldi December 20, 2025
‘Is It Palindrome?’ Reimagined: Algorithm Patterns in 5 Languages
Posted inAlgorithms

‘Is It Palindrome?’ Reimagined: Algorithm Patterns in 5 Languages

'Is It Palindrome?' Reimagined: Algorithm Patterns in 5 Languages   Palindrome checking is a timeless programming exercise—simple enough to grasp quickly, yet rich enough to explore a multitude of patterns,…
Posted by Oana Rinaldi December 19, 2025
#!/usr/bin/env bash: Create Your Own Git Pre-Commit Hook from Scratch
Posted inShell / Bash

#!/usr/bin/env bash: Create Your Own Git Pre-Commit Hook from Scratch

#!/usr/bin/env bash: Create Your Own Git Pre-Commit Hook from Scratch   Git hooks are one of Git’s most powerful yet underused features. They allow you to automate parts of your…
Posted by Oana Rinaldi December 18, 2025
Create a PDF Report Generator in Python Using ReportLab
Posted inPython

Create a PDF Report Generator in Python Using ReportLab

Create a PDF Report Generator in Python Using ReportLab   Generating professionally styled PDF reports is a common requirement for business applications, data dashboards, and automation workflows. Python’s ReportLab library…
Posted by Oana Rinaldi December 17, 2025
Java Automation: Auto-Login to Web Pages Using Selenium
Posted inJava

Java Automation: Auto-Login to Web Pages Using Selenium

Java Automation: Auto-Login to Web Pages Using Selenium   Automating login processes in web applications is a common requirement for tasks such as testing, data scraping, or monitoring dashboards that…
Posted by Oana Rinaldi December 16, 2025
Scrape Job Listings with Node.js and Cheerio
Posted inJavaScript

Scrape Job Listings with Node.js and Cheerio

Scrape Job Listings with Node.js and Cheerio   Web scraping offers immense value when it comes to automating data collection for personal or professional projects. Imagine being able to extract…
Posted by Oana Rinaldi December 15, 2025
Java Stream API: Grouping Employees by Department Example
Posted inJava

Java Stream API: Grouping Employees by Department Example

Java Stream API: Grouping Employees by Department Example   One of the most powerful features introduced in Java 8 was the Stream API. It brought a functional programming flavor to…
Posted by Oana Rinaldi December 14, 2025
@CronMaster3000: Schedule Daily Reports via Bash + crontab + SQL
Posted inShell / Bash

@CronMaster3000: Schedule Daily Reports via Bash + crontab + SQL

@CronMaster3000: Schedule Daily Reports via Bash + crontab + SQL   In a world overflowing with data, automating daily reporting is no longer just nice-to-have—it's a must. Thankfully, with a…
Posted by Oana Rinaldi December 13, 2025
SQL Window Functions for Time-Based Event Tracking
Posted inSQL

SQL Window Functions for Time-Based Event Tracking

SQL Window Functions for Time-Based Event Tracking   Tracking user behavior or system events over time is a core requirement in analytics, monitoring, and debugging. Fortunately, SQL window functions are…
Posted by Oana Rinaldi December 12, 2025

Posts pagination

Previous page 1 2 3 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