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
Notes on Elixir: Templating with EEx
Using EEx for configuration templating.
https://bordeltabernacle.github.io/2016/02/12/notes-on-elixir-templating-with-eex.html
How to setup CI to run Phoenix projects
How to configure a CI server with Ansible to run a Phoenix test suite.
http://blog.plataformatec.com.br/2016/02/how-to-setup-ci-to-run-phoenix-projects
Callbacks in the database (Postgres)
Somebody pointed out that counter cache should be done directly in the database. Here’s how you achieve this.
https://medium.com/@kaisersly/callbacks-in-the-database-postgres-5bb4ae3f4fd9#.h25abfwju
Composable, testable, adapter based email
Announcing Bamboo. Composable, testable, adapter based mail. Works out of the box with Phoenix views and layouts. The newest version will be released to hex soon!
Elixir Deployment book survey
I’ve been deploying a few small projects, and finding there is still lots of pieces of knowledge spread around the place, much like rails was once upon a time. I want to write up some best practises and turn it in to a book, and I’m looking for your help on what you would like to learn
