class Sundarakalathi:
def __init__(self):
self.username = 'Sundarakalathi-K'
self.name = 'Sundarakalathi'
self.web = 'https://sundarakalathi-k.github.io/Portfolio/'
self.linkedin = '@sundarakalathi-k'
self.code = {
'frontend': ['HTML', 'CSS', 'JavaScript', 'ReactJS', 'Boostrap', 'TailWind'],
'backend': ['Python', 'PHP', 'Laravel', 'NodeJS'],
'database': ['MySQL', 'Mongo DB'],
'devops': [ 'AWS', 'Docker', 'Nginx', 'Jenkins', 'GitHub Actions'],
'tools': ['GIT', 'GitHub', 'GitLab', 'Pandas', 'Jupyter notebook'],
'misc': ['GNU/Linux']
}
self.architecture = ['MVC', 'Serverless']
def __str__(self):
return self.name
if __name__ == '__main__':
me = Sundarakalathi()
- 🔭 I’m currently working on Node Farm
- 🌱 I’m currently learning Node.js
- 👯 I’m looking to collaborate on Open Source Projects
- 🤝 I’m looking for help with Front-End Development & Designing
- 💬 Ask me about Innovation Ideas
- 📫 How to reach me [email protected]
// Which came first: the chicken or the egg?
console.log(["🥚", "🐣", "🐥", "🐔"].sort())
>>> ["🐔", "🐣", "🐥", "🥚"];
If you like what I do, support me by buying me a Coffee and let's do more useful content! |