#!/usr/bin/python3
# -*- coding: utf-8 -*-
class CyberSecurityEngineer:
def __init__(self):
self.name = "Md Mujahid Islam Peal"
self.role = "Lead Lab Engineer"
self.language_spoken = ["en_GB","no_NO","bd_BD"]
def say_hi(self):
print("Thanks for dropping by, hope you find some of my work interesting.")
def get_connected(self):
print("Let's get connected through linkedin!")
me = CyberSecurityEngineer()
me.say_hi()
me.get_connected()
- Personal website and blog: https://mipeal.myportfolio.com/
I Mostly Code in Python
Python 17 repos βββββββββββββββββββββββββ 50.00 %
TypeScript 2 repos βββββββββββββββββββββββββ 05.88 %
JavaScript 2 repos βββββββββββββββββββββββββ 05.88 %
C 1 repo βββββββββββββββββββββββββ 02.94 %
Java 1 repo βββββββββββββββββββββββββ 02.94 %
Last Updated on 18/11/2024 01:29:06 UTC