Skip to content

Commit 8e657dc

Browse files
committed
chore: update blog post dates to 2026 January
- Rename all 19 blog posts from 2024 to 2026 - Update frontmatter dates to January 2026 - Distribute posts across January 1-19, 2026
1 parent 909cee9 commit 8e657dc

19 files changed

Lines changed: 19 additions & 19 deletions

docs/_posts/2024-01-28-clean-node-modules-reclaim-disk-space.md renamed to docs/_posts/2026-01-01-clean-node-modules-reclaim-disk-space.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: post
33
title: "How to Clean node_modules and Reclaim 100GB of Disk Space: The Complete JavaScript Developer's Guide"
44
description: "JavaScript developers lose 10-100GB to node_modules. Learn how to safely clean old node_modules folders, Next.js/Nuxt caches, and global npm cache. Complete guide with real developer stories and commands."
5-
date: 2024-01-28
5+
date: 2026-01-01
66
author: us
77
tags: [node_modules, disk-cleanup, developer-tools, javascript, typescript, npm, yarn, pnpm]
88
---

docs/_posts/2024-01-29-clean-xcode-deriveddata-macos.md renamed to docs/_posts/2026-01-02-clean-xcode-deriveddata-macos.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: post
33
title: "How to Clean Xcode DerivedData and Free Up 50GB+ on macOS: Complete iOS Developer Guide"
44
description: "Complete guide to cleaning Xcode DerivedData, old simulators, device support files, and archives on macOS. Learn how to reclaim 50-150GB of disk space safely."
5-
date: 2024-01-29
5+
date: 2026-01-02
66
author: us
77
tags: [xcode, macos, ios-development, disk-cleanup, swift, deriveddata, simulators]
88
---

docs/_posts/2024-01-30-docker-cleanup-guide.md renamed to docs/_posts/2026-01-03-docker-cleanup-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: post
33
title: "Docker Cleanup: Remove Unused Images, Containers, and Volumes to Reclaim 50GB+"
44
description: "Complete guide to cleaning Docker images, containers, volumes, and build cache. Learn how to safely reclaim 50-200GB of disk space and prevent 'no space left on device' errors."
5-
date: 2024-01-30
5+
date: 2026-01-03
66
author: us
77
tags: [docker, containers, disk-cleanup, devops, developer-tools, wsl2, docker-desktop]
88
---

docs/_posts/2024-01-31-clean-rust-target-folder.md renamed to docs/_posts/2026-01-04-clean-rust-target-folder.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: post
33
title: "Clean Rust target/ Folders and Save 50GB+ of Disk Space"
44
description: "Complete guide to cleaning Rust target directories and cargo cache. Learn how to safely reclaim 20-80GB from build artifacts and prevent 'no space left on device' errors."
5-
date: 2024-01-31
5+
date: 2026-01-04
66
author: us
77
tags: [rust, cargo, disk-cleanup, developer-tools, target-folder, rustlang, build-artifacts]
88
---

docs/_posts/2024-02-01-no-space-left-on-device-how-to-fix-disk-full-panic.md renamed to docs/_posts/2026-01-05-no-space-left-on-device-how-to-fix-disk-full-panic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: post
33
title: "No Space Left on Device": How to Fix the Developer's Worst Panic Moment
44
description: "Your build failed. 'No space left on device' appeared. Now what? Learn how to safely reclaim 50-200GB of disk space without breaking your environment. Complete guide with real developer stories."
5-
date: 2024-02-01
5+
date: 2026-01-05
66
author: us
77
tags: [disk-cleanup, developer-tools, docker, xcode, node-modules, wsl2, panic-fix]
88
---

docs/_posts/2024-02-01-null-e-vs-npkill-vs-kondo.md renamed to docs/_posts/2026-01-06-null-e-vs-npkill-vs-kondo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: post
33
title: "null-e vs npkill vs kondo: The Ultimate Disk Cleanup Tool Comparison"
44
description: "Complete comparison of the best disk cleanup tools for developers. Find out which tool is right for you: null-e, npkill, or kondo. Features, performance, safety, and real-world results."
5-
date: 2024-02-01
5+
date: 2026-01-06
66
author: us
77
tags: [comparison, npkill, kondo, disk-cleanup, developer-tools, node-modules, rust, python]
88
---

docs/_posts/2024-02-15-node-modules-javascript-cleanup-guide.md renamed to docs/_posts/2026-01-07-node-modules-javascript-cleanup-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: post
33
title: "How node_modules Destroys Your Disk Space (And How to Fix It Without Breaking Your Projects)"
44
description: "JavaScript developers lose 10-100GB to node_modules. Learn how to safely clean old node_modules folders, Next.js/Nuxt caches, and global npm cache. Complete guide with real developer stories."
5-
date: 2024-02-15
5+
date: 2026-01-07
66
author: us
77
tags: [node_modules, javascript, typescript, npm, yarn, pnpm, disk-cleanup, web-development]
88
---

docs/_posts/2024-02-16-python-venv-pycache-cleanup-guide.md renamed to docs/_posts/2026-01-08-python-venv-pycache-cleanup-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: post
33
title: "How .venv and __pycache__ Are Eating Your Disk Space (And How to Clean Python Projects Safely)"
44
description: "Python developers lose 10-50GB to virtual environments and cache files. Learn how to safely clean .venv, __pycache__, and pip cache without breaking your projects. Complete guide with real developer stories."
5-
date: 2024-02-16
5+
date: 2026-01-08
66
author: us
77
tags: [python, virtualenv, venv, pycache, pip, disk-cleanup, pyenv, conda]
88
---

docs/_posts/2024-02-17-rust-target-directory-cleanup-guide.md renamed to docs/_posts/2026-01-09-rust-target-directory-cleanup-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: post
33
title: "Rust target/ Directory Cleanup: Reclaim 10-100GB from Build Artifacts"
44
description: "Rust developers lose massive disk space to target/ directories. Learn how to safely clean Rust build artifacts, cargo cache, and old projects. Complete guide with cargo clean alternatives."
5-
date: 2024-02-17
5+
date: 2026-01-09
66
author: us
77
tags: [rust, cargo, target-directory, disk-cleanup, build-artifacts, rustlang, cargo-clean]
88
---

docs/_posts/2024-02-18-java-gradle-maven-cleanup-guide.md renamed to docs/_posts/2026-01-10-java-gradle-maven-cleanup-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: post
33
title: "Java Gradle and Maven Cleanup: Reclaim 20-100GB from Build Directories"
44
description: "Java developers lose massive disk space to target/, build/, and .gradle/. Learn how to safely clean Java build artifacts, Maven local repository, and Gradle caches. Complete guide with real developer stories."
5-
date: 2024-02-18
5+
date: 2026-01-10
66
author: us
77
tags: [java, gradle, maven, kotlin, build-directory, disk-cleanup, target-folder, gradle-cache]
88
---

0 commit comments

Comments
 (0)