Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[![Twitter](https://img.shields.io/badge/Twitter-@devanik2005-1DA1F2?style=for-the-badge&logo=twitter&logoColor=white)](https://x.com/devanik2005)
[![arXiv](https://img.shields.io/badge/arXiv-Research-b31b1b.svg?style=for-the-badge)](https://arxiv.org/abs/2412.20091)

![Total Repositories](https://img.shields.io/badge/Total_Repositories-190-4B0082?style=for-the-badge) <!-- TODO: Consider automating the update of this repository count to keep it dynamically current. -->
![Total Repositories](https://img.shields.io/badge/Total_Repositories-192-4B0082?style=for-the-badge) <!-- TODO: Consider automating the update of this repository count to keep it dynamically current. -->
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

While this manual update is correct, it's prone to becoming outdated. The TODO comment suggests automating this, which is a great idea for maintainability.

For this specific badge, you can use a dynamic one from shields.io that fetches the count automatically. This would solve the issue for this line permanently.

However, the count is also hardcoded on lines 602 and 778. To keep all three in sync, a more comprehensive solution would be a GitHub Action that:

  1. Runs on a schedule (e.g., daily).
  2. Fetches the public repository count from the GitHub API (https://api.github.com/users/Devanik21).
  3. Uses a script (e.g., with sed) to update the count in all three places.
  4. Automatically creates a pull request with the changes.

This would fully automate the process and ensure all numbers are consistent and up-to-date.

Suggested change
![Total Repositories](https://img.shields.io/badge/Total_Repositories-192-4B0082?style=for-the-badge) <!-- TODO: Consider automating the update of this repository count to keep it dynamically current. -->
![Total Repositories](https://img.shields.io/github/public-repos/Devanik21?style=for-the-badge&label=Total%20Repositories&color=4B0082)

![Research Areas](https://img.shields.io/badge/Research_Domains-9+-00CED1?style=for-the-badge)
![Status](https://img.shields.io/badge/Status-Active_Research-success?style=for-the-badge)

Expand Down Expand Up @@ -599,7 +599,7 @@ This portfolio represents a rigorous engineering effort in **distributed state e

### 📊 **Engineering Impact**

📈 **190 Active Repositories** *(Public)* <!-- TODO: Consider automating the update of this repository count to keep it dynamically current. -->
📈 **192 Active Repositories** *(Public)* <!-- TODO: Consider automating the update of this repository count to keep it dynamically current. -->
- Comprehensive exploration across 9 major AI domains
- 50+ production-ready applications deployed
- 20+ experimental architecture prototypes and research frameworks
Expand Down Expand Up @@ -775,7 +775,7 @@ Phase 4: Post-Biological Architectures (2029+)
- Interdisciplinary research at the intersection of physics, neuroscience, and ML

**What I Bring:**
- 190 repositories demonstrating breadth and depth across AI <!-- TODO: Consider automating the update of this repository count to keep it dynamically current. -->
- 192 repositories demonstrating breadth and depth across AI <!-- TODO: Consider automating the update of this repository count to keep it dynamically current. -->
- Proven track record of experimental architecture prototypes (Divine Monad, Recursive Hebbian Organism, AION)
- National-level recognition (ISRO Hackathon Winner, Samsung Fellowship)
- Strong mathematical foundations and implementation skills
Expand Down