Build a simple REST API with Elixir | Part 4 public – 12 min read In the previous, we created all of our required endpoints, understood how to work with MongoDB and did some manual… Oct 31, 2022 Saswat
elixir Build a simple REST API with Elixir | Part 3 public – 8 min read Build a simple, production-ready REST API with MongoDB in Elixir without Phoenix. May 7, 2022 Saswat
elixir Build a simple REST API with Elixir | Part 2 public – 8 min read Build a simple, production-ready REST API with MongoDB in Elixir without Phoenix. Feb 7, 2022 Saswat
elixir Build a simple REST API with Elixir | Part 1 public – 11 min read Build a simple, production-ready REST API with MongoDB in Elixir without Phoenix. Feb 4, 2022 Saswat
A Forgotten History of Interfaces public – 11 min read Exploring the history of Interfaces to understand and build better interfaces. Nov 23, 2021 Saswat
Differential Synchronization with JSON Patch public – 10 min read Synchronize complex tree-like data structures (JSON) reliably and with low-latency with differential synchronization, while we wait for CRDTs. Nov 23, 2021 Saswat