|
You are here |
timmousk.com | ||
| | | | |
domenic.me
|
|
| | | | | I added the original peer dependencies feature to npm 1.2.10, to allow plugins to express what versions of a host package they're compatible with. | |
| | | | |
tomrenner.com
|
|
| | | | | Anyone writing code professionally in December 2021 will remember the "fun" of the Log4J vulnerability. For those that weren't - this was a critical security error that allowed attackers to run any code they wanted on your servers. The root cause was a logging library, Log4J, that is used by most projects that are writting in Java. It's usually used to write code something like: log.info("Process completed successfully"); which will then appear in your logs, allowing you to track your application's behaviour. Pretty innocuous stuff. | |
| | | | |
jackharner.com
|
|
| | | | | NPM (Node Package Manager) and Yarn are both JavaScript based package managers for ease of installing 3rd Party Tools & Libraries into your modern web... | |
| | | | |
akashsingh.blog
|
|
| | | I started a new project with Next.js and wanted to get eslint and prettier to work with it, but the overall process turned out to be harder than I anticipated. So I decided to document the steps that I followed to help out the next person facing the ... | ||