Sunny KayBitCoin /Ethereum— BIP 0039 — Mnemonic PhrasesWhat are BIP 0039, 0032 and 0044?Jan 15, 2018Jan 15, 2018
Sunny KayVolt — An Elixir and Phoenix AppThis lists a series of steps that I took to learn and create an Elixir/Phoenix application. The Volt app will have email/password…Nov 27, 2016Nov 27, 2016
Sunny KayElixir/Phoenix — Error (Phoenix.Router.NoRouteError) no route found for GET /js/app.jsI keep getting the following error when I create a brand new Phoenix project via (mix phoenix.new proj)Nov 24, 2016Nov 24, 2016
Sunny KayDeployment pipeline — Deploy app to AWS ECS using AWS CLIAmazon ECS (EC2 container service) provides a highly scalable management service for running docker containers. ECS provides an incredibly…May 27, 20161May 27, 20161
Sunny KayDeployment pipeline — Docker build, tag, pushPart-1 created a continuous integration pipeline with Travis CI & Github integration. A commit/push to master will kick off a travis CI…May 24, 20162May 24, 20162
Sunny KayDocker deployment pipeline — Travis CI to AWSThis series walks through in creating a simple but robust deployment pipeline for a multi-tiered application consisting of WebUI, multiple…May 23, 2016May 23, 2016
Sunny KayDocker development workflow: Node, Express, MongoThis post attempts to document the steps required to create a decent microservices development workflow using Docker & Docker-compose for a…May 16, 201625May 16, 201625
Sunny Kayin@sunkay IMHODocker Data Volumes and data volume containers — Use CasesIt is tough to find pragmatic information on how to configure and use data volumes in docker images and containers. The following use case…May 14, 20161May 14, 20161
Sunny Kayin@sunkay IMHOCreate a Node Microservice — Part 2Extending from part-1, this uses the Dockerfile to create an image of the microservice container.Mar 21, 2016Mar 21, 2016
Sunny Kayin@sunkay IMHODocker — Create a Node Microservice — Part 1This super quick tutorial is to bootstrap a simple node express microservice using docker containers. I will list only the docker commands…Mar 21, 2016Mar 21, 2016