Fast Collision Resistant UUIDs for TypeScript
We are coding with Typescript and we need to generate collision resistant IDs (IDs that have a low probability of colliding even when generated on separate machines). (more…)
Read more »Today we are excited to announce the availability of TypeScript 4.9! If you’re not familiar with TypeScript, it’s a language that builds on JavaScript by adding types and type-checking. Types can describe things like the shapes of our objects, how functio… Read more