#elixir #phoenix #phoenixframework #pushstate
Phoenix liveview — change the url without refreshing the page
https://medium.com/@asusmel/phoenix-liveview-change-the-url-without-refreshing-the-page-f4b8e83c1947
Phoenix liveview — change the url without refreshing the page
https://medium.com/@asusmel/phoenix-liveview-change-the-url-without-refreshing-the-page-f4b8e83c1947
Medium
Phoenix LiveView — Change the URL without refreshing the page
It’s now possible to try the pushState support available in Phoenix LiveView (which, remember, is still in beta) With Phoenix LiveView we can easily update parts of the page without having to change…
#javascript #websocket #elixir #bachelor_of_science #thesis
Multi-directional real-time creative collaboration platform based on websockets
https://medium.com/homullus/multi-directional-real-time-creative-collaboration-platform-based-on-websockets-c2636e736cd1
Multi-directional real-time creative collaboration platform based on websockets
https://medium.com/homullus/multi-directional-real-time-creative-collaboration-platform-based-on-websockets-c2636e736cd1
Medium
Multi-directional real-time creative collaboration platform based on WebSockets
BSc Thesis, Middlesex University London, SAE Institute Belgrade
#phoenix #liveview #elixir #pushstate
Phoenix liveview pushstate support – change the url without refreshing the page
https://dev.to/alvisesus/phoenix-liveview-pushstate-support-change-the-url-without-refreshing-the-page-og7
Phoenix liveview pushstate support – change the url without refreshing the page
https://dev.to/alvisesus/phoenix-liveview-pushstate-support-change-the-url-without-refreshing-the-page-og7
DEV Community
Phoenix LiveView pushState support – Change the URL without refreshing the page
Phoenix LiveView pushstate support bring the ability to change the URL without re...
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...