Add Diagrams to your blog posts with Mermaid JS - Code with Hugo - August 13th 2019
Hot off the press
Add Diagrams to your Jekyll/Hugo/Gatsby blog with Mermaid JS: The following post will go through how to integrate Mermaid JS, a “simple markdown-like language for generating charts”.
You should also have a look at the new and improved Code with Hugo /open Page.
If you missed it
Yarn Workspaces: monorepo management without Lerna for applications and coding examples: How to use Yarn Workspaces to manage applications/coding examples.
Jest Full and Partial Mock/Spy of CommonJS and ES6 Module Imports: The example repository is available at github.com/HugoDF/mock-spy-module-import.
Add Search to a Hugo site with Lunr.js and Node.js: Hugo “The world’s fastest framework for building websites” is a great option for JAMStack (JavaScript, APIs, prebuild Markup) sites.
From the web
Jepsen: MongoDB 3.4.0-rc3: In the past year and a half, MongoDB has put a good deal of work into improved read safety, enabled by the adoption of their new replication protocol and the WiredTiger storage engine. Dirty reads were addressed in 3.
Redis Labs’ Modules License Changes by Yiftach Shoolman: Early in August 2018, Redis Labs was one of the first open source companies to realize that the current open source licensing scheme falls short when it comes to use by cloud providers.
How GOV.UK Verify maintains zero downtime when deploying new frontend versions by William Palmer: On GOV.UK Verify we’ve moved away from manually releasing new versions of our frontend to a continuous deployment model. The frontend is the component that produces the web pages users interact with during their Verify journey. Our frontend is ‘stateless’.
Malicious code in the purescript npm installer - Harry Garrood by Harry Garrood: Earlier this week, I found and addressed some malicious code in the purescript npm installer.