Posts

React on Rails with Webpack

A short guide to creating a React application in a Rails project. Uses webpack with Babel to transpile and bundle the application.
development software react rails webpack

Deploying a Rails App to AWS Using Ansible

A quick overview and sample codes on how I used Ansible to deploy a Rails application to AWS.
software development ansible devops automation

Custom Third Party OAuth2 Connections with Auth0

Short guide on how to authenticate to Auth0 using custom OAuth2 connection
software auth0 development javascript authentication