Skip to content

Charseki/Charseki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 

Repository files navigation

πŸ‘‹ Hi there, I'm Charseki.Chen!

Security Development Engineer at DbappSecurity

πŸ“ Blogs

Personal website and blog: https://www.charseki.com/

πŸ“« Like to meet me?

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

meet_link

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

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.

About

Homepage Readme

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published