The Wayback Machine - http://web.archive.org/web/20201205085953/https://github.com/lloydjatkinson
Skip to content
Avatar

Highlights

  • Arctic Code Vault Contributor

Pinned

  1. Vue.js filter for Numeral.js 🔢 🔣

    HTML 71 10

  2. Azure Function based REST API that returns fake data and sometimes fails. Designed for testing API error handling code.

    C# 1

  3. Code written while studying functional programming primarily with F#

    F#

  4. A Web Component written with Vue.js that fetches xkcd comics

    JavaScript 5

  5. A proof-of-concept showing reading sensor values and uploading to the Azure IoT Hub realtime service

    C# 3

  6. 1
    let fizzbuzz n =
    2
        match n % 3 = 0, n % 5 = 0 with
    3
        | true, false -> "Fizz"
    4
        | false, true -> "Buzz"
    5
        | true, true -> "FizzBuzz"

422 contributions in the last year

Dec Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Mon Wed Fri

Contribution activity

December 2020

9 contributions in private repositories Dec 2 – Dec 4

Seeing something unexpected? Take a look at the GitHub profile guide.

You can’t perform that action at this time.