Quick glance @ elixir 1.9 releases feature
https://medium.com/@blackode/quick-glance-elixir-1-9-releases-feature-b6dfce233e71
https://medium.com/@blackode/quick-glance-elixir-1-9-releases-feature-b6dfce233e71
Medium
Quick Glance @ Elixir 1.9 Releases feature
New mix task for Elixir releases
Something useless — redux implemented in elixir
https://medium.com/flatiron-labs/something-useless-redux-implemented-in-elixir-208ddb47f5db
https://medium.com/flatiron-labs/something-useless-redux-implemented-in-elixir-208ddb47f5db
Medium
Something Useless — Redux Implemented in Elixir
Because why not?
#elixir #phoenix #tailwindcss
Customise a new phoenix app (part 2 - style)
https://dev.to/mutablestate/customise-a-new-phoenix-app-part-2-style-1dh4
Customise a new phoenix app (part 2 - style)
https://dev.to/mutablestate/customise-a-new-phoenix-app-part-2-style-1dh4
DEV Community 👩💻👨💻
Customise a new Phoenix app (Part 2 - Style)
TL;DR try CustomPhx - GitHub in a new Phoenix project to automate Tailwindcss installation and HTML...
Aws architecture design for phoenix app
https://medium.com/3-elm-erlang-elixir/aws-architecture-design-for-phoenix-app-ac090acd91b3
https://medium.com/3-elm-erlang-elixir/aws-architecture-design-for-phoenix-app-ac090acd91b3
Medium
AWS architecture design for Phoenix app
Intro
Elixir on phoenix — smaller docker images
https://medium.com/@trnvntm/elixir-on-phoenix-smaller-docker-images-5fcda406a5f7
https://medium.com/@trnvntm/elixir-on-phoenix-smaller-docker-images-5fcda406a5f7
Medium
Elixir on Phoenix — Smaller docker images
When building docker containers, it is best practice to build small container images. Docker images that are smaller in size tend to have…
#elixir
Manage elixir versions like rvm & rbenv
https://dev.to/dmdropkick/manage-elixir-versions-like-rvm-rbenv-5f0h
Manage elixir versions like rvm & rbenv
https://dev.to/dmdropkick/manage-elixir-versions-like-rvm-rbenv-5f0h
DEV Community
Manage Elixir versions like RVM & Rbenv
. Tagged with elixir.
Setting up semantic ui on phoenix framework
https://medium.com/@fivetwentysix/setting-up-semantic-ui-on-phoenix-framework-2cbd1d9c135
https://medium.com/@fivetwentysix/setting-up-semantic-ui-on-phoenix-framework-2cbd1d9c135
Medium
Setting up Semantic UI on Phoenix Framework
I’m learning Phoenix and Semantic UI simultaneously and wanted to kick off a new project that has both of them in the mix.
Getting started with elixir’s ecto coming from ruby’s activerecord
https://medium.com/@fivetwentysix/getting-started-with-elixirs-ecto-coming-from-ruby-s-activerecord-5281b5a4ea1e
https://medium.com/@fivetwentysix/getting-started-with-elixirs-ecto-coming-from-ruby-s-activerecord-5281b5a4ea1e
Medium
Getting started with Elixir’s Ecto coming from Ruby’s ActiveRecord
Before we begin I should mention that the version of Phoenix I’m running this tutorial on is 1.4.8 which is the latest version at the time…
4 tips for mastering test-driven development
https://medium.com/wttj-tech/4-tips-for-mastering-test-driven-development-ac8b93357457
https://medium.com/wttj-tech/4-tips-for-mastering-test-driven-development-ac8b93357457
Medium
4 tips for mastering test-driven development
Need some guidance for the best way to carry out test-driven development (TDD)? Read on. Here, we share some useful tips, such as how to…
#elixir #phoenix #beginners
Building the go game in elixir: time travel and the ko rule
https://dev.to/appsignal/building-the-go-game-in-elixir-time-travel-and-the-ko-rule-4pei
Building the go game in elixir: time travel and the ko rule
https://dev.to/appsignal/building-the-go-game-in-elixir-time-travel-and-the-ko-rule-4pei
DEV Community
Building the Go Game in Elixir: Time Travel and the Ko Rule
Today, we continue with our Go game to add the ability to undo and redo moves and implement Go's ko rule.
#elixir #phoenix #userroles #migration
Real world phoenix | user roles | the explicit way
https://dev.to/kabisasoftware/real-world-phoenix-user-roles-the-explicit-way-21bf
Real world phoenix | user roles | the explicit way
https://dev.to/kabisasoftware/real-world-phoenix-user-roles-the-explicit-way-21bf
DEV Community
Real World Phoenix | User Roles | The Explicit Way
Welcome back! In the last episode of this series we implemented user authenticati...
Exploring performance of rails and phoenix for a url shortener
https://medium.com/@projct/exploring-performance-of-rails-and-phoenix-for-a-url-shortener-b12fee1d2cf8
https://medium.com/@projct/exploring-performance-of-rails-and-phoenix-for-a-url-shortener-b12fee1d2cf8
Medium
Exploring Performance of Rails and Phoenix for a URL shortener
I’m working on a workshop about using Phoenix for those who have recently learned Rails. I built a URL shortener API in both languages and…
Create dynamic sitemap.xml in elixir and phoenix
https://medium.com/@ricardoruwer/create-dynamic-sitemap-xml-in-elixir-and-phoenix-6167504e0e4b
https://medium.com/@ricardoruwer/create-dynamic-sitemap-xml-in-elixir-and-phoenix-6167504e0e4b
Medium
Create dynamic sitemap.xml in Elixir and Phoenix
I created a website for a construction company where they can sell their properties, I built it using Elixir and the Phoenix framework.
Many to many associations in elixir and phoenix
https://medium.com/@ricardoruwer/many-to-many-associations-in-elixir-and-phoenix-b4aa6d978f7b
https://medium.com/@ricardoruwer/many-to-many-associations-in-elixir-and-phoenix-b4aa6d978f7b
Medium
Many to many associations in Elixir and Phoenix
Well, I was creating the website of a construction company, so I had 2 schemas: properties and amenities. One property can have many…