Stay Current: Update Your JavaScript Libraries
The Hidden Complexity of Keeping JavaScript Libraries Up to Date When it comes to managing JavaScript libraries, simply running npm update or yarn up occasionally isn’t enough. New projects often…
"Any fool can write code that a computer can understand. Good programmers write code that humans can understand." ― Martin Fowler
The Hidden Complexity of Keeping JavaScript Libraries Up to Date When it comes to managing JavaScript libraries, simply running npm update or yarn up occasionally isn’t enough. New projects often…
The Importance of Open Source Software Security A recent discovery of a hack compromising over 1,000 websites running on Magento, an open-source eCommerce framework, highlights the vulnerability of open source…
Protecting Your Node.js App from Malicious Code As the complexity of our apps increases, so does the risk of malicious code infiltrating our systems. The recent incident with the event-stream…