- 🔭 I’m currently working on Matlab Based Projects 😂
- 🌱 I’m currently learning Django, Node.js and helping tech community through my writing.
- 👯 I’m willing to collaborate on building communitites, and research projects.
- 📫 How to reach me: E-mail and Linkedin
- ⚡ Fun fact: Banging your head against a wall for one hour burns 150 calories.
#!/usr/bin/python
# -*- coding: utf-8 -*-
class SoftwareEngineer:
def __init__(self):
self.name = "Bishikh Pal"
self.role = "Software Engineer"
self.language_spoken = ["en_US","Hindi", "Bengali"]
def technology_stack(self):
self.backend = {"js":["Node","Express"], "python":"Django", ".NET" :[".NET Core","WCF",".NET Framework"]}
self.databases = ["Mysql","Postgres","mongo","sqlite"]
self.devops = ["Docker🐳", "Kubernetes", "Jenkins", "AWS"]
self.frontend = ["React", "Angular"]
def say_hi(self):
print("Thanks for dropping by, hope you find some of my work interesting.")
me = SoftwareEngineer()
me.technology_stack()
me.say_hi()
I love connecting with different people so if you want to say hi, I'll be happy to meet you more! :)