New: typescriptAll contentburnbotblurtkractifitr2cornellgamesburnpostpowerclubzzanphotographyblurtindiablurtgermanbeblurtcurationblurtlatamblurtlifeblurtboosterblurtblockblurthispanosteemHotTrendingNewDAppsdotevo in blurt-179874 • 8 months agoBalbuti #2: Aktualizacja dynamicznych endpointówTak jak wspomniałem w poprzednim poście, pewne braki w API RPC skłoniły mnie do stworzenia własnego BE. Mógłbym pewnie napisać go znacznie szybciej, gdyby nie to, że chciałbym go wykorzystać w…ozelot47 in deutsch • 9 months agoTypescript: Die Datentypen any, unknown und neverWenn ihr Typescript verwendet, dann werdet ihr wahrscheinlich früher oder später auf die Datentypen any, unknown und never stoßen. Zum Beispiel wenn man eine Javascript Bibliothek nutzt, dann wird…ozelot47 in blurtgerman • 2 years agoTypeScript - Generics in TypeScriptAuch in TypeScript gibt es die Möglichkeit mit generischen Datentypen zu arbeiten, genannt Generics. Bedeutet zur Compilierzeit steht nicht fest um welchen Datentyp es sich handelt, erst zur…ozelot47 in blurtgerman • 2 years agoTypeScript - Klassen und InterfacesIm letzten Beispiel hatten wir ein Object 'point2D' angelegt. Das Problem mit nativen objects ist, wenn man ein Array damit erstellen möchte, so ist der Arraytyp 'any' und nicht 'point2D'. Hier…ozelot47 in blurtgerman • 2 years agoTypeScript - Datentypen und UnionsIn TypeScript wird der Datentyp einer Variable hinter dem Variablennamen durch ein Komma getrennt mit angegeben. Die gängigen Datentypen lauten: number, string, boolean, any und null. Man kann auch…ozelot47 in blurtgerman • 2 years agoTypeScript - Das Superset von JavaScriptTypeScript TypeScript erweitert JavaScript um ein Typisierungssystem, sodass man schon vor dem compilieren Fehlermeldungen erhält was bei JavaScript, wegen der dynamischen Typisierung, nicht der…spydo in hive-196037 • 2 years agoMaking Optional Properties Nullable in TypeScript | Revive CodingIn this video, we are talking about how we can use Nullable in TypeScript. So nullable is used where we want to specify a new value in typescript instead of defining null and for the implementation…spydo in hive-196037 • 2 years agoMaking Optional Properties Nullable in TypeScript | Revive CodingIn this video, we are talking about how we can use Nullable in TypeScript. So nullable is used where we want to specify a new value in typescript instead of defining null and for the implementation…