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…
Getting started with elixir enums part-1
https://medium.com/elixirfun/getting-started-with-elixir-enums-part-1-e0804ee4099
https://medium.com/elixirfun/getting-started-with-elixir-enums-part-1-e0804ee4099
Medium
Getting started with Elixir Enums part-1
In Elixir, an enumerable is any data type that implements the Enumerable protocol. Lists ([1, 2, 3]), Maps (%{foo: 1, bar: 2}) and Ranges…
Building distributed apps: second approximation
https://medium.com/@vonmo/building-distributed-apps-second-approximation-f792b3fe893f
https://medium.com/@vonmo/building-distributed-apps-second-approximation-f792b3fe893f
Medium
Building distributed apps: second approximation
This article is the final one of the series about distributed reactive apps in Erlang/Elixir. In the first article you will find the…
Classical propositional logic in elixir
https://medium.com/@adolfont/classical-propositional-logic-in-elixir-bd18ceff2c93
https://medium.com/@adolfont/classical-propositional-logic-in-elixir-bd18ceff2c93
Medium
Classical Propositional Logic in Elixir
I am a professor and I teach Introduction to Logic for Computing. One of the subjects I teach is Classical Propositional Logic. I use a…