Security Development Engineer at DbappSecurity
Personal website and blog: https://www.charseki.com/
Pick a slot if you'd like to meet me and chat about anything you are passionate about - but make sure to describe the agenda
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# --------------------------------------------------
# File Name :askMeAbout.py
# Date :2023/06/05 14:23:45
# Author :Charseki.Chen
# Email :[email protected]
# Version :V1.0.0
# Description :self-introduction
# --------------------------------------------------
class SoftwareEngineer:
def __init__(self):
self.name = "Charseki.Chen"
self.role = "Security Development Engineer"
self.code = ["Python", "Shell", "PHP", "Java", "C/C++"]
self.askMeAbout = [
"digital tech", "table tennis", "calligraphy", "photography"
]
self.technologies = {
"backEnd": ["JavaScript", "HTML5", "CSS"],
"devOps": ["Gitlab", "Docker๐ณ", "Nginx"],
"databases": ["MySQL", "Oracle", "MSSQL"],
"misc": ["BurpSuite", "Kali", "Wireshark", "Sqlmap/Nmap"]
}
self.currentFocus = "No Focus point at this time"
self.funFact = "There are two ways to write error-free programs; only the third one works"
def say_hi(self):
print(
"Thanks for dropping by, hope you find some of my work interesting."
)
me = SoftwareEngineer()
me.say_hi()
I love connecting with different people so if you want to say hi, I'll be happy to meet you more! ๐
๐ Morning 536 commits โโโโโโโโโโโโโโโโโโโโโโโโโ 12.62 %
๐ Daytime 1591 commits โโโโโโโโโโโโโโโโโโโโโโโโโ 37.45 %
๐ Evening 1352 commits โโโโโโโโโโโโโโโโโโโโโโโโโ 31.83 %
๐ Night 769 commits โโโโโโโโโโโโโโโโโโโโโโโโโ 18.10 %
๐ I'm Most Productive on Sunday
1๏ธโฃ Monday 503 commits โโโโโโโโโโโโโโโโโโโโโโโโโ 11.84 %
2๏ธโฃ Tuesday 529 commits โโโโโโโโโโโโโโโโโโโโโโโโโ 12.45 %
3๏ธโฃ Wednesday 702 commits โโโโโโโโโโโโโโโโโโโโโโโโโ 16.53 %
4๏ธโฃ Thursday 539 commits โโโโโโโโโโโโโโโโโโโโโโโโโ 12.69 %
5๏ธโฃ Friday 493 commits โโโโโโโโโโโโโโโโโโโโโโโโโ 11.61 %
6๏ธโฃ Saturday 620 commits โโโโโโโโโโโโโโโโโโโโโโโโโ 14.60 %
7๏ธโฃ Sunday 862 commits โโโโโโโโโโโโโโโโโโโโโโโโโ 20.29 %
๐ This Week I Spent My Time On
๐๏ธ Time Zone: Asia/Shanghai
๐ฌ Programming Languages:
Python 0 secs โโโโโโโโโโโโโโโโโโโโโโโโโ 100.00 %
๐ฅ Editors:
VsCode 0 secs โโโโโโโโโโโโโโโโโโโโโโโโโ 100.00 %
๐ป Operating System:
Mac 0 secs โโโโโโโโโโโโโโโโโโโโโโโโโ 100.00 %
Last Updated on 06/05/2023 UTC+8
NOTE: Top languages does not indicate my skill level or anything like that. It is just a metric of which languages have been hosted by me on GitHub based on the usage across repositories. There are others which I haven't put up on GitHub.