#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...
#elixir #phoenix #forms #thisweekilearned
Assigning two fields from one dropdown selection with elixir
https://dev.to/noelworden/assigning-two-fields-from-one-dropdown-selection-with-elixir-2bmh
Assigning two fields from one dropdown selection with elixir
https://dev.to/noelworden/assigning-two-fields-from-one-dropdown-selection-with-elixir-2bmh
DEV Community
Assigning Two Fields from One Dropdown Selection with Elixir
This week I was tasked with having to assign two fields based on the select of a single dropdown. The...
#docker #elixir #devops #thisweekilearned
A few caveats to running elixir tests in containers and ci
https://dev.to/noelworden/a-few-caveats-to-running-elixir-tests-in-containers-and-ci-21ef
A few caveats to running elixir tests in containers and ci
https://dev.to/noelworden/a-few-caveats-to-running-elixir-tests-in-containers-and-ci-21ef
DEV Community
A Few Caveats to Running Elixir Tests in Containers and CI
As a fitting follow up to last week's post dealing with proper database configuration and Docker cont...