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 WebRTC, Devops and Rust
- π― Iβm looking to collaborate on any Open Source Project
- π€ Iβm looking for help with Devops
- π¬ Ask me about Full Stack Development
- π« How to reach me: Instagram, Twitter, Facebook, LinkedIn, Telegram, WhatsApp
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.state = "Haryana"
self.city = "Panipat"
self.email = "[email protected]"
self.tools = ["VSCode", "Git", "GitHub"]
self.askMeAbout = ["Full Stack Development"]
self.skills_in_frontend = ["Reactjs", "Angular", "Nextjs", "Inertiajs"]
self.skills_in_backend = ["Django","PHP","Express","Laravel","Flask"]
self.skills_in_database = ["MongoDB","MySQL","PostgreSQL"]
self.languages = ["C","C++","Python","PHP","JavaScript","TypeScript"]
self.learning = ["Java", "Rust", "Devops"]
self.hobbies = ["Coding", "Reading", "Blog Writing"]
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_π()