
Elixir Fundumentals
Covering the basics Elixir has truthy and falsy Boolean conditionals. I feel right at home Variable assignment can only happen on the left s...
Radio and PodcastLive Radio & PodcastsOpening Radio and Podcast...

Radio and PodcastLive Radio & PodcastsFetching podcast shows and categories...
Radio and PodcastLive Radio & PodcastsFetching podcast episodes...

A podcast about using Elm coming from Javascript and other languages

Covering the basics Elixir has truthy and falsy Boolean conditionals. I feel right at home Variable assignment can only happen on the left s...

Deploy Missing Piece Need for distillery to run migrations on deploy We need to create release tasks that will go in the root of lib. That w...

The layout and details Routes / root of the app will eventually be an aggregate of incoming from Micro.Blog + our own feed (maybe) /profile...

Auth I have no desire to roll my own. While a lot can be learned from this type of exercise, it is not something I want to get hung up on. P...

AppEngine Remember what started us down the path of managing a kubernetes cluster in the first place? No, it wasn't our own sadistic desire...

Cuts ipv6: this was in the When to set config AWS is a jungle So.. I guess I need docker 🙄 GCP cloud_sql connection Creating docker image C...

Building it locally Easy enough to get it running with the instructions from Elixir and Phoenix Problems with Postgres install and running p...

Elm In the Spring Videos are up LINK Announcing Elm UI-Explorer I was gonna steer clear of this topic after initially reading the post by Ch...

Covering the current state of open source support both monetarily and emotionally to those that put in so much work and effort that everyone...

We set out this with a theme this year. Not a resolution, but an idea of something tangible that wanted to accomplish or do better in our ef...

CFP for Elm-Conf You have sometime to get a proposal in. I'd love to hear what you have to say about your latest Elm or functional related a...

Elm in the Spring A huge shoutout and thank you to the organizers: Blake Thomas @dijjnn Alex Koppel @arsduo Caroline Artz @carolineartz also...

From Page to Component Keeping our application modular, that means components Not your React Components Basically an Elm app that doesn't ex...

Routing in Elm I realize now, just how frustrated people get when learning n framework or language. For me that monster is routing in Elm. B...

Co-organizer of Elm in the Spring Sponsers eSpark Learning Hubtrain NoRedInk Span Tree Work at NoRedInk? Trying to outdo each other for conf...

Elm in the Spring Elm in the Spring is a single-track, single-day conference for developers who love Elm. Whether you're an Elm expert scali...

Kind of a fan Gets me excited Invert / extravert I do like to travel Conference Talking Babel Plugin Macros Macros Their usefulness Possible...

Conference Talking Babel Plugin Macros Macros Their usefulness Possible Futures Metaprogramming in air quotes Follow JavaScript to Elm Twitt...

Learning or Building ? So which is it, learning or building? They say the best way to learn something is to dive in and build something. Str...

bit of history Macros can be used to make tasks less repetitive by representing a complicated sequence of keystrokes, mouse movements, comma...

Finally Ready to Go We've got our environment all set up so let's get going! Steps A new stack project using the template stack new my-haske...

Serverless Call it whatever you want. I just like the lack of sysAdmin work there is to do. That being said. I just recently spent a silly a...

Year of Content 30 Days In Should have been called the year things I don't feel I am good at. Like CSS Devops CI/CD Pipeline Things I've lea...

Making progress for conference rejections I didn't want this to be a, look over here I'm struggling with Haskell episode, or that I chose to...

Haskell IO Doing the exercises Haskell read, let's us take a String IO and read out a Double 2 value assignments in the where clause, but go...

It as dawned on me as I have tried to find a better way to number, categorize this episodes, that each unit has about a dozen lessons. So Un...

What is a Theme and why it's important First themes are not New's Years Goals, more of an over arching Idea I've seen some good and interest...

Rounding off algebraic data types! Monoids So like we talked last week, about Semigroup, now we're gonna add a little bit to that, requiring...

Now on to programming with Types, Things are getting pretty good. Creating types with and | or Semigroups Parameterized Types The Maybe type...

Follow up Elm does not currently support type classes. Does it need to? Using TypeClasses Implement your own type classes Understand polymor...

Into to Types Basic types this is where we get the : : and then the variable definition, we tried assignment, something to differentiate it...

Corrections and feedback WOW, didn't even mention immutability last week. When? at any point? Ever! Several of the examples we went over wou...

Unit 1 Functions Haskell does not allow side effects Must return a value Interesting that you can't do x++ because every time you do it on t...

Sticking with Haskell Not really wanting to do JS at work, daily. I want to understand the underlying workings of it. I want more stable, el...

Types of Learners What I meant by 'Academic' last week. As opposed to 'Practical'. This, was a poor juxtaposition to put the things that hav...

Parametric Types Defining type signatures with parameters that are themselves valid types. Something like List Int would generally describe...

yeah, so dependent types? > In computer science and logic, a dependent type is a type whose definition depends on a value. A "pair of int...

Didn't make it the Goal and that's ok. We made a ton of progress. I mean a ton We have a better handle on Routing, parsing, decoding I feel...

Getting Through the routing Elm wasn't updating when the URL changed. Probably bc we weren't telling elm, only the react router. D'oh Elm Na...

Getting over the hump for Routing We tired several attempts to define or explain routing in Elm, with varying degrees of success, mostly fai...

Convert all the Components Things I did before I got started updated Typora, my markdown writer updated VSCODE messed around with my Hyper T...

All the things Learning Haskell Better Type and Functional understanding Better understanding of Elm and the Elm compiler Learning Rust Micr...

Web Components..still We're gonna get it this time…promise Remember the Goals Create custom element Get Elm to see and use custom 'text' ele...

It's Here, the release of Elm 0.19 Elm-Conf is soon!!!! Come join me Quick Hits function-level dead code elimination Across the entire ecosy...

House Keeping merge to master, keep better branches even for projects of 1 Doin' code reviews on yourself Actually Using A Web Component The...

buckle script 3.2 OCaml to JS compiler Babel for oCaml Reason is a transformer FFI Two way transpire ?!? PPX's First class support for JSX ?...

What is web component Web components are a set of web platform APIs that allow you to create new custom, reusable, encapsulated HTML tags to...

Do it already?!?!? What's the hold up? I needed to make a list. So here it is, let's go through it. Elm Conf Site Videos from last year Spea...

Little Details We've done some great refactor work, but forgot one of the rules to our project. Keep it working, keep it in production. And...

Steps Get it working Get onSubmit to POST to the API And onChange for the file input to do the PORT access to FileRead() that we build. Reme...