dev
-
How to Use Keyboard Listeners in Vanilla JavaScript
Keyboard listeners are a powerful feature of JavaScript, and in this post you'll understand all about them!
-
Data Classes in Python 3.7+ (Guide) – Real Python
Data classes are one of the new features of Python 3.7. With data classes you do not have to write boilerplate code to get proper initialization, representation and comparisons for your objects.
-
redir(1): redirect tcp connections - Linux man page
Redir redirects tcp connections coming in to a local port to a specified address/port combination.
-
HTTP Status Codes
HTTP status codes and how to use them in RESTful API or Web Services.
-
How to Write a Git Commit Message
Wish more folks followed these conventions.
-
A Crash Course on Incident Response,...
In Part 1, I discussed the important aspects of a good incident management practice including effective communication, clearly defined…
-
dictionary - How to use dot notation for dict in python? - Stack Overflow
Standard libraries allow for using . access to dicts