👋 Hi there, I'm Charseki.Chen!

Security Development Engineer at DbappSecurity

📝 Github

My Github: https://github.com/Charseki/

A little more about me…

#!/usr/bin/env python
# -*- coding: utf-8 -*-
# --------------------------------------------------
# File Name          :askMeAbout.py
# Date               :2023/06/05 14:23:45
# Author             :Charseki.Chen
# Email              :charseki.chen@dbappsecurity.com.cn
# 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