We're a place where coders share, stay up-to-date and grow their careers.
404 bio not found
All private interactions must abide by the code of conduct.
Worth noting that reasonml projects which have reason-react a...
Feb 13
Absolutely fantastic. Thank you. I had to port it to reason t...
Jan 14
Absolutely. Dead simple to reproduce for other configs. Thank...
Nov 19 '20
after running this: ❯ deno run --allow-net src/index.ts Ch...
Nov 14 '20
Typos: deno run --allow-net src/index.ts ctx.response.b...
Nice.
Sep 8 '20
Brother @kelvinmai , what is that terminal onclick over the t...
Jun 13 '20
It is bonkers! I need some structure to get focused. If not, ...
May 14 '20
@austin what image is not rendering, brother?
May 10 '20
Bookmarked. Thank you, sir, for teaching me.
Apr 28 '20
There is no ReasonML without OCaml, brother. That is the trut...
Apr 24 '20
I was just looking at this last week to speed up this code ...
Apr 1 '20
Awesome series! Really. Thanks. I can't seem to log myImmu...
Mar 1 '20
asdf plugin list all works! ➜ tweets-and-users [master*]...
Jan 24 '20
Running asdf opam list-all doesn't seem to work for me. Get...
Have you found any good example repos you were able to refe...
Jan 19 '20
So what is NIM about? A teaching language? I didn't find an...
If you had asked me before yesterday, I would not have been...
Jan 13 '20
You are a great writer. Please keep writing tutorials, the ...
All about esy brother. Those dudes are ocaml/npm alchemists...
What is it to add the second type using and doesThisExist = {...
Jan 8 '20
@johnridesabike are you on twitter?
Jan 7 '20
Question: When I through the alertType into an editor: typ...
Oct 28 '19
This is where I keep getting stuck. I can't figure out how...
Please don't let this be all, brother. I have tried at vari...
Thanks for taking the time, sir. I can't get this to run fo...
Oct 15 '19
Could you get the values out of your book reviews map in yo...
Sep 25 '19
Greeting Ms. Krutikova, Thanks again for taking the time t...
Sep 24 '19
Danka, sir. Also missed this link github.com/moroshko/bs-bl...
Sep 23 '19
Indeed you did. In your post you had it assigned to a funct...
You didn't use the hook in the app after all that?!?!? For...
Question. How do you get the data into the ui from Belt.Map...
Never heard of Belt containers. Thanks for the post.
In your BetterString example, how do we know which includes...
external applesToFruits: apples => fruits = "%identity";...
typo maybe? Should we change fruit to fruits here: let ea...
Greetings, sir. I tossed this code into a file and got this...
github.com/idkjs/reason-neon-clock ported to #ReasonML. Tha...
Sep 13 '19
Brother. Is this applicable to reasonml? Waiting on all you...
Sep 6 '19
Solution is tracking the foreign keys on your tables. See:d...
Jun 21 '19
Looks like you don't have the user field set up on posts ty...
If you are caught up on setting up the lamda, here is an ex...
Apr 24 '19
Thanks for this, Vladimir. A few questions. How did you get...
Apr 23 '19
Absolutely fantastic. Woke up this morning having to get Ho...
Apr 16 '19
Also didnt work until i updated react-jsx": 2 to react-jsx"...
What version of bs-platform are we using here to get react-...
All 46 comments
How does ReScript affect me?
Worth noting that reasonml projects which have reason-react a...
Dungeon & Dragons & Functors
Absolutely fantastic. Thank you. I had to port it to reason t...
npx bsconfig.json
Absolutely. Dead simple to reproduce for other configs. Thank...
Building an RSS Microservice with Deno and GraphQL
after running this: ❯ deno run --allow-net src/index.ts Ch...
Building an RSS Microservice with Deno and GraphQL
Typos: deno run --allow-net src/index.ts ctx.response.b...
A journey into Reason Mobile
Nice.
How to create a Weather App in Reason and React
Brother @kelvinmai , what is that terminal onclick over the t...
Learning ReasonML The Hard Way
It is bonkers! I need some structure to get focused. If not, ...
Dune in Luv, ReasonML and Dune
@austin what image is not rendering, brother?
Effector: we need to go deeper
Bookmarked. Thank you, sir, for teaching me.
Dune in Luv, ReasonML and Dune
There is no ReasonML without OCaml, brother. That is the trut...
“Learning to Learn [Efficient Learning]: Zero to Mastery” - Course Review and Notes
I was just looking at this last week to speed up this code ...
Immutable Updates of Objects in Reason
Awesome series! Really. Thanks. I can't seem to log myImmu...
Step-by-Step Guide to Manage OCaml Installations With asdf
asdf plugin list all works! ➜ tweets-and-users [master*]...
Step-by-Step Guide to Manage OCaml Installations With asdf
Running asdf opam list-all doesn't seem to work for me. Get...
TIL: Objects in Nim
Have you found any good example repos you were able to refe...
TIL: Objects in Nim
So what is NIM about? A teaching language? I didn't find an...
Hello World with OCaml and ReasonML
If you had asked me before yesterday, I would not have been...
Domain Modeling with Tagged Unions in GraphQL, ReasonML, and TypeScript
You are a great writer. Please keep writing tutorials, the ...
Hello World with OCaml and ReasonML
All about esy brother. Those dudes are ocaml/npm alchemists...
Optional chaining in Reason
What is it to add the second type using and doesThisExist = {...
Optional chaining in Reason
@johnridesabike are you on twitter?
Reason(React) Best Practices - Part 3
Question: When I through the alertType into an editor: typ...
Reason(React) Best Practices - Part 3
This is where I keep getting stuck. I can't figure out how...
Reason(React) Best Practices - Part 3
Please don't let this be all, brother. I have tried at vari...
How to handle a nodeback in ReasonML
Thanks for taking the time, sir. I can't get this to run fo...
BuckleScript and association lists
Could you get the values out of your book reviews map in yo...
Modelling remote data in ReasonReact
Greeting Ms. Krutikova, Thanks again for taking the time t...
Reason(React) Best Practices - Part 1
Danka, sir. Also missed this link github.com/moroshko/bs-bl...
ReasonReact context explained in action
Indeed you did. In your post you had it assigned to a funct...
ReasonReact context explained in action
You didn't use the hook in the app after all that?!?!? For...
BuckleScript Belt’s Map and Set: customizing key types
Question. How do you get the data into the ui from Belt.Map...
Introduction to BuckleScript's Belt containers: map, hashmap, & set
Never heard of Belt containers. Thanks for the post.
Reason(React) Best Practices - Part 1
In your BetterString example, how do we know which includes...
Reason(React) Best Practices - Part 1
external applesToFruits: apples => fruits = "%identity";...
Reason(React) Best Practices - Part 1
typo maybe? Should we change fruit to fruits here: let ea...
How to handle a nodeback in ReasonML
Greetings, sir. I tossed this code into a file and got this...
Making a Neon Clock using React Hooks
github.com/idkjs/reason-neon-clock ported to #ReasonML. Tha...
Lift functions up into the module level
Brother. Is this applicable to reasonml? Waiting on all you...
Building blog CMS in ReasonML with GraphQL and Serverless using Hasura
Solution is tracking the foreign keys on your tables. See:d...
Building blog CMS in ReasonML with GraphQL and Serverless using Hasura
Looks like you don't have the user field set up on posts ty...
Using Amplify CLI for adding Auth to your Hasura GraphQL engine
If you are caught up on setting up the lamda, here is an ex...
Using Amplify CLI for adding Auth to your Hasura GraphQL engine
Thanks for this, Vladimir. A few questions. How did you get...
ReasonML with React Hooks Tutorial — Building a Pomodoro Timer
Absolutely fantastic. Woke up this morning having to get Ho...
ReasonML with React Hooks Tutorial — Building a Pomodoro Timer
Also didnt work until i updated react-jsx": 2 to react-jsx"...
ReasonML with React Hooks Tutorial — Building a Pomodoro Timer
What version of bs-platform are we using here to get react-...