From API Security in Action by Neil Madden
This article covers the definition of an API and what it means for an API to be secure.
From Elm in Action by Richard Feldman
This article deals with writing fuzz tests in Elm.
From Web Components in Action by Benjamin Farrell
This article covers:
• Component and Class Encapsulation
• How the Shadow DOM Protects Your Component’s DOM
• The Open and Closed Shadow DOM
• Shadow DOM Terminology: Shadow Root, Shadow Boundary, and Shadow Host
• Polyfilling With the Shady DOM
Six Questions for Edd Yerburgh, author of Testing Vue.js Applications
By Frances Lefkowitz
Edd Yerburgh is a JavaScript developer and Vue core team member. He’s the main author of the Vue Test Utils library and is passionate about open source tooling for testing component-based applications. He’s currently working as a software engineer at the BBC in London
From Get Programming with Node.js by Jonathan Wexler
This article covers routing and how a few more Express.js methods allow you to send meaningful data to the user before building a view. We’ll also walk through collecting a request’s query string. The article ends touching on the MVC design pattern.