ELI5

Explain like I am 5. The best things you'll usually find on Reddit when you seek for simple explanations about all sorts of things.

Articles

Cover Image for JavaScript Symbols

JavaScript Symbols

JavaScript symbols are a unique and immutable data type that can be used as object property keys to prevent external code to unexpectedly modify properties. That's it, but if it doesn't yet make sense to you, reading the article might actually help.

Cover Image for Generics in Typescript and how to use them

Generics in Typescript and how to use them

Let's figure out together what do we do with all those weird Ts in Typescript :D Believe it or not, they can let you work with different data types in a safe and reusable way, so you can build cool stuff with confidence!