Easy Questions / Beginners Thread (Week of 2022-04-04)

This page summarizes the projects mentioned and recommended in the original post on /r/elm

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • elm-markdown

    Extensible markdown parser with custom rendering, in pure Elm.

  • -- Based on https://github.com/dillonkearns/elm-markdown/blob/master/src/Markdown/Html.elm#L178 mytag : String -> view -> Renderer view mytag expectedTag a = Markdown.HtmlRenderer.HtmlRenderer (\tagName attributes children -> if tagName == expectedTag then Ok a else Err ("Expected " ++ expectedTag ++ " but was " ++ tagName) )

  • AdviceSlip

    A demo app that sends HTTP requests with a cache-busting query string

  • If you get stuck → https://github.com/sandydoo/AdviceSlip/blob/main/src/Main.elm

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts