atlas news
    
Jordane Grenat : youtube
30  novembre     08h00
Discovering Supabase, a Firebase alternative based on PostgreSQL (part 2)
   Supabase is an alternative to Firebase based on PostgreSQL, that I’ve seeb a few weeks ago and wanted to try. In the first part, we’re started to live code a comments system for my personal website, fetching the comments directly from Supabase. In this second part, we’ll see how to create a new...
22  novembre     08h00
Code in the Unknown] Adding a "cancel" action to a chess game
   Elm makes it incredibly easy to add a quot;cancel quot; feature to any application, even when I’ve never seen the codebase in my life Let’s add that feature to a chess game for the easiest episode of Code in the Unknown so far
15  novembre     08h00
Discovering Supabase, a Firebase alternative based on PostgreSQL
   Let’s discover together Supabase, by adding a comment system to my personal website in Elm Supabase is an alternative to Firebase based on PostgreSQL, that I’ve seeb a few weeks ago and wanted to try. Let’s do this together during this live coding
25  octobre     07h00
Creating a Elm package for DatoCMS (last part)
   For the V of my personal website, I’m using DatoCMS a headless CMS which uses a custom format for its Structured Text editor called DAST. In this last video, let’s review and publish the package on the Elm registry My website: https: www.grenat.eu Final code after step : https: github.com...
18  octobre     07h00
Creating a Elm package for DatoCMS (part 3)
   For the V of my personal website, I’m using DatoCMS a headless CMS which uses a custom format for its Structured Text editor called DAST. In this third video, let’s display the rich text content My website: https: www.grenat.eu Final code after step : https: github.com jgrenat datocms...
11  octobre     07h00
Code in the Unknown] I add a bomb to Tetris
   In today’s Code in the Unknown, let’s add a bomb to a Tetris game I’ve never seen in my life We’ll see how a simple refactoring can make the change easy
04  octobre     07h00
Creating a Elm package for DatoCMS (part 2)
   For the V of my personal website, I’m using DatoCMS a headless CMS which uses a custom format for its Structured Text editor called DAST. In this second video, let’s go further by decoding custom blocks My website: https: www.grenat.eu Final code after step : https: github.com jgrenat...
27  septembre     07h00
Code in the Unknown] I add a feature to a Memory game
   Let’s take a Elm codebase that I’ve never seen in my life and add a new feature We’ll see that sometimes, with case expressions, it’s better to avoid the wilcard quot; quot; and be explicit To play the game: https: jgrenat.github.io pairs Final version: https: github.com jgrenat pairs My...
20  septembre     07h00
Creating a Elm package using Type and Test Driven Development (part 1)
   For the V of my personal website, I’m using DatoCMS a headless CMS which uses a custom format for its Structured Text editor called DAST. In this video, I’m starting to create a package to decode a JSON DAST document. We’re starting by designing the types, after what we’re doing some TDD to...
13  septembre     07h00
Code in the Unknown] I add a feature to an unknown Elm codebase of 2048
   Revealing Elm biggest strength with this code challenge: take a codebase that I’ve never seen in my life and add a new feature My website: https: www.grenat.eu Final version: https: github.com jgrenat elm tree master src
20  avril     11h43
Elm Regression Testing
   Introducing regression tests in Elm https: github.com jgrenat regression testing https: package.elm lang.org packages jgrenat regression testing latest Link to the refactoring kata: https: github.com jgrenat elm trivia refactoring