TypeScript

820 readers
1 users here now

founded 1 year ago
MODERATORS
1
 
 

A trick that I'd like sharing :)

2
3
4
 
 

cross-posted from: https://programming.dev/post/18004176

I think object algebras have huge potential to improve the way complex software is written but I've never seen them used in practice. I think one reason why is that the research paper which introduced them is pretty hard to read. This post is my attempt to change that.

I've been working on this post off and on for like two years so I'm really excited to share it with people. It is very long. There's a lot of ground to cover.

5
 
 

The issue? I'm the idiot. Any suggestions for a guide to JS/TS for someone trying to learn about front-end development.

6
7
8
9
2
Announcing TypeScript 5.5 (devblogs.microsoft.com)
submitted 4 months ago by neme@lemm.ee to c/typescript@programming.dev
10
11
 
 

Typia is a transformer library supporting:

  • Super-fast Runtime Validators
  • Enhanced JSON functions
  • Protocol Buffer encoder and decoder
  • Random data generator
12
13
 
 

Working with the primary TS compiler API is pretty arduous. It is nice to see dedicated community effort towards making this more approachable.

14