• Stars
    star
    1
  • Language
    Haskell
  • License
    MIT License
  • Created over 4 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Example Web Hit Counter with Scotty and Monad Transformers

More Repositories

1

linq.ts

πŸŒ€LINQ for TypeScript
TypeScript
808
star
2

optics.js

πŸ”­ Lenses, Prisms and Traversals in JavaScript!
JavaScript
52
star
3

xcode-visual-studio-theme

A minimalist theme for Xcode with the look & feel of Visual Studio
44
star
4

babel-plugin-remove-test-ids

🐠 Babel plugin to strip `data-test-id` HTML attributes
JavaScript
41
star
5

reason-catstagram

🐈 Catstagram made with ReasonReact!
Reason
32
star
6

haskell-book

πŸš€My solutions to the Haskell Book exercises!
Haskell
27
star
7

aprende-react

βš›οΈ Starter files for my React.js workshop
CSS
25
star
8

superb-developer-titles

πŸ¦„ Get random cool/funky/weird developer titles
JavaScript
17
star
9

react-css-props

πŸ’…πŸΌ Dynamically turn your props into CSS clases!
JavaScript
14
star
10

elm-parcel-template

A template starter with bare bones Elm & Parcel 2 πŸŒ³πŸ“¦
Elm
12
star
11

elm-catstagram

🌳🐈 Catstagram in Elm!
Elm
12
star
12

functional-programming

βš™οΈ My personal collection of FP JavaScript functions!
JavaScript
11
star
13

es6-emitter

πŸš€ Smallest event emitter for JavaScript with all the power of ES6 Maps!
JavaScript
11
star
14

lambdas-everywhere

βš›οΈ My talk for React Alicante 2018
JavaScript
10
star
15

fpjs-workshop

⚑️ My workshop to teach FP principles in JavaScript
JavaScript
9
star
16

aprende-redux

Code for my Redux Workshop ⚑️
JavaScript
9
star
17

twitter-unfollow-bot

🐦 Twitter bot that lets you know when someone unfollows you!
JavaScript
7
star
18

functional-lenses

Slides for my Lambda World CÑdiz 2018 talk 𝝺🌍
JavaScript
7
star
19

typescript-algorithms

πŸ€“ A small set of algorithms as I learn them
TypeScript
6
star
20

elm-talk

Impossible states actually impossible in the frontend 🌳
MDX
6
star
21

urlish

πŸ”— An URI shortener made with Redis and the Reader Monad!
Haskell
5
star
22

pipeline-experiments

Experiments with the new pipeline operator πŸ€“
JavaScript
5
star
23

learn-graphql

My example code for learning GraphQL
JavaScript
5
star
24

ng2-timer

Angular 2 Timer
HTML
5
star
25

trolleys

πŸ›’ Haskell program to schedule trolleys and shifts randomly!
Haskell
4
star
26

haskell-kata

πŸ‘Ύ Code for my Haskell Kata for CodeWars and Maybe Twitch/Youtube!
Haskell
4
star
27

mu-haskell-berlin-fp-talk

Code example and slides for my talk in the Berlin Functional Programming Group
Haskell
4
star
28

argo

πŸ“‡ Zero-dep JSON parser with Haskell and Nix
Haskell
4
star
29

trolley-scheduler

πŸ“šHaskell program to schedule trolleys and shifts randomly!
Haskell
4
star
30

hangman

πŸ‘Ύ A hangman CLI game made in Haskell!
Haskell
4
star
31

morpheus-gql-library

Example of a GraphQL library app made with Morpheus
Haskell
4
star
32

reasonml-talk

What Happens If You Let The Creator of React Design a Programming Language
4
star
33

elm-wordle-twitch

Code for my "Replicating WORDLE in Elm" Twitch Stream! πŸ‘Ύ
Elm
4
star
34

learn-node

My repo for the LEARN NODE course by @wesbos
JavaScript
4
star
35

kutyel-hakyll

New personal website with Hakyll!
CSS
3
star
36

optics-by-example

Code for the exercises of Optics By Example solved on Twitch! πŸ‘Ύ
Haskell
3
star
37

what-is-a-monad-ts

Learn what Monadsℒ️ are in TypeScript!
TypeScript
3
star
38

elm-caesar-cipher

🌳Caesar Cipher made in Elm!
Elm
3
star
39

fp-typescript-workshop

πŸͺ Functional Programming in TypeScript!
TypeScript
3
star
40

flow-linq

⚑️ Another LINQ implementation in JavaScript, but with Flow annotations!
JavaScript
3
star
41

morse

πŸ€„οΈA morse translator in Haskell!
Haskell
3
star
42

thinking-with-types

⌨️ Solutions to the exercises of "Thinking With Types" in various programming languages!
Haskell
3
star
43

dev201x-final-project

Final project for edX Microsoft course: DEV201x Introduction to TypeScript, made with Angular 2!
TypeScript
3
star
44

essential-fsharp

Code for my reading of the "Essential F#" book
F#
3
star
45

TuentiChallenge8

πŸš€ My solutions to the Tuenti Challenge 8, always in JavaScript!
JavaScript
2
star
46

egghead-elm-ui

Code for my elm-ui egghead course
Elm
2
star
47

vscode-haskell-snippets

Useful VSCode Snippets if you use Haskell!
2
star
48

egghead

This is the code for all my egghead videos! ✨
JavaScript
2
star
49

rx-open-weather-map

Next.js + React + Redux + Redux-Saga app to display data from OpenWeatherMap's API
JavaScript
2
star
50

elm-bulma-dashboard

πŸ’…πŸΌ A playground with `elm-bulma`
Elm
2
star
51

elm-land-tailwindcss-template

Github template for elm-land with vanilla Tailwind CSS
Elm
2
star
52

react-rainbow

Rainbow generated with React 🌈
TypeScript
1
star
53

paella.js

This project will be awesome!
1
star
54

parcel-transformer-svg-elm

A Parcel 2 plugin to turn automatically SVGs into `elm/svg` ✨
TypeScript
1
star
55

haskell-challenge-1

My Haskell solution to a data science challenge. πŸ‘¨β€πŸ”¬
Haskell
1
star
56

JavaScript30

My Solutions To The 30 Day Vanilla JS Challenge
HTML
1
star
57

css-grid

🎨 My code for Wes Bos CSS Grid course!
HTML
1
star
58

miin-routine

πŸ’…πŸ» Have you taken care of yourself today?
Elm
1
star
59

browser-test-runner

A simple test runner for the browser (code challenge)
JavaScript
1
star
60

functional-light

My solutions to the Functional-Light JavaScript, v2 ⚑️
JavaScript
1
star
61

tuenti-challenge-6

Tuenti Challenge 6
Python
1
star
62

mdx-deck-footer

A simple footer for mdx-deck presentations
JavaScript
1
star
63

famous-painters

First Angular CLI App
TypeScript
1
star
64

category-theory

My exercises from Category Theory for Programmers πŸ€“
JavaScript
1
star
65

functional-playground

Repo with the code for my Twitch streams! ⚑️
JavaScript
1
star
66

catstagram-backend

Fake Backend for my Catstagram examples
JavaScript
1
star
67

evil-eye

A small JavaScript logger for Twitch/Youtube streams
JavaScript
1
star
68

SwiftNoteApp

My very first app in the Swift programming language. A really basic notes app talking to a simple Node.js API
Swift
1
star