Explore >> Select a destination


You are here

timmousk.com
| | domenic.me
4.7 parsecs away

Travel
| | 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
6.3 parsecs away

Travel
| | 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
2.4 parsecs away

Travel
| | 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
23.4 parsecs away

Travel
| 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 ...