Skip to content

Latest commit

 

History

History
125 lines (93 loc) · 7.08 KB

README.md

File metadata and controls

125 lines (93 loc) · 7.08 KB

Hello there 👋

Open Source Love Profile Last Update Linkedin Badge Wakatime Badge status

#!/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()

📝 Blogs

🔧 Technologies & Tools

🔥 Streak Stats

mipeal

👨‍💻 Coding Stats

Lines of code

I Mostly Code in Python

Python                   15 repos            █████████████░░░░░░░░░░░░   53.57 % 
Shell                    4 repos             ████░░░░░░░░░░░░░░░░░░░░░   14.29 % 
JavaScript               2 repos             ██░░░░░░░░░░░░░░░░░░░░░░░   07.14 % 
Java                     1 repo              █░░░░░░░░░░░░░░░░░░░░░░░░   03.57 % 
CSS                      1 repo              █░░░░░░░░░░░░░░░░░░░░░░░░   03.57 % 

Last Updated on 08/07/2024 01:13:33 UTC