#elixir #phoenix #learning_to_code
Learn to code the easy way (part 1)
https://medium.com/@damonvjanis/learn-to-code-the-easy-way-part-1-8067cd3b6307
Learn to code the easy way (part 1)
https://medium.com/@damonvjanis/learn-to-code-the-easy-way-part-1-8067cd3b6307
Medium
Learn to Code the Easy Way (Part 1)
Learning to write software can be hard. One of the things that can be the most challenging for a beginner is the mounds of free…
#elixir #programming #web_development #tech #learning
My intro to elixir: how learning another programming language can make you a better developer
https://medium.freecodecamp.org/my-intro-to-elixir-how-learning-another-programming-language-can-make-you-a-better-developer-d967e568191c
My intro to elixir: how learning another programming language can make you a better developer
https://medium.freecodecamp.org/my-intro-to-elixir-how-learning-another-programming-language-can-make-you-a-better-developer-d967e568191c
freeCodeCamp.org
My intro to Elixir: how learning another programming language can make you a better developer
I attended ElixirConf EU in Warsaw earlier this year. It was actually my first ever programming conference. My colleague was giving a talk…
#programming #elixir #functional_programming #learning_to_code
Learn to code the easy way (part 1 — windows)
https://medium.com/@damonvjanis/learn-to-code-the-easy-way-part-1-windows-ff18df05e5ac
Learn to code the easy way (part 1 — windows)
https://medium.com/@damonvjanis/learn-to-code-the-easy-way-part-1-windows-ff18df05e5ac
Medium
Learn to Code the Easy Way (Part 1 — Windows)
Learning to write software can be hard. One of the things that can be the most challenging for a beginner is the mounds of free…
#elixir #phoenix_framework #programming #software_development #learning_to_code
Learn to code the easy way (part 2)
https://medium.com/@damonvjanis/learn-to-code-the-easy-way-part-2-d5974723b577
Learn to code the easy way (part 2)
https://medium.com/@damonvjanis/learn-to-code-the-easy-way-part-2-d5974723b577
Medium
Learn to Code the Easy Way (Part 2)
This is a continuation of Learning to Code the Easy Way (Part 1).
#elixir #learning #javascript
How learning elixir made me a better programmer 🥃
https://medium.com/@yourboybigal/how-learning-elixir-made-me-a-better-programmer-674f2c12cd97
How learning elixir made me a better programmer 🥃
https://medium.com/@yourboybigal/how-learning-elixir-made-me-a-better-programmer-674f2c12cd97
Medium
How Learning Elixir Made Me a Better Programmer 🥃
After getting comfortable with a couple programming technologies, developers usually stop there.
#elixir #functional_programming #erlang #introduction #learning
Lessons about elixir — first step: kickoff on the language
https://medium.com/@julio.leitao.jr/lessons-about-elixir-first-step-kickoff-on-the-language-fa48fcecbf4
Lessons about elixir — first step: kickoff on the language
https://medium.com/@julio.leitao.jr/lessons-about-elixir-first-step-kickoff-on-the-language-fa48fcecbf4
Medium
Lessons about Elixir — First step: kickoff on the language
A little about the Elixir programming language. What is and why you should be interested
#elm #elixir #book #learning
Elixir and elm learning log. reading "elixir and elm tutorial" book.
https://dev.to/antonrich/elixir-and-elm-learning-log-reading-elixir-and-elm-tutorial-book-2ejo
Elixir and elm learning log. reading "elixir and elm tutorial" book.
https://dev.to/antonrich/elixir-and-elm-learning-log-reading-elixir-and-elm-tutorial-book-2ejo
DEV Community
Elixir and Elm learning log. Reading "Elixir and Elm tutorial" book.
I think, in November last year, I was browsing leanpub store and discovered a little book called "Eli...
#elixir #learning
Routing in phoenix umbrella apps
https://dev.to/appsignal/routing-in-phoenix-umbrella-apps-3g0j
Routing in phoenix umbrella apps
https://dev.to/appsignal/routing-in-phoenix-umbrella-apps-3g0j
DEV Community
Routing in Phoenix Umbrella Apps
Today, we’re diving into Phoenix umbrella applications to build a router that can route requests from multiple subdomains to different apps in our umbrella.
#elixir #learning
Doing background work using a native elixir approach
https://dev.to/appsignal/doing-background-work-using-a-native-elixir-approach-2id8
Doing background work using a native elixir approach
https://dev.to/appsignal/doing-background-work-using-a-native-elixir-approach-2id8
DEV Community
Doing Background Work Using a Native Elixir Approach
In this article, we'll look at the different solutions Elixir has for performing background work and when you would use each one.
#elixir #ruby #functional_programming #object_oriented #learning
From ruby to elixir, initial thoughts on the basics and getting started (pt. 1)
https://medium.com/@btmccollum/from-ruby-to-elixir-initial-thoughts-on-the-basics-and-getting-started-pt-1-99b03561fca9
From ruby to elixir, initial thoughts on the basics and getting started (pt. 1)
https://medium.com/@btmccollum/from-ruby-to-elixir-initial-thoughts-on-the-basics-and-getting-started-pt-1-99b03561fca9
Medium
From Ruby to Elixir, Initial Thoughts on the Basics and Getting Started (pt. 1)
For the last year I’ve almost been exclusively using Ruby on Rails, JavaScript and the React/Redux libraries. As much as I love Ruby, I…
#learning #elixir #thisweekilearned #unicode
Identifying and removing hidden characters
https://dev.to/noelworden/identifying-and-removing-hidden-characters-2m8i
Identifying and removing hidden characters
https://dev.to/noelworden/identifying-and-removing-hidden-characters-2m8i
DEV Community
Identifying and Removing Hidden Characters
I came across an interesting problem this week. There was a hidden character in a CSV preventing me f...
#elixir #thisweekilearned #learning
Breaking down elixir's `with` expression
https://dev.to/noelworden/breaking-down-elixir-s-with-expression-14mp
Breaking down elixir's `with` expression
https://dev.to/noelworden/breaking-down-elixir-s-with-expression-14mp
DEV Community
Breaking Down Elixir's `with` Expression
This week I bit the bullet and conquered my fear of Elixir's with expression. I had managed to write...
#elixir #phoenix #learning #thisweekilearned
Simultaneously looping over two collections in elixir
https://dev.to/noelworden/synchronously-looping-over-two-collections-in-elixir-594j
Simultaneously looping over two collections in elixir
https://dev.to/noelworden/synchronously-looping-over-two-collections-in-elixir-594j
DEV Community
Simultaneously Looping Over Two Collections in Elixir
Last week I came across a block of code during a code review that had a hint of code smell, and altho...