Explore >> Select a destination


You are here

blog.appsignal.com
| | www.appsignal.com
2.3 parsecs away

Travel
| | The all-in-one APM: Error tracking, performance monitoring, event metrics, host metrics, alerts and much more. 30 day free trial!
| | tomrenner.com
5.8 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.
| | blog.quigley.codes
2.5 parsecs away

Travel
| | Introduction So you've updated Node Package Manager (npm) to v5.x.x, and everything seems to be going fine. But wait, what's this? A new file was created...
| | www.taniarascia.com
27.2 parsecs away

Travel
| You've probably heard of Grunt, the JavaScript task runner that runs on Node.js. Maybe you've tried to get it up and running, but got lost...