#apprun #javascript #elixir #websockets
Create a phoenix liveview like app in js with apprun
https://dev.to/yysun/create-a-phoenix-liveview-like-app-in-js-with-apprun-dc8
Create a phoenix liveview like app in js with apprun
https://dev.to/yysun/create-a-phoenix-liveview-like-app-in-js-with-apprun-dc8
DEV Community
Create a Phoenix LiveView Like App in JS with AppRun
A step by step instruction to create WebSockets based AppRun Applications
#elixir #postgres #postgis
Playing with gpx tracks in elixir and postgis
https://dev.to/caspg/playing-with-gpx-tracks-in-elixir-and-postgis-24kj
Playing with gpx tracks in elixir and postgis
https://dev.to/caspg/playing-with-gpx-tracks-in-elixir-and-postgis-24kj
DEV Community
Playing with GPX tracks in Elixir and PostGIS
Lately, I've been thinking about the idea of creating a web app for storing and visualizing my cycle...
#elixir #phoenix
Link phoenix debug page stack trace to your editor
https://dev.to/atyborska93/link-phoenix-debug-page-stack-trace-to-your-editor-4p46
Link phoenix debug page stack trace to your editor
https://dev.to/atyborska93/link-phoenix-debug-page-stack-trace-to-your-editor-4p46
DEV Community
Link Phoenix debug page stack trace to your editor
You can configure Plug.Debugger to generate links that open the line that caused the error in your editor.
#elixir #commandline #erlang #terminal
Writing a command-line application in elixir
https://dev.to/zorbash/writing-a-command-line-application-in-elixir-c9n
Writing a command-line application in elixir
https://dev.to/zorbash/writing-a-command-line-application-in-elixir-c9n
The DEV Community
Writing a Command-Line Application in Elixir
I've always been fascinated by well-made applications for the terminal. Who doesn't install htop on a...
#elixir #webdev #beginners
Building compile-time tools with elixir's compiler tracing features
https://dev.to/appsignal/building-compile-time-tools-with-elixir-s-compiler-tracing-features-35b4
Building compile-time tools with elixir's compiler tracing features
https://dev.to/appsignal/building-compile-time-tools-with-elixir-s-compiler-tracing-features-35b4
DEV Community
Building Compile-time Tools With Elixir's Compiler Tracing Features
Elixir 1.10 was recently released, and with that release came a little-known, but very interesting fe...
#elixir
Arduino companions for nerves devices (part 2)
https://medium.com/@luisgabrielroldan/arduino-companions-for-nerves-devices-part-2-4aded616e88d
Arduino companions for nerves devices (part 2)
https://medium.com/@luisgabrielroldan/arduino-companions-for-nerves-devices-part-2-4aded616e88d
Medium
Arduino companions for Nerves devices (Part 2)
On this article we explain how to update an Arduino companion firmware and start to interact with it using an Elixir native tool.
#elixir
Elixir genservers for web developers
https://medium.com/@damonvjanis/elixir-genservers-for-web-developers-255d37a3699c
Elixir genservers for web developers
https://medium.com/@damonvjanis/elixir-genservers-for-web-developers-255d37a3699c
Medium
Elixir GenServers for Web Developers
I want to share some thoughts and opinions about Elixir GenServers for developers writing web applications (probably with Phoenix).
#elixir
A collection of tips for elixir’s interactive shell (iex)
https://medium.com/@merajulislam/a-collection-of-tips-for-elixirs-interactive-shell-iex-bff5e177405b
A collection of tips for elixir’s interactive shell (iex)
https://medium.com/@merajulislam/a-collection-of-tips-for-elixirs-interactive-shell-iex-bff5e177405b
Medium
A Collection of Tips for Elixir’s Interactive Shell (IEx)
It’s been a while since I last wrote about Elixir or Phoenix. So, when I thought about resuming my writing on Elixir, I thought I should…
#elixir
Russian peasant multiplication — with elixir — part 2
https://medium.com/@houmanka/russian-peasant-multiplication-with-elixir-part-2-a611f87bf690
Russian peasant multiplication — with elixir — part 2
https://medium.com/@houmanka/russian-peasant-multiplication-with-elixir-part-2-a611f87bf690
Medium
Russian Peasant Multiplication — with Elixir — Part 2
Recursion with Boundaries…
#elixir
Russian peasant multiplication — with elixir — part 3
https://medium.com/@houmanka/russian-peasant-multiplication-with-elixir-part-3-777e97e788b5
Russian peasant multiplication — with elixir — part 3
https://medium.com/@houmanka/russian-peasant-multiplication-with-elixir-part-3-777e97e788b5
Medium
Russian Peasant Multiplication — with Elixir — Part 3
If you have followed Part 1 and Part 2 you would know that we have decrement and increment are ready to go.
#elixir
Running the scenic elixir gui framework on windows 10 (using wsl)
https://medium.com/@jeffborch/running-the-scenic-elixir-gui-framework-on-windows-10-using-wsl-f9c01fd276f6
Running the scenic elixir gui framework on windows 10 (using wsl)
https://medium.com/@jeffborch/running-the-scenic-elixir-gui-framework-on-windows-10-using-wsl-f9c01fd276f6
Medium
Running the Scenic Elixir GUI Framework on Windows 10 (using WSL)
A native GUI framework for Elixir!? Boyd Multerer created this framework in 2018, but somehow I’ve missed it up until very recently…