#functional_programming #elixir #javascript #programming #tech
How to learn elixir for hipster javascript developers
https://blog.bitsrc.io/how-to-learn-elixir-for-hipster-javascript-developers-f0352e579ac3
How to learn elixir for hipster javascript developers
https://blog.bitsrc.io/how-to-learn-elixir-for-hipster-javascript-developers-f0352e579ac3
Medium
How to Learn Elixir for Hipster Javascript Developers
Everyone knows Javascript. Your grandma, father-in-law, old college roommate… even your cat knows Javascript!
#elixir #software_engineering #phoenix_framework #ruby_on_rails #javascript
Why we choose elixir as the main technology for our startup?
https://medium.com/flipay/why-we-choose-elixir-as-the-main-technology-for-our-startup-30fe3b57ee31
Why we choose elixir as the main technology for our startup?
https://medium.com/flipay/why-we-choose-elixir-as-the-main-technology-for-our-startup-30fe3b57ee31
Medium
Why we choose Elixir as the main technology for our startup?
Elixir is one of the young programming languages people mentioned a lot. We have been working on Elixir and Phoenix for several months…
#javascript #typescript #elixir #store
Frontend store with the state on the elixir backend.
https://dev.to/nerdslabs/frontend-store-with-the-state-on-the-elixir-backend-551e
Frontend store with the state on the elixir backend.
https://dev.to/nerdslabs/frontend-store-with-the-state-on-the-elixir-backend-551e
DEV Community
Frontend store with the state on the elixir backend.
Frontend store with the state on the backend. You are able to mutate store state from the frontend and also from the backend. Whole communication going through WebSocket.
#javascript #phoenix #jquery #elixir
Add a progress bar in the phoenix file upload app
https://dev.to/alvisesus/add-a-progress-bar-in-the-phoenix-file-upload-app-28po
Add a progress bar in the phoenix file upload app
https://dev.to/alvisesus/add-a-progress-bar-in-the-phoenix-file-upload-app-28po
DEV Community
Add a Progress Bar in the Phoenix File Upload app
Import jQuery in a Phoenix app. Build a progress bar while sending a multipart form with Ajax and handling JavaScript upload progress events.
#javascript #elixir #puppeteer #react #graphql
Improving browser performance 10x
https://engineering.universe.com/improving-browser-performance-10x-f9551927dcff
Improving browser performance 10x
https://engineering.universe.com/improving-browser-performance-10x-f9551927dcff
Medium
Improving Browser Performance 10x
We improved the performance of the Universe.com homepage by more than 10 times. Let’s explore the techniques we used to achieve this…
#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
#specific #javascript #elixir #phoenix
Load specific js files in elixir and phoenix
https://dev.to/ricardoruwer/load-specific-js-files-in-elixir-and-phoenix-o57
Load specific js files in elixir and phoenix
https://dev.to/ricardoruwer/load-specific-js-files-in-elixir-and-phoenix-o57
The DEV Community
Load specific JS files in Elixir and Phoenix
First of all, I'd like to say that this post is based on that one: http://codeloveandboards.com/blog/...
#webdev #javascript #graphql #elixir
Interesting web technologies to follow in 2019
https://dev.to/jakeprins_nl/interesting-web-technologies-to-follow-in-2019-2pll
Interesting web technologies to follow in 2019
https://dev.to/jakeprins_nl/interesting-web-technologies-to-follow-in-2019-2pll
The DEV Community
Interesting Web Technologies to follow in 2019
// @NOTE: This was originally posted on Medium a year ago. The world of web development is constant...
#beginners #elixir #productivity #javascript
An intro to elixir from a javascript background
https://dev.to/ryanmoragas/an-intro-to-elixir-4k0d
An intro to elixir from a javascript background
https://dev.to/ryanmoragas/an-intro-to-elixir-4k0d
DEV Community
An Intro to Elixir from a JavaScript Background
Elixir is a functional programming language that extends the Erlang language, which is an older langu...
#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 #javascript #functional
Recursive approach to map and reduce: a thought experiment
https://dev.to/savagepixie/recursive-approach-to-map-and-reduce-a-thought-experiment-4dnh
Recursive approach to map and reduce: a thought experiment
https://dev.to/savagepixie/recursive-approach-to-map-and-reduce-a-thought-experiment-4dnh
DEV Community
Recursive approach to map and reduce: A thought experiment
In my early stages of learning Elixir, I had to write a recursive implementation of the functions map...
#javascript #elixir #syntax #codenewbie
Elixir and javascript syntax comparison
https://dev.to/maartz/elixir-and-javascript-syntax-comparison-34md
Elixir and javascript syntax comparison
https://dev.to/maartz/elixir-and-javascript-syntax-comparison-34md
DEV Community
Elixir and Javascript syntax comparison
On a daily basis at work I use 2 languages. Java and Javascript. Doing Javascript everyday and learni...
#elixir #ember_js #javascript #web_development #ruby #react #engineering
A short guide to our favorite libraries of 2020
https://dockyard.com/blog/2021/01/01/a-short-guide-to-our-favorite-libraries-of-2020
A short guide to our favorite libraries of 2020
https://dockyard.com/blog/2021/01/01/a-short-guide-to-our-favorite-libraries-of-2020
#elixir #phoenix #liveview #javascript
Upload files to google drive with phoenix liveview
https://dev.to/santiagocardo/upload-files-to-google-drive-with-phoenix-liveview-256e
Upload files to google drive with phoenix liveview
https://dev.to/santiagocardo/upload-files-to-google-drive-with-phoenix-liveview-256e
DEV Community
Upload files to Google Drive with Phoenix LiveView
Phoenix LiveView has a great abstraction when it comes to uploading files. It makes our life much...