Abu Sayed
Musician | Singer | Lyricist | Composer | Music Producer | Web | Game | XR & Blockchain Developer
Tag Archives: Unions
Why Unions are Making a Comeback – Diversifying – Podcast on Breaking Information Audio

Hey, everybody. If I sound just a little totally different this week, it is as a result of I am recovering from COVID – so thanks for bearing with me. It is at all times going to be Amazon vs. The folks. And as we speak the folks have spoken. And the folks wished a…
Better Types using Discriminated Unions in TypeScript – Node Dev Feed

Better Types using Discriminated Unions in TypeScript How we define our types in Typescript impacts how effective typescript is at warning us when we make mistakes. If we take a broad approach i.e. to cover many types in a single type, we end up handicapping typescript and it becomes less effective. The more specific we…