#type-safety

[ follow ]
#typescript
JavaScript
from2ality
5 months ago

Conditional types in TypeScript

Conditional types in TypeScript enhance type decisions and manipulations, particularly with generics and union types.
JavaScript
from2ality
6 months ago

TypeScript enums: use cases and alternatives

TypeScript enums map member keys to values and provide type safety through exhaustiveness checks.
#scala
fromMedium
3 months ago

Scala Was My Comfort Zone-Then Gleam Happened

Gleam offers refreshing type-safety and expressiveness beyond Scala, surprising long-time Scala developers.
fromInfoWorld
3 months ago

Gleam 1.10 improves compiler, JavaScript codegen

Gleam 1.10 introduces enhanced compiler features for better type retention and faster JavaScript execution.
frommedium.com
3 months ago

Spark Scala Exercise 4: DataFrame Schema Exploration (with Case Classes)

Understand how Spark infers schemas and the importance of Scala case classes for type safety.
Python
fromTechBeamers
4 months ago

Unsigned Integers in Python: A Complete Guide

Python lacks built-in unsigned integers, leading to potential issues that require manual enforcement of unsigned behavior.
fromInfoWorld
9 months ago

How to use Java generics to avoid ClassCastExceptions

Type safety issues in generic methods can be resolved using bounded wildcards.
[ Load more ]