jamesrweb
I am a Polyglot Software Engineer focused on the web, an ardent Accessibility Advocate, amateur creative coder and an aspiring teacher.
@deutschefintechEarth 🗺️
Pinned Repositories
advent-of-code
My Advent of Code solutions.
codewars-api-client
A client for the Codewars API.
d3-projects
A collection of coding projects written with the d3.js library.
elm-aviary
An elm implementation of the birds from combinatory logic. Inspired by the Haskell Data.Aviary.Birds package.
elm-starter-kit
⚡ A batteries included starter kit for elm projects.
p5-projects
A collection of creative coding projects written with the p5.js library.
react
A wrapper component that allows you to utilise P5 sketches within React apps.
jamesrweb's Repositories
jamesrweb/codewars-api-client
A client for the Codewars API.
jamesrweb/d3-projects
A collection of coding projects written with the d3.js library.
jamesrweb/elm-aviary
An elm implementation of the birds from combinatory logic. Inspired by the Haskell Data.Aviary.Birds package.
jamesrweb/elm-starter-kit
⚡ A batteries included starter kit for elm projects.
jamesrweb/p5-projects
A collection of creative coding projects written with the p5.js library.
jamesrweb/accessible-html
view helpers enforcing accessible practices
jamesrweb/advent-of-code
My Advent of Code solutions.
jamesrweb/codewars-api
An API to fetch information from codewars about users, challenges and more.
jamesrweb/elm-lisp-interpreter
A Lisp interpreter written in Elm (WIP).
jamesrweb/elm.nanorc
A nano runtime configuration (RC) to allow syntax highlighting for Elm files.
jamesrweb/cognigy-chat
An example app I wrote for a technical test at Cognigy.
jamesrweb/elementary
A collection of common data structures and algorithms for everyday programming.
jamesrweb/elm-article
examples from an elm article as an example for stateful and stateless components.
jamesrweb/elm-combinators
A combinatory logic library for ELM.
jamesrweb/elm-cqrs
A CQRS library to support separation of commands and queries on the type level.
jamesrweb/elm-game-of-life
The Game of Life - written in Elm.
jamesrweb/elm-iso8601-date-strings
Convert between ISO-8601 date strings and Time.Posix
jamesrweb/elm-routing-talk
Code for a talk I presented about routing in ELM.
jamesrweb/elm-websockets
A websocket app written with elm.
jamesrweb/encoders-decoders
An example of using encoders and decoders to have type safe third party data in ELM.
jamesrweb/github-token-app
An app where I use the Github API (via Octokit) to test different possibilities.
jamesrweb/jamesrweb
A meta repository for non-code files related to me such as my profile README, etc.
jamesrweb/mms
An example app I wrote for a technical test at Media Markt Saturn.
jamesrweb/php-api-base
A base project I adapt when I build simple APIs in PHP.
jamesrweb/symbols
A script to generate a single symbol definitions file from a directory of svgs.
jamesrweb/temperature-converter
A temperature conversion app written in ELM.
jamesrweb/temperature-gauge
An example app I wrote for a technical test at Beyonnex.
jamesrweb/websocket-chat
A websocket chat app with support for multiple users.
jamesrweb/word-finder-sql-challenge
An example app I wrote for a technical test at Homa Games.
jamesrweb/wordle-engine
A wordle engine implemented in PHP.