#!/usr/bin/python3
# -*- coding: utf-8 -*-
class CyberSecurityEngineer:
def __init__(self):
self.name = "Md Mujahid Islam Peal"
self.role = "Cyber Range Engineer"
self.language_spoken = ["en_US","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 βββββββββββββββββββββββββ 48.57 %
Shell 4 repos βββββββββββββββββββββββββ 11.43 %
TypeScript 2 repos βββββββββββββββββββββββββ 05.71 %
JavaScript 2 repos βββββββββββββββββββββββββ 05.71 %
C 1 repo βββββββββββββββββββββββββ 02.86 %
Last Updated on 23/12/2024 01:25:12 UTC