Skip to main content

Posts

Understanding AsyncIO by Code
·691 words·4 mins
Posts 101 code async python
Let’s learn AsyncIO by code.
Managing Cybersecurity With AI
·32 words·1 min
Posts cybersecurity infosec leadership qotd
How do we go about leading a security team alongside Generative AI?
Probability Vs Likelihood
·312 words·2 mins
Posts 101 statistic
Likelihood is a kind of probability, and probability is a kind of likelihood, but they’re used in different ways.
30-Month Update with CISA KEV
·188 words·1 min
Posts cisa kev vulnmgmt
Analysis updates of CISA KEV catalog.
Python Ternary Operation
·552 words·3 mins
Posts oneliner python
Ternary operations in Python.