Sign up to save your podcastsEmail addressPasswordRegisterOrContinue with GoogleAlready have an account? Log in here.
FAQs about Javascript to Elm:How many episodes does Javascript to Elm have?The podcast currently has 90 episodes available.
January 04, 201819: More than Just FunctionsThe idea of functional programing is more than just the use of functions, or functions as first class citizens. It is a real paradigm shift in the way we think about tackling problems with code. A lot of what brings me, and others, to Elm is the desire to learn and even more importantly use techniques that FP puts forth in our daily programing....more22minPlay
December 21, 201718: Ports by exampleIt’s time to dive right in with several uses of Ports in Elm, what better way than by example! Ports are Elms way of interacting with the outside world, currently with JavaScript, but the sky is the limit....more23minPlay
December 14, 201717: Ports: Playing well with othersWorking on Elm, but we still want to leverage our favorite library or something else from the vast ecosystem that is JavaScript or other languages. Is there a way to communicate across the boundries from Elm into JavaScript, and back, safely. There sure is, Ports! It is like JavaScript-as-a-Service....more25minPlay
December 07, 201716: Haskell for the Greater ElmWe Turn our attention back to Haskell to help us get the best possible foundation for really diggin’ into functional programing. For me, only after doing piles of short examples, does it sink in for me, it’s the repetition and console output that is key....more33minPlay
December 06, 2017Elm Conf 2017Elm Conf was a little more than a month ago. I didn’t get a chance to go, as I had already spent my conference capital, but Elm Europe is in July, and who knows? I wanted to discuss a few of the talks I found interesting, and share my thoughts....more26minPlay
November 30, 201715: Maybe, Just, and NothingMaybe is a container, union type, type constructor. So, um, what does that mean? In Elm, null and undefined are not valid types, so what do we do when we might not have something? Let’s figure it out, and when it’s useful....more31minPlay
November 22, 201714: WebassemblyTaking a look at webassembly. A new compilation that brings more than just JavaScript to the web,allowing memory managed apps like, C/C++ and Rust to be compiled down to assembly and run in the browser environment. This along side your current JavaScript code....more23minPlay
November 16, 201713: To Type or Not to TypeComing from JavaScript, as a tool I use everyday, one that powers so much of the web and beyond, I wanted to look at a comparison of what we get out of using static types in a language like Elm versus JavaScript. This was spured by a paper To Type or Not to Type: Quantifying Detectable Bugs in JavaScript Software Engineering (ICSE) by Zheng Gao, Christian Bird, Earl T. Barr....more32minPlay
November 09, 201712: Fetch & Decoding JSON Part-2We are there. Finally. Decoding Json. Things we have learned up til now are will culminate into fetching Json data from a server endpoint, and transforming that into type safe Elm to be able to use in our Elm applications....more35minPlay
November 02, 201711: Fetch & Decoding JSON Part-1One of the fundemental tasks of any web app, is to get, display, capture, save, manipulate, or otherwise man handle data from an http request. We are gonna dive into what that means for our model, our update function, and our sanity....more29minPlay
FAQs about Javascript to Elm:How many episodes does Javascript to Elm have?The podcast currently has 90 episodes available.