101
Passkeys 101
·675 words·4 mins
Posts
101
passkeys
passwordless
There is nothing to be phished if you don’t use password at all.
Python Package
·223 words·2 mins
Posts
Essential
101
python
Fundamental building block for Python package.
Why __name__ == '__main__'?
·323 words·2 mins
Posts
Essential
101
python
Wonder why we always start with
if __name__ == '__main__':
in Python?Character Encoding Set
·2542 words·12 mins
Posts
101
ascii
encoding
ASCII vs CP-1252 vs ISO-8859-1
Docker 101
·421 words·2 mins
Posts
101
docker
Let’s learn about Docker architecture and its alternatives.
Tunnelling with SSH Port Forwarding
·1310 words·7 mins
Posts
101
cli
ssh
Quick notes on tunnelling with SSH port forwarding.
Python Project
·221 words·2 mins
Posts
Essential
101
python
py-venv
Elegant way to execute Python project.
Encoding 101
·580 words·3 mins
Posts
101
cli
encoding
Some notes about encoding: HTML encoding, URL encoding and ASCII encoding.
Podman 101
·1829 words·9 mins
Posts
101
podman
cli
tools
Docker alternative with Podman.
Use of f-string format() in Python
·242 words·2 mins
Posts
101
python
Using f-string in Python.