devops.js 2022

Vinson Chuong
Scripting Bits
Published in
1 min readMar 28, 2022

Notes and links compiled while listening to talks.

Julie NG — Fine-tuning DevOps for People over Perfection

https://www.youtube.com/channel/UCIEB4YTb873fpFi7vyi_p0w

Nicholas Yang — Why is CI so Damn Slow?

Simon Zhong — Monitoring Errors and Slowdowns Across JS Applications

  • A timeline of events related to the error
  • Automatic handling of source maps

Feross Aboukhadijeh — It’s a Jungle Out There: What’s Really Going on Inside Your Node_Modules Folder

  • Trade offs in how quickly to update dependencies.
  • Automated auditing of package for possible malice

Matias Capeletto — The Inner Workings of Vite Build

Konstantinos Leimonis — Observability for Microfrontends

  • Use Terraform to configure New Relic

--

--