This is just the foothold I need to get started making projects in F#. Thank you so much for this.
@JoVanEyck9 ай бұрын
That's awesome! Do let me know if you end up building something in F#, it's amazing to see more and more people build real stuff with it!
@johnprincipes80589 ай бұрын
Finally! Something real world style in F#.
@Zainjerr5 ай бұрын
YES YES YES! This is exactly what I needed! This series is a gem I hope this helps further the adoption of F# by mainstream developers
@mattgreer69729 ай бұрын
Thank you for keeping your stuff-ups in the video--it's so reassuring to see someone making the same mistakes I do--installing Nuget packages into the wrong project (and fix by copying and pasting project config) or getting backslashes and forward slashes muddled up. I suppose that almost everyone does this kind of thing, but it's so rare to actually see it--made me feel much better about myself! Will definitely be following along--looking forward to more (especially persistence and data-validation). :)
@JoVanEyckАй бұрын
Thanks for the feedback! That's exactly what I'm trying to showcase with my current advent of code live-coding series. Even the most experienced engineers struggle from time to time, most content createos just cut those bits out out in post 😀
@davecook18059 ай бұрын
Perfect timing! Planning on spiking out this exact thing with a few of the team this week!
@JoVanEyck9 ай бұрын
Oh that's awesome! How did it turn out?
@donarnold88119 ай бұрын
Thanks for introducing me to Unquote! I'm really looking forward to further installments in this series!
@JoVanEyck9 ай бұрын
You're welcome, thanks for tuning in!
@codewithkv9 ай бұрын
This is awesome! Excited to build with F#
@JoVanEyck9 ай бұрын
Thanks! Are you building something yourself?
@codewithkv9 ай бұрын
@@JoVanEyck I'm using Giraffe to build a simple dashboard to display market data for stocks and crypto. Trying to apply the knowledge gained from your video and other sources.
@robhunt83789 ай бұрын
Looking forward to the next episode. Any thoughts on Giraffe's current status and its most recent fork, Oxpecker?
@JoVanEyck9 ай бұрын
I did a liiiiittle bit of research before I picked giraffe. It's not maintained anymore and missing some crucial things I need when writing production apps (openAPI integration for one) which it currently lacks. Suave.io looked promising but the hello world docs did not even compile with the latest version which made me not dive too deeply. Oxpecker looks very interesting! I won't be migrating away from Giraffe in this series (yet?), but that's definitely one I would take into account next time I build an F# backend!