From 9957dbbff6551087f51d8e68bed32dfb4b011301 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alois=20Se=C4=8Dk=C3=A1r?= Date: Thu, 26 Sep 2024 16:00:41 +0200 Subject: [PATCH] feat: CodaDigest - JS memory leaks --- CodaDigest.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CodaDigest.md b/CodaDigest.md index c35e4f3..4e14c6a 100644 --- a/CodaDigest.md +++ b/CodaDigest.md @@ -7,6 +7,7 @@ Check also my [Nuxt News](https://github.com/AloisSeckar/demos-nuxt/blob/main/Nu | Date             | Article | | --- | :-- | +| **`2024-08-10`** | [Common Causes of Memory Leaks in JavaScript](https://www.trevorlasn.com/blog/common-causes-of-memory-leaks-in-javascript/) - how can you monitor JS memory usage and how to spot most common causes of troubles | | **`2024-08-02`** | [How to Build Your Own Vue-like Reactivity System](https://dev.to/alexanderop/how-to-build-your-own-vue-like-reactivity-system-from-scratch-1d2d) - understand Vue's core concept of reactivity by implementing its alike! | | **`2024-07-29`** | [Why Unknown Types Are Useful](https://michaeluloth.com/programming-types-unknown-why-useful/) - how to use **unknown** in TypeScript | | **`2024-07-28`** | [Perfectionism - one of the biggest productivity killers](https://newsletter.eng-leadership.com/p/perfectionism-one-of-the-biggest) - do not waste time on over-improving things - lessons learned by two IT professionals |