Introduction to Compiler Design and building one with Javascript

An introduction to the different phases used in compiler design with an example of building a mini compiler in Javascript

React and Webpack with Phoenix 1.6

A quick guide for setting up a new Phoenix 1.6 application to use Webpack and React

Token Authentication Using Guardian In Phoenix

How to implement a token based authentication system in a Phoenix API using Guardian

Session And Token Based Authentication Flows

An introduction to the different authentication flows between using a session or token based authentication system

Pattern Matching In Elixir

An introduction to Elixir's unique pattern matching behavior