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

  • Home
  • 2025
  • August
  • Page 3
Create Your Own URL Shortener Using Flask and SQLite
Posted inPython

Create Your Own URL Shortener Using Flask and SQLite

Create Your Own URL Shortener Using Flask and SQLite   Creating a URL shortener from scratch is a fantastic way to strengthen your Flask and SQLite skills. In this guide,…
Posted by Oana Rinaldi August 11, 2025
[JS] Count Word Frequency Live as You Type (No Libraries)
Posted inJavaScript

[JS] Count Word Frequency Live as You Type (No Libraries)

[JS] Count Word Frequency Live as You Type (No Libraries)   Building small utility tools in pure JavaScript is a great way to reinforce your understanding of browser APIs, DOM…
Posted by Oana Rinaldi August 10, 2025
Build a Stock Tracker Email Bot in Python Using YFinance & smtplib
Posted inPython

Build a Stock Tracker Email Bot in Python Using YFinance & smtplib

Build a Stock Tracker Email Bot in Python Using YFinance & smtplib   Monitoring stock prices manually each day can be tedious and prone to oversight. In this tutorial, we'll…
Posted by Oana Rinaldi August 9, 2025
Recursive File Search with Java: Build Your Own ‘find’ Utility
Posted inJava

Recursive File Search with Java: Build Your Own ‘find’ Utility

Recursive File Search with Java: Build Your Own 'find' Utility   The Unix find command is a powerful tool for navigating complex directories and retrieving files based on extensions, name…
Posted by Oana Rinaldi August 8, 2025
Build an Auto-Responder Bot Using JavaScript and Gmail API
Posted inJavaScript

Build an Auto-Responder Bot Using JavaScript and Gmail API

Build an Auto-Responder Bot Using JavaScript and Gmail API   Automating your inbox can save countless hours, particularly if you're drowning in support tickets, freelance inquiries, or client follow-ups. In…
Posted by Oana Rinaldi August 7, 2025
#100DaysOfCode Tracker Built With HTML5 LocalStorage + JS Only
Posted inJavaScript

#100DaysOfCode Tracker Built With HTML5 LocalStorage + JS Only

#100DaysOfCode Tracker Built With HTML5 LocalStorage + JS Only   If you're on a mission to complete the #100DaysOfCode challenge, tracking your daily progress is essential. But what if you…
Posted by Oana Rinaldi August 6, 2025
“Find Missing Integers” Problem Solved with SQL Anti Joins
Posted inSQL

“Find Missing Integers” Problem Solved with SQL Anti Joins

"Find Missing Integers" Problem Solved with SQL Anti Joins   When comparing two datasets—such as an expected sequence of IDs vs. actual records in a table—it’s common to need to…
Posted by Oana Rinaldi August 5, 2025
Automate Your Git Commits with a Bash Script
Posted inShell / Bash

Automate Your Git Commits with a Bash Script

Automate Your Git Commits with a Bash Script   If you're working in a fast-paced development environment, constantly adding, committing, and pushing changes to Git can become a repetitive task.…
Posted by Oana Rinaldi August 4, 2025
Create a RESTful API in Java with Spring Boot in Under 15 Minutes
Posted inJava

Create a RESTful API in Java with Spring Boot in Under 15 Minutes

Create a RESTful API in Java with Spring Boot in Under 15 Minutes   Spring Boot has revolutionized Java development by simplifying the configuration and setup process. In this tutorial,…
Posted by Oana Rinaldi August 3, 2025
“Instant Checkout” Button in Vanilla JS + Fetch API
Posted inJavaScript

“Instant Checkout” Button in Vanilla JS + Fetch API

"Instant Checkout" Button in Vanilla JS + Fetch API   Creating seamless and fast user experiences is crucial in modern web development—especially in e-commerce. The "Instant Checkout" button is a…
Posted by Oana Rinaldi August 2, 2025

Posts pagination

Previous page 1 2 3 4 Next page

Recent Posts

  • ‘GROUP BY’ Pitfalls: Avoiding Common SQL Aggregation Errors
  • Create a JavaScript Bookmarklet That Cleans Up Blog Pages
  • JavaScript Bookmarklet to Extract Table Data into CSV
  • Join Data From Multiple Tables With Ease: Advanced SQL Joins Explained
  • @Query Annotation Magic: Custom SQL in Spring Boot Repositories

Recent Comments

No comments to show.

Archives

  • October 2025
  • September 2025
  • August 2025

Categories

  • Databases
  • Java
  • JavaScript
  • Python
  • Search Algorithms
  • Shell / Bash
  • Sorting Algorithms
  • SQL
Copyright 2025 — Art of Coding. All rights reserved. Bloghash WordPress Theme
Scroll to Top