How to Set Up A CDN in Phoenix
Setting up Amazon CloudFront in Phoenix.
https://medium.com/infinite-red/how-to-set-up-a-cdn-in-phoenix-af89074e0a62#.peguua2fg
CI running Phoenix
How to setup CI to run Phoenix projects.
http://blog.plataformatec.com.br/2016/02/how-to-setup-ci-to-run-phoenix-projects/
Postgrex notifications
How to leverage Postgres’ LISTEN/NOTIFY pub/sub system in Elixir, using Postgrex.
https://medium.com/@kaisersly/postgrex-notifications-759574f5796e#.719uy4ig9
Elixir Phoenix Deployment
In this post, I’m going to explain how to deploy an Elixir Phoenix application on a VPS. We are going to use Elixir Release Manager (Exrm) for generating releases and all the necessary files to deploy our application.
Lint attributes in Credo v0.3.0
If you ever wondered how the @lint attribute works
@lint false
def my_function do
end
you can read all about it in my new blog post: Credo: Introducing Lint attributes
GroupManager in scalesmall now has encryption and better msg compression
While the scalesmall group manager progresses nicely I also added more background information about it in this post:
http://dbeck.github.io/Scalesmall-W14-More-Group-Manager-Information/
The major improvements are:
- security support, messages are now encrypted
- drastic reduction in message sizes
Switch Your Phoenix Apps to HTTPS
If you’re using dokku to deploy a phoenix application you can use LetsEncrypt to switch it to HTTPS in less than 5 minutes. https://blog.praveenperera.com/using-letsencrypt-to-switch-a-phoenix-app-deployed-with-dokku-to-https/
Ecto 2.0.0-beta.0 is out!
This blog post announces the release of Ecto 2.0 beta. That new version brings lots of goodies, like the possibility of running database tests concurrently.
http://blog.plataformatec.com.br/2016/02/ecto-2-0-0-beta-0-is-out
Publishing Model Changes to a Phoenix Channel
I publish model changes on a Phoenix Channel for near realtime updates in the front end.
http://learningelixir.joekain.com/pushing-model-changes-to-a-phoenix-channel/
In-Memory key/value lookups in Elixir
A really straightforward binding around ETS for use in Elixir by those familiar with a typical get/set pattern for in-memory key/value lookups.
Gender detection in Elixir
My first stab at an Elixir project.
Tells you the most likely gender of a person based on their first name.
The Elixir Forum goes live today!
If you’ve been thinking about learning Elixir, now’s the perfect time - because so many of us are going to be in the same boat. Why not drop by, say hi …and start your journey with us :-)
Materialized views in Ecto
How to create materialized views in Postgres and integrate them in Ecto.
https://medium.com/@kaisersly/materialized-views-in-ecto-8887bc89efa5#.9sgioy8sa
RethinkDB adapter for Ecto
I just published “RethinkDB adapter for Ecto”. https://almightycouch.org/blog/rethinkdb-adapter-ecto/
#elixirlang #myelixirstatus
Practical i18n with Phoenix and Elixir
Finally got this down in a post! Our experience with building i18n using Gettext and #phoenixframework. http://code.parent.co/practical-i18n-with-phoenix-and-elixir/
Phoenix, CircleCI, and Heroku walk into a bar…
Redux walkthrough on integrating a Phoenix project with CircleCI. Additionally helps keep a single source of truth for Heroku buildpack users.
Alternate Integer Primary Keys with Ecto
I just published a new tutorial on how to use auto-incrementing integer primary keys that are not just the id column with Ecto, based on a tricky scenario that myself and a co-worker tried to solve!
https://medium.com/@diamondgfx/alternate-integer-primary-keys-with-ecto-783ddb19cfba
Launched My First Elixir/Phoenix Project
Launched my first elixir/phoenix project. A simple web app which allows users to read/write reviews for doctors in Sri Lanka. Elixir/Phoenix on the backend, react for the live search and materializecss for css, deployed using Dokku. https://doctorsofsrilanka.com
