TIL: Kill Command with Readable Signal Arguments

Today I learned that the kill command accepts human-readable signal names instead of just numeric codes, making process management more intuitive and safer.

November 21, 2020 ยท 2 min

TIL: Flask Advanced Patterns and Development Tools

Today I learned about advanced Flask patterns including Method Views, Signals, profiling techniques, and security extensions that enhance Flask application development.

July 15, 2020 ยท 7 min