Thank you! You're subscribed to our newsletter
You'll be first to know when we've published the next newsletter
Elixir
Monitoring Phoenix LiveView performance
Phoenix LiveView is a game changer for dynamic web application development. But what happens when we get serious traffic, and things slow down? What if we have some ambitious concurrency and latency requirements?
Rob Ellen
8 October 2021 – 13 min read
Elixir
High performance Numerical Elixir with Nx
Numerical performance of Elixir code has received a massive boost with the release of Nx - Numerical Elixir. This is an exciting addition to the Elixir ecosystem, read on to find out what you can do with it!
Rob Ellen
23 September 2021 – 4 min read
TypeScript
Intro to Functional Programming in TypeScript with FP-TS
FP-TS is a useful library for programming TypeScript with the full power of functional programming. It provides some very handy functional tools from Pipelines to Currying to make our TypeScript programs more elegant and robust.
Nicholas Hammond
13 October 2021 – 5 min read