JavaScript’s Object.freeze and TypeScript’s Readonly
Do you want static or runtime immutability, or both? In this article I will show you how to combine Object.freeze with Readonly to get the best of both worlds. (more…)
Read more »Finding the right javascript charting library can be a headache. This article aims to help you choose the right library for your project. Read more