From bbc129d9e93dee8f44dff684d7128a515d48ba90 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 5 Feb 2026 10:41:07 +0000 Subject: [PATCH 1/2] Initial plan From ecd54ce4d81cf8ef1267e25d7d4b6ce154be9c16 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 5 Feb 2026 10:48:15 +0000 Subject: [PATCH 2/2] Enhance README with skills badges, GitHub stats, snake animation, and visitor counters Co-authored-by: GoluScriptMage <140903720+GoluScriptMage@users.noreply.github.com> --- README.md | 48 ++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 44 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4bde92d..058c8e2 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,14 @@ > Building in public. Logging the grind. Sharpening the craft one small deliberate step at a time. +

+visitors +

+ ![Start Date](https://img.shields.io/badge/Start-13_Jul_2025-4caf50?style=flat-square) ![Status](https://img.shields.io/badge/Status-Active-success?style=flat-square) ![Mindset](https://img.shields.io/badge/Mindset-Consistency-blueviolet?style=flat-square) --- -## 🧠 Why This Exists b +## 🧠 Why This Exists I wanted a place that isn’t polished like a portfolio and isn’t throwaway like random notes. This is the in‑between: the **raw timeline** of leveling up as a full‑stack dev. Instead of chasing perfect outputs, I’m tracking **reps**: reading, building, debugging, shipping, reflecting. **Core rules:** @@ -37,13 +41,32 @@ WeekN/ > Add highlights as you go. Tiny wins count. +--- +## 🛠️ Skills & Technologies + +### Core Stack +![Next.js](https://img.shields.io/badge/Next.js-000000?style=for-the-badge&logo=next.js&logoColor=white) +![TypeScript](https://img.shields.io/badge/TypeScript-3178C6?style=for-the-badge&logo=typescript&logoColor=white) +![Node.js](https://img.shields.io/badge/Node.js-339933?style=for-the-badge&logo=node.js&logoColor=white) +![React](https://img.shields.io/badge/React-61DAFB?style=for-the-badge&logo=react&logoColor=black) + +### Backend & Real-time +![Redis](https://img.shields.io/badge/Redis-DC382D?style=for-the-badge&logo=redis&logoColor=white) +![WebSocket](https://img.shields.io/badge/WebSocket-010101?style=for-the-badge&logo=socket.io&logoColor=white) +![Express](https://img.shields.io/badge/Express-000000?style=for-the-badge&logo=express&logoColor=white) +![PostgreSQL](https://img.shields.io/badge/PostgreSQL-4169E1?style=for-the-badge&logo=postgresql&logoColor=white) + +### Learning Track +![DSA](https://img.shields.io/badge/DSA-FF6B6B?style=for-the-badge&logo=leetcode&logoColor=white) +![Git](https://img.shields.io/badge/Git-F05032?style=for-the-badge&logo=git&logoColor=white) + --- ## 🔥 Current Focus Stack -- Frontend: React / Next (or Vanilla drills) + UI refinement -- Backend: Node.js (Express / Fastify) + API hygiene +- Frontend: React / Next.js + TypeScript + UI refinement +- Backend: Node.js (Express / Fastify) + WebSockets + Redis - Data Layer: PostgreSQL + Prisma / raw SQL drills - Tooling: Git discipline, testing habits, small automation scripts -- Learning Track: Algorithms (short daily reps > marathon sessions) +- Learning Track: DSA & Algorithms (short daily reps > marathon sessions) --- ## 🎯 Active Goals (Short Horizon) @@ -55,6 +78,19 @@ WeekN/ --- ## 📈 Progress Visuals + +### 🐍 Contribution Snake +![Snake animation](https://raw.githubusercontent.com/GoluScriptMage/GoluScriptMage/output/github-contribution-grid-snake-dark.svg) + +### 📊 GitHub Stats +

+GitHub Stats +

+ +

+GitHub Streak +

+ Manual for now—can be auto later. Streak (placeholder): `■■■■■■■■■■□□□□□□□□` (10 / 20) @@ -140,6 +176,10 @@ Feel free to open a PR suggesting: better structure, a productivity hack, or a l ## 🤝 Connect If you’re doing something similar, drop a star ⭐, fork, or share your own routine. +

+Profile views counter +

+ --- ## 📜 License Personal learning log. Content licensed under CC BY-NC 4.0 (non‑commercial reuse with attribution). Code snippets: MIT unless stated.