Hi, I'm Sidul Islam Sohag
I am a learner. I believe in hard work and efficiency. I always like to learn about new technology and have experience with new things. Always learning new things and ready to prove myself through my work and responsibility. I am someone who takes work ethics very seriously. I am honest in my work. Always try to make my world peaceful & beautiful. I am also an enthusiastic, self-motived, reliable, responsible and hard-working person.
- 🔭 I'm currently working as a Software Quality Assurance (SQA)!
- 🌱 I'm currently learning Python, Colab, JIRA as a project management, API Testing Basic work, bug report for the project, (Usability testing on Windows, Android and iOS mobile devices), Test Case writing, and Many More.
- 👯 I'm looking to collaborate with other SQA Experts.
- 🥅 2024 goals: My goal is to travel to Canada in order to complete my Master's program.
- 🌩️ Fun fact: Crazy about Coffee ☕.
- ✨ I love connecting with different people so if you want to say hi, I'll be happy to meet you more! :)
class SidulIslamSohag():
def __init__(self):
self.name = "Sidul Islam Sohag";
self.username = "SidulIslamSohag";
self.location = "Dhaka, Bangladesh";
def __str__(self):
return self.name
if __name__ == '__main__':
me = SidulIslamSohag()
|