TypeScript Interfaces vs Type Aliases
Describe object shapes in TypeScript with interfaces and type aliases: when to use which, plus optional and readonly fields, with examples.
Read the full articleYou might also wanna read
Unconventional Type Casting Techniques in TypeScript
I saw a post by qntm and remembered I had a playground with a similar idea. I then expanded that playground into a (probably non-exhausti...
DEV Community Publishes Exhaustive TypeScript Guide From Basics to Production Engineering
A comprehensive TypeScript tutorial has been published on DEV Community, targeting developers from beginner to senior and staff engineering
Exploring the Power of Type Parameters in Go Programming Interfaces
Adding type parameters to interface types is surprisingly powerful
Exploring Immutable-by-Default TypeScript: A Technical Experiment
I got it working with arrays and records, but couldn't make it work for regular objects.

How to Use TSConfig Path Aliases to Improve Your Code
Enable cleaner, more readable import statements with TSConfig path aliases. Learn how to set them up and improve your TypeScript code mainta
Introducing 'tsints': A TypeScript Parser Written in TypeScript Types
Contribute to easrng/tsints development by creating an account on GitHub.

Comments
Sign in to join the conversation.
No comments yet. Be the first.