#elixir
Thoughts on a new distributed systems language (or languages)
https://medium.com/@gordonguthrie/thoughts-on-a-new-distributed-systems-language-or-languages-653d3d86f0fd
Thoughts on a new distributed systems language (or languages)
https://medium.com/@gordonguthrie/thoughts-on-a-new-distributed-systems-language-or-languages-653d3d86f0fd
Medium
Thoughts On A New Distributed Systems Language (or languages)
I wrote previously about being hired to write a new dist-sys programming language for Wayfair in Berlin and my thoughts on what that would…
#beginners #elixir #graphql #absinthe
Absinthe journey with wolfiton or how to bring the absinthe tutorial up to date- part 7 the user
https://dev.to/wolfiton/absinthe-journey-with-wolfiton-or-how-to-bring-the-absinthe-tutorial-up-to-date-part-7-the-user-58
Absinthe journey with wolfiton or how to bring the absinthe tutorial up to date- part 7 the user
https://dev.to/wolfiton/absinthe-journey-with-wolfiton-or-how-to-bring-the-absinthe-tutorial-up-to-date-part-7-the-user-58
DEV Community
Absinthe Journey with Wolfiton or How to Bring the Absinthe Tutorial UP to Date- Part 7 The User
Hi everyone Series navigation PART 1 Introduction PART 2 Foundation PART 3 The Walls PART 4 The Door...
#elixir #engineering
Building a nerves lullaby player
https://dockyard.com/blog/2020/03/18/building-a-nerves-lullaby-player
Building a nerves lullaby player
https://dockyard.com/blog/2020/03/18/building-a-nerves-lullaby-player
#elixir
Ancient egyptian multiplication with elixir using recursion — with a twist
https://medium.com/@houmanka/ancient-egyptian-multiplication-with-elixir-using-recursion-with-a-twist-f8e64ca2f70d
Ancient egyptian multiplication with elixir using recursion — with a twist
https://medium.com/@houmanka/ancient-egyptian-multiplication-with-elixir-using-recursion-with-a-twist-f8e64ca2f70d
Medium
Simplified Ancient Egyptian Multiplication with Elixir using Recursion — Part 1
Recursion is a very strong feature in Functional Languages.
#elixir
Anyone for waffles? an open-source file upload library for elixir
https://medium.com/@IuriiGurzhii/anyone-for-waffles-an-open-source-file-upload-library-for-elixir-4c9a813d206f
Anyone for waffles? an open-source file upload library for elixir
https://medium.com/@IuriiGurzhii/anyone-for-waffles-an-open-source-file-upload-library-for-elixir-4c9a813d206f
Medium
Anyone for Waffles? An open-source file upload library for Elixir
Do you work on Elixir projects that need to handle file uploads from users?
#elixir
Simplified ancient egyptian multiplication with elixir using recursion — part 2
https://medium.com/@houmanka/simplified-ancient-egyptian-multiplication-with-elixir-using-recursion-part-2-20fc05ad26a7
Simplified ancient egyptian multiplication with elixir using recursion — part 2
https://medium.com/@houmanka/simplified-ancient-egyptian-multiplication-with-elixir-using-recursion-part-2-20fc05ad26a7
Medium
Simplified Ancient Egyptian Multiplication with Elixir using Recursion — Part 2
Glad to see back :)
#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).