I'm a self-taught Full Stack Web Developer, Blockchain Enthusiast, and a passionate learner currently pursuing B.Tech in Computer Science at Geeta University, Naultha. I enjoy building scalable apps, exploring new technologies, and sharing what I learn. Whether it's DevOps, WebRTC, or smart contracts β I'm always curious and always building.
- π± Currently learning WebRTC, Rust, and diving deeper into DevOps
- π Exploring AI and integrating it into real-world workflows using n8n and Gemini/ChatGPT
- π― Looking to collaborate on Open Source and impactful tech products
- π¬ Ask me about Full Stack Development, Web3, and State Management
- π€ Open to internships, hackathons, and startup collaborations
C
, C++
, Python
, PHP
, JavaScript
, TypeScript
, (learning Rust
, Java
)
Node.js
,Express.js
,NestJS
Flask
,Django
,Laravel
,PHP
React.js
,Next.js
,Angular
,Inertia.js
- Tailwind CSS, ShadCN UI
MongoDB
,PostgreSQL
,MySQL
Docker
,Nginx
,VSCode
,Git
,GitHub
- Hosting on VPS (Ubuntu 24.04)
Redux
,Recoil
,Zustand
Solidity
,BEP20
,ERC20
,Upgradeable Smart Contracts (UUPS)
- Web3 DApps (staking, MLM, pool-based rewards)
from world import love, peace
class HumanBeing:
def __init__(self):
self.name = "Humanshu Jaglan"
self.age = 19
self.education = "B.Tech in Computer Science"
self.university = "Geeta University"
self.country = "India"
self.city = "Panipat"
self.email = "humanshujaglan@gmail.com"
self.languages = ["Python", "JavaScript", "PHP", "C++", "TypeScript"]
self.skills_in_frontend = ["React", "Next.js", "Angular", "Inertia"]
self.skills_in_backend = ["Django", "Laravel", "Flask", "Express", "PHP"]
self.skills_in_database = ["MongoDB", "PostgreSQL", "MySQL"]
self.tools = ["VSCode", "Git", "GitHub"]
self.learning = ["Rust", "Java"]
self.askMeAbout = ["Full Stack Development"]
self.hobbies = ["Coding", "Reading", "Blogging"]
def spread_love(self):
print("Thanks for stopping by! π")
def jai_shri_ram(self):
print("π Jai Shree Ram π©")
me = HumanBeing()
me.spread_love()
me.jai_shri_ram()