#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…
#elixir
How to do oauth with github in elixir/phoenix 1.5
https://levelup.gitconnected.com/how-to-do-oauth-with-github-in-elixir-phoenix-1-5-c2bd5dc05cb1
How to do oauth with github in elixir/phoenix 1.5
https://levelup.gitconnected.com/how-to-do-oauth-with-github-in-elixir-phoenix-1-5-c2bd5dc05cb1
Medium
How to do OAuth with Github in Elixir/Phoenix 1.5
In my number-one rated coding bootcamp/glorious WeWork subsidiary, OAuth was often spoken about in hushed tones. We learned about JWT…
#elixir
Elixir vs nodejs: difference between elixir and nodejs
https://medium.com/bluebash/elixir-vs-nodejs-difference-between-elixir-and-nodejs-126634abc8e1
Elixir vs nodejs: difference between elixir and nodejs
https://medium.com/bluebash/elixir-vs-nodejs-difference-between-elixir-and-nodejs-126634abc8e1
Medium
Elixir vs nodejs: Difference between elixir and nodejs
“Change is the end result of all true learning — Leo Buscaglia”. People always get bored from the usual routine or you can say change is a…
#elixir
Private and public functions in elixir
https://medium.com/@karlo.smid/private-and-public-functions-in-elixir-4b30ce14efc4
Private and public functions in elixir
https://medium.com/@karlo.smid/private-and-public-functions-in-elixir-4b30ce14efc4
Medium
Private And Public Functions In Elixir
Elixir language supports public and private functions. The private function could only be called from functions in the same module. This…