I want to share how joyful it is to work with JSON using PureScript.
I’ve been working as a Fullstack engineer for a while, and it feels like we’re shuffling JSON most of the coding time.
Video: A joy of working with JSON using PureScript - YouTube
Hate watching videos? Check out the complementary article, which covers the same content: A joy of working with JSON using PureScript - DEV Community
9 Likes
kif
March 17, 2023, 4:26pm
#2
Thanks for sharing. I was just about to explore how to work with JSON on my learning adventure
I worked on some larger apps with TS and dealing with API responses is always a pain because there is no guaranty that the data is correct type. The best way I found is io-ts
which take a moment to figure it out.
2 Likes
mars0i
April 28, 2023, 11:21pm
#3
Thanks for taking care of those of us who don’t like videos (as well as those who do)!
1 Like
Great video, @Zelenya
I don’t know if you are looking for new video ideas but if you, are I think Justifiable would be a good topic!
I recently found it and now I’m trying to wrap my head it.
1 Like
Thanks, I’ll take a look or maybe ask @i-am-the-slime to talk about it on a stream
2 Likes
Great video! I think it demonstrates one of the main features of the language in a very understandable and concise way.
1 Like