- CyberSecurity & Forensic 🔐
- MongoDB 🍃
- Devops ☁️
- React.js, Native ⚛️
- My portfolio website 💼
- Festivity Flippers (My StartUp) 🚀
- Complete #100DaysOfCode challenge 💯.
- Build 30+ projects 🛠️.
- Contribute to Open Source 🌐.
- 🐱💻 My GitHub codes = 20% 🙋♂️ Me + 40% 💡 StackOverflow + 5% 🔍 Google + 15% 🤖 ChatGPT + 20%
|
Note: Top languages only hint at the colorful palette of coding languages I've explored. Yet, they're like a trailer to an epic movie, teasing the excitement of what lies beneath the surface. Dive deeper, and you'll discover the mastery and artistry I bring to each line of code, painting vibrant solutions with finesse.
def __init__(self):
self.name = 'Patel HetKumar SandipBhai'
self.education = {'programming': 'Full Stack Software Development', 'art': ['Singing', 'Art and Design', 'Gaming']}
self.employment = {'developer': ['company', 'city'], 'designer': ['RR Cables', 'CodeSoft', 'Oasis InfoByte',]}
self.current_year = 2024
def doing(self, now):
if now < self.current_year:
return f"I was a design with {self.employment['developer'][0]} in {self.employment['developer'][1]}"
elif now == self.current_year:
return f"I am currently learning {self.education['programming']} at Parul Institute"
elif now > self.current_year:
return f"I am eager to collaborate with {self.employment['developer'][0]} on Android and web development"
else:
return "### Hi there 👋"
def collaborate(self, role, organization, location):
self.employment[role] = [organization, location]
pronouns = "He | Him"
code = ["Javascript🚀", "C🅒", "Python🐍", "Java☕", "Php🐘", "C#(.Net🎯)"]
askMeAbout = ["web dev🌐", "Foody🍔", "app dev📱", "Singing🎤", "Drawing✏️"]
technologies = {'mobileApp': ["Android App📱", "Flutter🚀"], 'frontEnd': {'js': ["React⚛️"], 'css': ["Tailwind🌪️", "bootstrap🅱️"]}, 'backEnd': {'php': ["php🐘", "c#🎯"], 'python': ["flask🍶"]}, 'devOps': ["Google Cloud☁️", "Docker🐳", "AWS🌩️"], 'databases': ["mongoDB🍃", "MySql🐬", "Oracle🛢️"], 'misc': ["Firebase🔥", "sqlite📦"]}
architecture = ["Serverless Architecture", "Progressive web applications", "Single page applications"]
currentProject = "I am developing Android Application Named: FestivityFlippers"
funFact = "There are two ways to write error-free programs; only the third one works"
me = ReadMe()