#elixir #ecto #postgres #json
Why ecto's way of storing embedded lists of maps makes querying hard
https://robots.thoughtbot.com/why-ecto-s-way-of-storing-embedded-lists-of-maps-makes-querying-hard
Why ecto's way of storing embedded lists of maps makes querying hard
https://robots.thoughtbot.com/why-ecto-s-way-of-storing-embedded-lists-of-maps-makes-querying-hard
Thoughtbot
Why Ecto's Way of Storing Embedded Lists of Maps Makes Querying Hard
You can use PostgreSQL’s JSON data types to store embedded data on Ecto models. But the way Ecto tells you to store it might not be the best way.
#web_development #elixir #web_hosting #website #projects
Fleeksite — the open web development platform (and my baby)
https://medium.com/@sirfitz/fleeksite-the-open-web-development-platform-98e2b29e449b
Fleeksite — the open web development platform (and my baby)
https://medium.com/@sirfitz/fleeksite-the-open-web-development-platform-98e2b29e449b
Medium
FleekSite — The Open Web Development Platform (and my baby)
A Personal Project I’m Very Proud Of.
#microservices #docker #elixir #authentication #lora
Week 3 — mockups, authentication service completed & more
https://medium.com/electric-cars-charging-system/week-3-mockups-authentication-service-completed-more-41f1d865de0d
Week 3 — mockups, authentication service completed & more
https://medium.com/electric-cars-charging-system/week-3-mockups-authentication-service-completed-more-41f1d865de0d
Medium
Week 3 — Mockups, Authentication Service Completed & more
Hi guys! Missed us? Here is the recap of the third week of the development of our project.
#ecto #elixir
A sneak peek at ecto 3.0: performance, migrations and more
http://blog.plataformatec.com.br/2018/10/a-sneak-peek-at-ecto-3-0-performance-migrations-and-more/
A sneak peek at ecto 3.0: performance, migrations and more
http://blog.plataformatec.com.br/2018/10/a-sneak-peek-at-ecto-3-0-performance-migrations-and-more/
blog.plataformatec.com.br
A sneak peek at Ecto 3.0: performance, migrations and more « Plataformatec Blog
Welcome to the "A sneak peek at Ecto 3.0" series: Breaking changes Query improvements part 1 Query improvements part 2 Performance, migrations and more (you are
#react #apollo #absinthe #elixir #phoenix
How to upload files with graphql absinthe and apollo client. part 2
https://medium.com/@james.you/how-to-upload-files-with-graphql-absinthe-and-apollo-client-fa24f26e65fc
How to upload files with graphql absinthe and apollo client. part 2
https://medium.com/@james.you/how-to-upload-files-with-graphql-absinthe-and-apollo-client-fa24f26e65fc
Medium
How to upload files with GraphQL Absinthe and Apollo Client. Part 2
Let’s take a look at how to upload a file to an Elixir server using Graphql and React. Make sure to check Part 1, where we go through the…
#javascript #typescript #phoenix_framework #phoenix #elixir
How to add a js frontend to an api-only phoenix app
https://medium.com/@tommyblue/how-to-add-a-js-frontend-to-an-api-only-phoenix-app-354f71179ef6
How to add a js frontend to an api-only phoenix app
https://medium.com/@tommyblue/how-to-add-a-js-frontend-to-an-api-only-phoenix-app-354f71179ef6
Medium
How to add a JS frontend to an API-only Phoenix app
If you generated a Phoenix app with the --no-brunch option you probably needed an API backend app.
#exercism #elixir #problem_solving #mentorship #programming
Learnings from solving the rna transcription exercise from the exercism elixir track
https://medium.com/@mohnishgj/learnings-from-solving-the-rna-transcription-exercise-from-the-exercism-elixir-track-f49e37eb5902
Learnings from solving the rna transcription exercise from the exercism elixir track
https://medium.com/@mohnishgj/learnings-from-solving-the-rna-transcription-exercise-from-the-exercism-elixir-track-f49e37eb5902
Medium
Learnings from solving the RNA Transcription exercise from the Exercism Elixir Track
The Quest towards getting an initial working solution
#graphql #elixir #phoenix
A gentle introduction to graphql with elixir and phoenix
https://dev.to/timber/a-gentle-introduction-to-graphql-with-elixir-and-phoenix-736
A gentle introduction to graphql with elixir and phoenix
https://dev.to/timber/a-gentle-introduction-to-graphql-with-elixir-and-phoenix-736
The DEV Community
A Gentle Introduction to GraphQL with Elixir and Phoenix
The project we're building is going to be an application that will store/retrieve Event Logs. You could use this for something like tracking requests you're making, or tracking audit events in a log, or...well, anything that would require storing some arbitrary…
#javascript #elixir #phoenix
Phoenix 1.4 with vue on raspberry pi
https://medium.com/@yjchen.taiwan/phoenix-1-4-with-vue-on-raspberry-pi-214085a4b003
Phoenix 1.4 with vue on raspberry pi
https://medium.com/@yjchen.taiwan/phoenix-1-4-with-vue-on-raspberry-pi-214085a4b003
Medium
Phoenix 1.4 with Vue on Raspberry Pi
I would like to control Raspberry Pi through web interface. It is a common feature of connected electronic devices. Some are written in…
#elixir #domain_driven_design #bounded_context #software_architecture #software_development
Implementing bounded contexts in elixir
https://medium.com/@leandrocesquini/implementing-bounded-contexts-in-elixir-25bb8a80bbca
Implementing bounded contexts in elixir
https://medium.com/@leandrocesquini/implementing-bounded-contexts-in-elixir-25bb8a80bbca
Medium
Implementing Bounded Contexts in Elixir
What if we could write loose coupling services without the overhead of common microservices architecture? In 2015 Valim wrote an article…
#blockchain #erlang #elixir #dashboard #nodejs
Building the netstats system dashboard for ethereum-based platform
https://medium.com/@ErlangSolutions/building-the-netstats-system-dashboard-for-ethereum-based-platform-dabbb1bb50ca
Building the netstats system dashboard for ethereum-based platform
https://medium.com/@ErlangSolutions/building-the-netstats-system-dashboard-for-ethereum-based-platform-dabbb1bb50ca
Medium
Building the NetStats System Dashboard for Ethereum-based platform
Originally posted by Erlang Solutions
#ecto #elixir #hex
Updating hex.pm to ecto 3.0
http://blog.plataformatec.com.br/2018/10/updating-hex-pm-to-ecto-3-0/
Updating hex.pm to ecto 3.0
http://blog.plataformatec.com.br/2018/10/updating-hex-pm-to-ecto-3-0/
Plataformatec Blog
Updating Hex.pm to Ecto 3.0
Ecto 3.0 is just around the corner and as you may already know it reached stable API. To make sure everything works properly I thought I'll try updating one of the first projects that ever used Ecto: Hex.pm.
The whole upgrade was done in a single pull request…
The whole upgrade was done in a single pull request…
#programming #elixir #distributed_systems #computer_science
Chord: a scalable peer-to-peer lookup protocol simulation using elixir
https://medium.com/@siddhantmittal_78686/chord-a-scalable-peer-to-peer-lookup-protocol-simulation-using-elixir-3af24e32be23
Chord: a scalable peer-to-peer lookup protocol simulation using elixir
https://medium.com/@siddhantmittal_78686/chord-a-scalable-peer-to-peer-lookup-protocol-simulation-using-elixir-3af24e32be23
Medium
Chord: A Scalable Peer-to-peer Lookup Protocol simulation using Elixir
by Prafful Mehrotra and Siddhant Mittal
#elixir #image_processing #security #software_development #software_security
Add extra security to your image handling in elixir
https://medium.com/coletiv-stories/add-extra-security-to-your-image-handling-in-elixir-45db69aab008
Add extra security to your image handling in elixir
https://medium.com/coletiv-stories/add-extra-security-to-your-image-handling-in-elixir-45db69aab008
Medium
Add extra security to your image handling in Elixir
Handle images in Elixir with with more security with this tip and avoid some headaches.