Anil Wadghule
  • About me
  • Talks
  • GitHub
  • Twitter

How to deploy Phoeinx application using AWS CodeBuild, CodeDeploy and CodePipeline

3 years ago 13 min read elixirlangphoenixframeworkawscodebuildcodedeploycodepipelinedeployment
In this post, we will see how we deploy the Phoenix application using AWS CodeBuild, CodeDeploy, and CodePipeline Steps Create a Phoenix app to deploy$ mix phx.new memories $ cd memories $ mix ecto.
Read Now Read Later
Anil Wadghule
By: Anil Wadghule

How to use Docker for local web app development

3 years ago 2 min read
In this article you will learn how to use Docker for local application development We are going to see how we can use Docker to run our application in Docker container but still
Read Now Read Later
Anil Wadghule
By: Anil Wadghule

How to use Elixir Phoenix with Janus WebRTC

4 years ago 1 min read
We will see in-depth How to use Phoenix as a Signalling server Writing Elixir client for talking with Janus How to write WebRTC code with JavaScript How to use the Janus Videoroom plugin
Read Now Read Later
Anil Wadghule
By: Anil Wadghule

Using Twilio TURN servers for your WebRTC app

4 years ago 1 min read
This post shows you how to create a simple Sinatra (Sinatra is a Ruby DSL for quickly creating web applications in Ruby with minimal effort) app to send you Twilio TURN servers, which
Read Now Read Later
Anil Wadghule
By: Anil Wadghule

How to add test coverage report to Phoenix project.

4 years ago 1 min read phoenixframeworkelixirlang
Phoenix is a web framework for Elixir language.  In this post, we will see how to add test coverage report support with excoveralls library. Follow below steps. Add excoveralls as a (Development) Dependency
Read Now Read Later
Anil Wadghule
By: Anil Wadghule
Newer Posts
Page 2 of 3
Older Posts
Anil Wadghule