-
👨 Competent IT professional with a track record in designing websites, both at the front-end and back-end. Currently, working as a Software Engineer at CliniSys Healthcare Product Management (UK & US). My Other skills involve the Internet of Things (IoT) and Embedded Systems. I'm also an Android App Developer.
-
🔭 Software Engineer at Clinisys
-
🔭 Master in Computer Application from Heritage Institute of Technology, Kolkata.
-
🔭 Graduated from St. Xavier's College, Kolkata in Computer Science.
-
💻 I am a tech-enthusiast and always on a mission to learn something new every day.
Favourite Quote:
"The world is the great gymnasium where we come to make ourselves strong."
-Swami Vivekananda
class Swarup:
def skills():
#My technical skills
print('🚀 Web Development, 🚀 Internet of Things (IoT),\
🚀 Embedded Systems, 🚀 Android Development,\
🚀 Web Scraping,🚀 Natural language processing,\
🚀 Deep Learning, 🚀 Data Science, 🚀 Lumion-8,\
🚀 Adobe Photoshop, 🚀 Adobe Illustrator,\
🚀 Adobe After Effects, 🚀 Adobe Premiere Pro,\
🚀 Adobe Flash, 🚀 Sketch-up-Pro')
def interests():
#My interests
print('♔ Chess, 🎨 Digital Art, and 📸 Photography')
def funFact():
print('⚡️ I used to be a Professional Chess Player')
def currentStatus():
#About my current work status
print('📝 Looking forward for Full-Time Job,\
💼 Currently working as SDE Intern at SNLTR')
Swarup.skills()
Swarup.interests()
Swarup.funFact()
Swarup.currentStatus()