Tools
System Utilities & Productivity Toolsโ
Practical toolbox for developers using Windows.
Updated: 03-Mar-2026
| Sl No | Name | Description | URL |
|---|---|---|---|
| 11 | ๐ dupeGuru | Tool to find and remove duplicate files based on name or content. | https://dupeguru.voltaicideas.net/ |
| 12 | ๐ TreeSize | Disk space analyzer to visualize folder sizes and manage storage. | https://www.jam-software.com/treesize |
| 13 | ๐ Obsidian | Markdown-based note-taking and knowledge management app. | https://obsidian.md/download |
| 14 | โก Microsoft PowerToys | Productivity utilities for Windows power users. | https://github.com/microsoft/PowerToys/releases |
| 15 | ๐งน CCleaner | System cleaning tool to remove junk files and optimize performance. | https://www.ccleaner.com/ccleaner/download/standard |
| 16 | ๐ฆ 7-Zip | Open-source file archiver with high compression ratio. | https://www.7-zip.org/ |
Development Toolsโ
| Sl No | Name | Description | URL |
|---|---|---|---|
| 1 | ๐ Notepad++ | Free source code editor with syntax highlighting and plugin support. | https://notepad-plus-plus.org/downloads/ |
| 2 | ๐งฉ Visual Studio Code | Lightweight and powerful source code editor with rich extension ecosystem. | https://code.visualstudio.com/ |
| 3 | ๐ก Postman | API development and testing platform for building and validating APIs. | https://www.postman.com/downloads/ |
| 4 | ๐ฟ Git | Distributed version control system for source code management. | https://git-scm.com/ |
| 5 | ๐ข TortoiseGit | Windows shell interface for Git integrated with File Explorer. | https://tortoisegit.org/ |
| 6 | ๐ข Node.js | JavaScript runtime built on Chrome's V8 engine for server-side development. | https://nodejs.org/en/download |
| 7 | ๐ WinMerge | Open-source file and folder comparison tool for Windows. | https://winmerge.org/?lang=en |
| 8 | ๐ FileLocator Pro / Lite | Advanced file search utility with powerful filtering and indexing options. | https://www.mythicsoft.com/ |
| 9 | ๐ BareTail | Real-time log file monitoring tool (similar to tail command). | https://www.baremetalsoft.com/baretail/ |
| 10 | ๐ต๏ธ Fiddler | Web debugging proxy tool to inspect HTTP/HTTPS traffic. | https://www.telerik.com/download/fiddler |
Node Packagesโ
| Sl No | Name | Description | Command | URL |
|---|---|---|---|---|
| 1 | ๐ Yarn | Yarn is a package manager for JavaScript projects, similar to npm. | npm install --global yarn | https://classic.yarnpkg.com/lang/en/docs/install |
| 2 | rimraf | A deep deletion module for node (like rm -rf) | yarn global add rimraf | https://www.npmjs.com/package/rimraf |
| 3 | depdoc | Thirtyparty Pakages list generation | npm install --global depdoc Create markdown file of result depdoc package.json -g | https://github.com/mrmartineau/depdoc |