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 2
Posted inJavaScript

JavaScript Object Deep Clone Techniques Without External Libraries

JavaScript Object Deep Clone Techniques Without External Libraries Cloning objects in JavaScript may seem trivial at first glance, but once nested structures come into play, things can get complicated fast.…
Posted by Oana Rinaldi August 1, 2025
Posted inSearch Algorithms

Binary Search Algorithm in Python

🔹 Introduction Binary Search is a powerful searching algorithm used on sorted arrays or lists. It repeatedly divides the search interval in half, making it extremely efficient — much faster…
Posted by oanaunciuleanu@gmail.com August 1, 2025
Posted inSorting Algorithms

Selection Sort Algorithm in Python

🔹 Introduction Selection Sort is a simple comparison-based sorting algorithm. It divides the input list into a sorted and an unsorted part and repeatedly selects the smallest (or largest) element…
Posted by oanaunciuleanu@gmail.com August 1, 2025

Posts pagination

Previous page 1 2

Recent Posts

  • Automate Your Git Commits with a Bash Script
  • Create a RESTful API in Java with Spring Boot in Under 15 Minutes
  • “Instant Checkout” Button in Vanilla JS + Fetch API
  • Algorithm Deep Dive: Sliding Window in JavaScript for Subarray Sums
  • Diagnose Database Performance Issues with SQL EXPLAIN Plans

Recent Comments

No comments to show.

Archives

  • August 2025

Categories

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