InLevel Up CodingbyEvelyn TaylorJavaScript projects that use TypeScriptHow to enhance type safety in a JavaScript projectNov 13
InAndroid DevelopersbyDon TurnerType safe navigation for ComposeJetpack Navigation 2.8.0 enhances Kotlin navigation. Type-safe APIs that improve code safety, simplify graph creation, and more.Sep 56
InMercadona TechbyEdgar MiróType Safety in Navigation ComposeTaking Navigation to the next levelMay 88May 88
Wu XiaoyunExhaustive Compile Time Matching in Typescript, Just Like in RustWhen working with union types in TypeScript, it’s easy to miss out on handling every possible case. Say you have a union type with specific…Nov 11Nov 11
Ali AmmarSealed Classes in Dart: Unlocking Powerful FeaturesDart’s sealed classes provide a powerful way to define union class and leverage pattern matching. The Freezed package, known for its…Jun 28, 20236Jun 28, 20236
InLevel Up CodingbyEvelyn TaylorJavaScript projects that use TypeScriptHow to enhance type safety in a JavaScript projectNov 13
InAndroid DevelopersbyDon TurnerType safe navigation for ComposeJetpack Navigation 2.8.0 enhances Kotlin navigation. Type-safe APIs that improve code safety, simplify graph creation, and more.Sep 56
InMercadona TechbyEdgar MiróType Safety in Navigation ComposeTaking Navigation to the next levelMay 88
Wu XiaoyunExhaustive Compile Time Matching in Typescript, Just Like in RustWhen working with union types in TypeScript, it’s easy to miss out on handling every possible case. Say you have a union type with specific…Nov 11
Ali AmmarSealed Classes in Dart: Unlocking Powerful FeaturesDart’s sealed classes provide a powerful way to define union class and leverage pattern matching. The Freezed package, known for its…Jun 28, 20236
ankita kotadia - Senior iOS EngineerUnderstanding Any in SwiftIn Swift, Any is a type that can represent an instance of any data type, whether it's a class, struct, enum, or even a function. This means…Oct 18
TuringvangTypeScript 2.8.3 Type must have a Symbol.iterator method that returns an iteratorBefore we fix the error i want to tell you about typescript and also to share with you a great learning tools that i’ve seen recently…Nov 28
Erwin HermantoGo with Generics: Embracing Flexibility in Go ProgrammingThe introduction of Generics in Go 1.18 marked a significant milestone in the language’s evolution. The feature has been long-waited by the…Sep 201