Posts
Passkeys 101
·675 words·4 mins
Posts
101
passkeys
passwordless
There is nothing to be phished if you don’t use password at all.
State of KEV After 26 months
·184 words·1 min
Posts
cisa
kev
vulnmgmt
Summarize CISA KEV cataglog by end of 2023.
Python Package
·223 words·2 mins
Posts
Essential
101
python
Fundamental building block for Python package.
Build Container Images
·17 words·1 min
Posts
YT
docker
Build your first image, and build the second after understanding Docker Image Layers.
Why __name__ == '__main__'?
·323 words·2 mins
Posts
Essential
101
python
Wonder why we always start with if __name__ == '__main__': in Python?