Explore >> Select a destination


You are here

blog.thesoftwarementor.com
| | dylanpaulus.com
2.9 parsecs away

Travel
| | Code dependencies are like . We are able to pull in other people's code, combining and stacking different packages together to achieve our goals. Using dependencies greatly reduces the complexity of developing software. We can take advantage of the hard work someone has already done to solve a probl...
| | tomrenner.com
5.5 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.
| | initialcommit.com
5.3 parsecs away

Travel
| | Laurie Voss, co-founder of [NPM](https://www.npmjs.com/), recently sent out this tweet highlighting that a major bank has published a private package to the npm registry... and left it there for over 3 years.
| | codedrivendevelopment.com
21.0 parsecs away

Travel
|