Skip to content
View joshuakfarrar's full-sized avatar
💻
Purely Functional
💻
Purely Functional

Organizations

@usagov
Block or Report

Block or report joshuakfarrar

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
joshuakfarrar/README.md
  • 👋 Hi, I’m @joshuakfarrar
  • 👀 I work in software and government
  • 🌱 I’m learning Scala and Haskell, mathematics and statistical inference, español.
  • 📈 Data engineering is the key to unlocking the potential of machine learning
  • ⚙️ I do DevSecOps-type work, including Kubernetes and containerization, and ETL
  • Code samples on Gist: https://gist.github.com/joshuakfarrar/0048f6c93808ca7cdf6bba6f52516bed

Pinned

  1. using the StateT Monad, we are able ... using the StateT Monad, we are able to interleave IO into our recursive simulation of State transitions
    1
    import scala.util.Random
    2
    
                  
    3
    import cats.data.State
    4
    
                  
    5
    object Deck {
  2. apollo apollo Public

    Apollo is a type-safe framework for ambitious web applications.

    JavaScript

  3. scalatron scalatron Public

    A simple perceptron that learns to predict coin flips.

    Scala 1