Rust Pattern Matching Examples for Typescript Developers
Learn how to use advanced Rust pattern matching techniques from the lens of a Typescript developer.
Practical Guide to Fp-ts P6: The Do Notation
Learn how to use Fp-ts practically. Introduces monads and the Do notation.
Practical Guide to Fp-ts P5: Apply, Sequences, and Traversals
Learn how to use Fp-ts practically. Introduces apply, applicatives, sequences, and traversals.
Practical Guide to Fp-ts P4: Arrays, Semigroups, Monoids
Learn how to use Fp-ts practically. Introduces the functional array, semigroups, and monoids.
Practical Guide to Fp-ts P3: Task, Either, TaskEither
Learn how to use Fp-ts practically. Introduces the task, either, and taskEither operators. No mathematical knowledge required.
Practical Guide to Fp-ts P2: Option, Map, Flatten, Chain
Learn how to use Fp-ts practically. Introduces the map, flatten, chain operators using the Option type. No mathematical knowledge required.
Practical Guide to Fp-ts P1: Pipe and Flow
Learn how to use Fp-ts practically. Introduces the pipe and flow operators. No mathematical knowledge required.
A Short Guide To VSCode Hotkey Mastery
Knowing how to use your text editor is the first step to being a master developer.
Stop Misusing Typescript String Enums
Most Typescript developers misuse string enums. Learn how to overcome its drawbacks by using constant objects and discriminated unions.