I'm Humanshu Jaglan A self taught Full Stack Web Developer and a Student at Geeta University, Naultha. I'm passionate about learning new things and exploring new technologies. I'm currently learning Python and exploring AI. I'm looking to collaborate on any Open Source Project. Ask me about anything. I'm always ready to help. I'm a Noobie. I'm a Student, Developer, and Learner!
- π± Iβm currently learning Nextjs, WebRTC and Rust
- π― Iβm looking to collaborate on any Open Source Project
- π€ Iβm looking for help with Devops
- π¬ Ask me about MERN, Programming and Angular
- π« How to reach me: Instagram, Twitter, Facebook, LinkedIn, Telegram, WhatsApp
- π Pronouns: He/Him
from world import love and peace
class HumanBeing:
def __init__(self):
self.name = "Humanshu Jaglan"
self.education = "B.Tech in Computer Science"
self.university = "Geeta University"
self.age = 18
self.country = "India"
self.city = "Panipat"
self.email = "[email protected]"
self.tools = ["VSCode", "Git", "GitHub"]
self.askMeAbout = ["full stack web development"]
self.skills_in_frontend = ["HTML", "CSS", "JS", "Reactjs","Angular"]
self.skills_in_backend = ["Django","PHP","Express"]
self.skills_in_database = ["MongoDB","MySQL"]
self.languages = ["C","C++","Python","PHP","JavaScript"]
self.learning = ["PHP", "Python", "Django"]
self.hobbies = ["Coding", "Reading", "Blog Writing"]
self.identity = "Sanatani"
self.funFact = "I'm a Noobie"
self.currentFocus = "Learning Linux and exploring Ethical Hacking π"
def spread_love(self):
print("Thanks for dropping by the end, hope you liked my intro")
def jai_shri_ram_π(self):
print("Jai Shree Ram π©")
me = HumanBeing()
me.spread_love()
me.jai_shri_ram_π()