Summary: The course 'Monorepos: A Beginner's Guide' on Udemy covers topics such as NodeJS module loading, using Yarn, package hoisting, and cross-package bin scripts. It also includes a bonus lesson on using Lerna. The course is concise and focused on NodeJS and Yarn, but the author has concerns about the initial approach of manually placing modules in the `node_modules` folder.
Summary: This blog post provides a comprehensive list of resources related to monorepos, including articles, papers, talks, and courses. The resources are sorted alphabetically and include information from various years.
Summary: How to log visit stats with NGINX by filtering by subdomain and using a custom logger with a desired format. The configuration is provided.
Summary: A review of the book 'System Design Interview - An Insider's Guide' by Alex Xu.
Summary: The book 'Site Reliability Engineering' by Google SRE teams authors contains a wealth of ideas, tips, and practices for managing services in production. While the book can be dull at times, it covers a myriad of topics related to monitoring, logging, alerting, automation, and more. The final chapters on SRE team management and integration are also useful.