home.social

#functionalprogramming — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #functionalprogramming, aggregated by home.social.

  1. Blog - Shared Postgres Test Container with Expecto in FSharp

    I’m learning FSharp by creating a web application. I’ve cycled through lots of different ways of doing things, libraries, etc. Today I finally got my integration tests to use a single docker test contaner with the Expecto test framework. I couldn’t find a good example online of how to do it, so I’m sharing it here.

  2. Blog - Shared Postgres Test Container with Expecto in FSharp

    I’m learning FSharp by creating a web application. I’ve cycled through lots of different ways of doing things, libraries, etc. Today I finally got my integration tests to use a single docker test contaner with the Expecto test framework. I couldn’t find a good example online of how to do it, so I’m sharing it here.

  3. Blog - Shared Postgres Test Container with Expecto in FSharp

    I’m learning FSharp by creating a web application. I’ve cycled through lots of different ways of doing things, libraries, etc. Today I finally got my integration tests to use a single docker test contaner with the Expecto test framework. I couldn’t find a good example online of how to do it, so I’m sharing it here.

  4. Blog - Shared Postgres Test Container with Expecto in FSharp

    I’m learning FSharp by creating a web application. I’ve cycled through lots of different ways of doing things, libraries, etc. Today I finally got my integration tests to use a single docker test contaner with the Expecto test framework. I couldn’t find a good example online of how to do it, so I’m sharing it here.

  5. Problem of the day:

    Derive a fused function equal to `dupLast . dupLast` where

    dupLast [] = []
    dupLast [x] = [x,x]
    dupLast (x:xs) = x : dupLast xs

    Experienced functional programmers might see at a glance what the fused function looks like, but how do we derive it formally from the definition of `dupLast`?

    #haskell #functionalprogramming

  6. Navigating and Learning Data Access in FSharp

    I wrote a blog post about me getting in to FSharp web application development, but am having issues deciding how I want the data access to look. I’m very much open to feedback!

  7. Navigating and Learning Data Access in FSharp

    I wrote a blog post about me getting in to FSharp web application development, but am having issues deciding how I want the data access to look. I’m very much open to feedback!

  8. Where is programming headed?

    This article explores how concepts from functional programming have spread into “mainstream” languages and how increasing abstraction can reshape the way programmers work.

    Read here: lpi.org/ibe0

    [Disclaimer: This post includes an image created using AI.]

  9. Finishing my third and last #Fitness class of today —and the week.

    Here's a #workout if you feel like hugging yourself 12 minutes of your day:

    EMOM 12 (4 SETS) - 20"+20" active/20" rest
    1️⃣ Hollow Hold + Alt V'Ups
    Rest 20"
    2️⃣ Split Squats* (2⬇️ 1⬆️ ) R + L
    Rest 20"
    3️⃣ Dynamic Plank + Grass Hoppers
    Rest 20"

    *Add DB in Goblet for more intensity

    #cracsfit #fitnesscoaching #workouts #onlinefitnesscoaching #FunctionalProgramming #funcionaltraining