Sunday, October 16, 2022

Node.js: architecture, APIs, event loop, concurrency

excellent article!

An overview of Node.js: architecture, APIs, event loop, concurrency

by Dr. Axel Rauschmayer

  • What its architecture looks like.
  • How its APIs are structured.
    • A few highlights of its global variables and built-in modules.
  • How it runs JavaScript in a single thread via an event loop.
  • Options for concurrent JavaScript on this platform.
Promises are explained in more detail in “JavaScript for impatient programmers”.



"90 Days Of DevOps"

 GitHub - MichaelCade/90DaysOfDevOps: This repository is my documenting repository for learning the world of DevOps. I started this journey on the 1st January 2022 and I plan to run to March 31st for a complete 90-day romp on spending an hour a day including weekends to get a foundational knowledge across a lot of different areas that make up DevOps.

The goal is to take 90 days, 1 hour each a day, to tackle over 13 areas of "DevOps" to a foundational knowledge. This will not cover all things "DevOps" but it will cover the areas that I feel will benefit my learning and understanding overall.