#elixir
I can do all things through postgres: lessons for the elixir programmer
https://medium.com/@toddresudek/i-can-do-all-things-through-postgres-lessons-for-the-elixir-programmer-400fd805c23a
I can do all things through postgres: lessons for the elixir programmer
https://medium.com/@toddresudek/i-can-do-all-things-through-postgres-lessons-for-the-elixir-programmer-400fd805c23a
Medium
I can do all things through Postgres: Lessons for the Elixir programmer
If you have even a cursory knowledge of the Bible, you might recognize that tongue-in-cheek title paraphrased from Philippians 4:13. While…
#elixir
Linear regression with elixir, phoenix and liveview. part i
https://medium.com/@tiemenwaterreus/linear-regression-with-elixir-phoenix-and-liveview-part-i-da8d378bbabb
Linear regression with elixir, phoenix and liveview. part i
https://medium.com/@tiemenwaterreus/linear-regression-with-elixir-phoenix-and-liveview-part-i-da8d378bbabb
Medium
Linear Regression with Elixir, Phoenix and LiveView. Part I
Phoenix LiveView has been around for a bit, but with the release of Phoenix 1.5 it became even easier to get started with it in a new…
#elixir
Elixir date and time conversion into us standards
https://til.hashrocket.com/posts/gjxvmr53yy-elixir-date-and-time-conversion-into-us-standards
Elixir date and time conversion into us standards
https://til.hashrocket.com/posts/gjxvmr53yy-elixir-date-and-time-conversion-into-us-standards
Hashrocket
Today I Learned: Elixir Date and Time conversion into US standards
Today I learned how to manually convert a Date and Time into US standards: mm/dd/YYYY and hh:mm am|pm. Here’s my code snippet:
#elixir
[“pattern”, “matching”, “in”, “elixir”] = [a, b, c, d]
https://medium.com/@bhavishya2107/pattern-matching-in-elixir-a-b-c-d-4b6a0eb40ac2
[“pattern”, “matching”, “in”, “elixir”] = [a, b, c, d]
https://medium.com/@bhavishya2107/pattern-matching-in-elixir-a-b-c-d-4b6a0eb40ac2
Medium
[“Pattern”, “Matching”, “In”, “Elixir”] = [a, b, c, d]
Hello to my favorite people on the internet.
What is up ??????
What is up ??????
#elixir
Open-telemetry with zipkin in elixir- part 1
https://medium.com/elixirfun/open-telemetry-with-zipkin-in-elixir-aca05e763827
Open-telemetry with zipkin in elixir- part 1
https://medium.com/elixirfun/open-telemetry-with-zipkin-in-elixir-aca05e763827
#elixir
Why trixta is a ‘next-gen’ software development platform.
https://medium.com/trixta/why-trixta-is-a-next-gen-software-development-platform-10eea23facee
Why trixta is a ‘next-gen’ software development platform.
https://medium.com/trixta/why-trixta-is-a-next-gen-software-development-platform-10eea23facee
Medium
Why Trixta is a ‘Next-Gen’ software development platform.
When we started Trixta, the team spent a lot of time thinking about what is frustrating about the software development process today…
#elixir
Elixir: building a rest api using phoenix framework part i
https://medium.com/@augusto1997/elixir-building-a-rest-api-using-phoenix-framework-part-i-fa3a0a23b574
Elixir: building a rest api using phoenix framework part i
https://medium.com/@augusto1997/elixir-building-a-rest-api-using-phoenix-framework-part-i-fa3a0a23b574
Medium
Elixir: Building a REST API using Phoenix Framework Part I
What is Elixir and Phoenix Framework ?
#elixir
Elixir — retrieving results from cursor-paginated endpoints
https://medium.com/coletiv-stories/elixir-retrieving-results-from-cursor-paginated-endpoints-c997b5143de8
Elixir — retrieving results from cursor-paginated endpoints
https://medium.com/coletiv-stories/elixir-retrieving-results-from-cursor-paginated-endpoints-c997b5143de8
Medium
Elixir — Retrieving results from cursor-paginated endpoints
If you’re familiar with using external API calls for your coding needs, there’s probably been a time when you wanted to retrieve all the…