Spotted Arrow

Tutorials

2022-11-26

Settting Up Webmentions

Implementing more open web protocols

Read more

2019-02-14

Writing Encoders/Decoders in ReasonML

Buckle Up đź’ş

Read more

2018-10-19

Let's Build a Simon Game in ReasonReact Pt. 6 Tidying it Up

Making it Look Good

Read more

2018-10-16

Let's Build a Simon Game in ReasonReact Pt. 5 User Input

The Business of Business Logic

Read more

2018-10-15

Let's Build a Simon Game in ReasonReact Pt. 4 Animations

The Most Interesting Part of This Series

Read more

2018-10-13

Let's Build a Simon Game in ReasonReact Pt. 3 Sounds

Go FFI Yourself!

Read more

2018-10-12

Let's Build a Simon Game in ReasonReact Pt. 2 Typed CSS

Typed CSS FTW

Read more

2018-10-02

Let's Build a Simon Game in ReasonReact Pt. 1 Randos

Functional Programming the Front-End with Reason and ReasonReact

Read more

2018-10-01

Convert a JS Object to a Reason Record in ReasonReact

Using BuckleScript…duh

Read more

2018-09-28

Getting Started with ReasonReact

Using bs-platform and webpack to build a development environment

Read more

2018-08-23

Create a FAC Component in ReasonReact

Funk as Child

Read more

2018-01-15

Let's Build a Random Quote Generator in Reason

Code Snippets to Help You Learn ReasonML and ReasonReact

Read more

2017-09-07

Let's Write Some Elm

Compiler Driven Development. Yeah, it's a thing!

Read more

2017-09-02

Less Redux Boilerplate with Union Types

Making the Impossible…Possible? An Attempt at Least

Read more

2017-08-28

Write React Components in PureScript with Pux

React Interop with PureScript and Pux

Read more

2017-08-25

Let's Build a Simon Game in PureScript Pt. 5 The Final Installment

Functional Programming the Front End with PureScript and Pux

Read more

2017-08-19

Let's Build a Simon Game in PureScript Pt. 4

Functional Programming the Front End with PureScript and Pux

Read more

2017-08-14

Let's Build a Simon Game in PureScript Pt. 3

Functional Programming the Front End with PureScript and Pux

Read more

2017-08-14

Let's Build a Simon Game in PureScript Pt. 2

Functional Programming the Front End with PureScript and Pux

Read more

2017-08-12

Let's Build a Simon Game in PureScript Pt. 1

Functional Programming the Front End with PureScript and Pux

Read more

2017-04-29

Let's Build a Local Weather App in Elm

Read more

2017-04-23

Let's Build a Random Quote Machine in Elm

Read more

2017-04-11

How to Map an Array (A Poem)

How to map you say,There are more than just three ways to map an array, But from just one language is not okay,Instead we will look at…

Read more

2017-04-09

Functional Programming in JS with Ramda: Arrays and Objects

If you don't know already arrays and objects in JS are mutable. That means that you can change the values of those objects without having…

Read more

2017-04-08

Functional Programming in JS with Ramda

Functional programming, or FP, is all the rage now in JavasScript. And for good reason. One of the main benefits of using an FP style is…

Read more

2016-11-09

How to use React's higher-order components

When React first hit the scene, it brought with it a new way of developing front-end architectures. It was regarded as the 'View' in…

Read more

2016-05-09

The Magic of Recursion

Read more

2016-04-07

JavaScript Libraries and APIs

Read more

2016-03-26

JavaScript Functions and the DOM

Read more

2016-03-25

JavaScript Functions and HTML5 Canvas

Read more