From Hugo in Action by Atishay Jain
Hugo supports a variety of markup languages for generating content. Markdown is the most popular amongst them and most widely used.
In this article we’ll create formatted posts using Markdown to fill up the content pages used in the website for Acme Corporation.
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 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