class Developer:
def __init__(self):
self.name = "Nishant"
self.role = "Self-Taught Developer"
self.location = "India ๐ฎ๐ณ"
self.currently_learning = ["Go", "Docker", "Kubernetes"]
self.interests = ["Open Source", "Linux", "AI Systems", "Algorithms"]
self.goal = "Contributing to LFX & GSOC"
def say_hi(self):
print("Thanks for stopping by! Let's build something amazing together.")
me = Developer()
me.say_hi()- ๐ญ Current Focus: Mastering Go, Docker & Kubernetes
- ๐ฑ Learning Journey: Deep-diving into Linux internals and distributed systems
- ๐ฏ 2025 Goal: Contribute to FOSSASIA and participate in LFX/GSOC
- ๐ก Philosophy: "Learning by building, contributing by understanding"
- ๐ Approach: Reading real-world code, fixing issues, building systems from scratch
- โก Fun Fact: I believe the best way to learn is to break things and fix them!
๐ช eventyayFOSSASIA Fork | Event Management Platform Tech: Python, Flask, REST APIs
Focus: Large codebase navigation
License: Apache 2.0๐ฏ Learning open-source contribution workflows and enterprise Python architecture |
๐ค susi_skill_dataFOSSASIA Fork | SUSI.AI Skills Repository Tech: JSON, YAML
Focus: AI skill data structures
License: GNU LGPL v2.1๐ฏ Understanding data-driven AI systems and conversational design |
|
Educational algorithm visualization project Tech: Python
Algorithms: Linear, Binary Search
Purpose: Learning fundamentals๐ฏ Mastering core CS concepts through implementation |
๐ผ OJT ProjectCustom Linux CLI for algorithm execution Tech: Python, Linux CLI
Focus: System-level programming
Innovation: Terminal-based workflows๐ฏ Building practical Linux tools for algorithm practice |
graph LR
A[Python Mastery] --> B[Go Development]
B --> C[Docker & Containerization]
C --> D[Kubernetes Orchestration]
D --> E[Cloud-Native Apps]
E --> F[Open Source Contributions]
F --> G[LFX / GSOC]
style A fill:#00D9FF,stroke:#fff,color:#000
style G fill:#00D9FF,stroke:#fff,color:#000

