PythonBest place to learn pythonStart with free resources This is a meta recommendation. Start with the free stuff then start buying things. You’d be amazed at the amount…
Securitydetect-secrets pluginWhy do we care Secrets (passwords, usernames, AWS keys etc…) often times work their way into source control repos. Hackers are known to scan…
PythonWhat are python comprehensions?What are comprehensions? Comprehensions are a concise way of generating one list/dict/set from another list/dict/set. For example, let’s…