I'm a software engineer with a passion for all things tech. My favorite programming language is JavaScript, but I'm also proficient in Python and Kotlin I have experience working with MERN stack and Android, and I enjoy exploring new technologies and frameworks to build innovative applications.In my free time, you'll find me tinkering with new tech gadgets, attending hackathons and sometimes (or a lot) playing games. I'm a big believer in the power of open source and actively looking for contribute to projects on GitHub.If you're interested in collaborating on a project or just want to chat about the latest tech trends, feel free to reach out. Let's build something great together!
-
π« Iβm graduated Software Engineer from UIT.
-
π± Iβm currently learning Three.js , Fast API
-
π€ Open to collaborating on all kind of Projects!
-
π¨βπ» All of my projects are available at https://www.muhammadharis.live/
-
π I sometimes write articles on Medium
-
π¬ Ask me about JavaScript , React , Android
-
β‘ I can learn fast if you teach me slowly!
class SyedMuhammadHaris:
def __init__(self):
self.username = 'syedmharis'
self.name = 'Syed Muhammad Haris'
self.linkedin = 'www.linkedin.com/in/syedmuhammadharis/'
self.twitter = '@https_haris'
self.code = {
'Frontend': ['HTML', 'CSS', 'JavaScript', 'ReactJS', 'Bootstrap', 'TailWind', 'Jetpack Compose', 'XML', 'KMP'],
'Backend': ['Python', 'Kotlin', 'Flask', 'Django', 'Java', 'NodeJS'],
'Database': ['PostgreSQL', 'MySQL', 'Mongo DB'],
'Devops': ['Docker', 'GitHub Actions', 'AWS', 'Heroku', 'Netlify'],
'Tools': ['GIT', 'GitHub', 'GitLab', 'Pandas', 'Jupyter notebook','Redis', 'Celery']
}
self.architecture = ['SPA', 'MVC', 'Serverless', 'microservices']
def __str__(self):
return self.name
if __name__ == '__main__':
me = SyedMuhammadHaris()