#elixir #webdev #tutorial
How to write a super fast link shortener with mnesia
https://dev.to/bnchrch/how-to-write-a-super-fast-link-shortener-with-mnesia-4d4g
How to write a super fast link shortener with mnesia
https://dev.to/bnchrch/how-to-write-a-super-fast-link-shortener-with-mnesia-4d4g
DEV Community
How to write a super fast link shortener with Mnesia
Let's start this month’s tutorial with two statements that are going to get me in trouble: Elixi...
#elixir #phoenix
Phoenix deploys with elixir 1.9 with systemd (no docker)
https://dev.to/seojeek/phoenix-deploys-with-elixir-1-9-with-systemd-no-docker-1od0
Phoenix deploys with elixir 1.9 with systemd (no docker)
https://dev.to/seojeek/phoenix-deploys-with-elixir-1-9-with-systemd-no-docker-1od0
DEV Community
Phoenix deploys with Elixir 1.9 with systemd (no Docker)
Elixir 1.9 deploys with systemd
#elixir #testing #tdd
Property-based test-driven development in elixir
https://dev.to/woylie/property-based-test-driven-development-in-elixir-4j0n
Property-based test-driven development in elixir
https://dev.to/woylie/property-based-test-driven-development-in-elixir-4j0n
DEV Community
Property-Based Test-Driven Development in Elixir
Recently I came across a small function in our code base that was meant to transform a list of arbitr...
#elixir #phoenix #tailwind #learninpublic
Learn elixir and phoenix: add tailwind css to the project
https://dev.to/oliverandrich/learn-elixir-and-phoenix-add-tailwind-css-to-the-project-4fkf
Learn elixir and phoenix: add tailwind css to the project
https://dev.to/oliverandrich/learn-elixir-and-phoenix-add-tailwind-css-to-the-project-4fkf
DEV Community
Learn Elixir and Phoenix: Add Tailwind CSS to the project
Here is the second post in my series about learning Elixir and Phoenix by building a read-it-later se...
#elixir #rust #phoenix #webassembly
Improve the performances of your phoenix app with rust: in both back and front
https://dev.to/scorsi/improve-the-performances-of-our-phoenix-app-with-rust-4d7a
Improve the performances of your phoenix app with rust: in both back and front
https://dev.to/scorsi/improve-the-performances-of-our-phoenix-app-with-rust-4d7a
DEV Community
Improve the performances of your Phoenix app with Rust: in both back and front
I know, Phoenix and Elixir are quite performant and quite fast. But sometimes, it may be necessary to...
#elixir
Headless cms fun with phoenix liveview and airtable (pt. 1)
https://medium.com/cabify-product/headless-cms-fun-with-phoenix-liveview-and-airtable-pt-1-a348e8a37449
Headless cms fun with phoenix liveview and airtable (pt. 1)
https://medium.com/cabify-product/headless-cms-fun-with-phoenix-liveview-and-airtable-pt-1-a348e8a37449
Medium
Headless CMS fun with Phoenix LiveView and Airtable (pt. 1)
Building a headless CMS around Phoenix LiveView and Airtable
#elixir
Headless cms fun with phoenix liveview and airtable (pt. 2)
https://medium.com/cabify-product/headless-cms-fun-with-phoenix-liveview-and-airtable-pt-2-896d3784133f
Headless cms fun with phoenix liveview and airtable (pt. 2)
https://medium.com/cabify-product/headless-cms-fun-with-phoenix-liveview-and-airtable-pt-2-896d3784133f
Medium
Headless CMS fun with Phoenix LiveView and Airtable (pt. 2)
The project set up and implementing the repository pattern.
#elixir #scraping
How to use web scraping in Elixir to gather useful data | Erlang Solutions Webinar
https://www.youtube.com/watch?v=o927hZHiudw
How to use web scraping in Elixir to gather useful data | Erlang Solutions Webinar
https://www.youtube.com/watch?v=o927hZHiudw
YouTube
How to use web scraping in Elixir to gather useful data | Erlang Solutions Webinar
Businesses are investing in data. The big data analytics market is expected to grow to $103 billion (USD) within the next five years. It’s easy to see why, with everyone of us on average generating 1.7 megabytes of data per second.
As the amount of data…
As the amount of data…
#elixir #webdev #tutorial #aws
Deploying elixir (1 of 3): building releases with mix
https://dev.to/jonlunsford/deploying-elixir-1-of-3-building-releases-with-mix-1o4a
Deploying elixir (1 of 3): building releases with mix
https://dev.to/jonlunsford/deploying-elixir-1-of-3-building-releases-with-mix-1o4a
DEV Community
Deploying Elixir (1 of 3): Building Releases With Mix
Build elixir releases locally with Docker & Mix. First in a series of 3 posts on deploying Elixir.
#elixir #webdev #tutorial #aws
Deploying elixir (2 of 3): terraforming an aws ec2 instance
https://dev.to/jonlunsford/deploying-elixir-2-of-3-terraforming-an-aws-ec2-instance-1nh5
Deploying elixir (2 of 3): terraforming an aws ec2 instance
https://dev.to/jonlunsford/deploying-elixir-2-of-3-terraforming-an-aws-ec2-instance-1nh5
DEV Community
Deploying Elixir (2 of 3): Terraforming an AWS EC2 Instance
Prepare an EC2 instance with Terraform for elixir deployment. Second in a series of three posts on deploying Elixir.
#elixir #webdev #aws #tutorial
Deploying elixir (3 of 3): provisioning ec2 with ansible
https://dev.to/jonlunsford/deploying-elixir-3-of-3-provisioning-ec2-with-ansible-10o4
Deploying elixir (3 of 3): provisioning ec2 with ansible
https://dev.to/jonlunsford/deploying-elixir-3-of-3-provisioning-ec2-with-ansible-10o4
DEV Community
Deploying Elixir (3 of 3): Provisioning EC2 With Ansible
Provision an EC2 instance with Ansible for elixir deployment. third in a series of three posts on deploying Elixir.
#elixir #testing
A case study for property based testing in elixir
https://dev.to/youroff/a-case-study-for-property-based-testing-in-elixir-44c6
A case study for property based testing in elixir
https://dev.to/youroff/a-case-study-for-property-based-testing-in-elixir-44c6
DEV Community
A case study for property based testing in Elixir
It's been a while since I learned about property based testing, yet I never had a chance to apply it...
#elixir #ecto #cursor #pagination
Hassle-free cursor pagination for ecto — part 1
https://dev.to/youroff/hassle-free-cursor-pagination-for-ecto-part-1-3bg1
Hassle-free cursor pagination for ecto — part 1
https://dev.to/youroff/hassle-free-cursor-pagination-for-ecto-part-1-3bg1
DEV Community
Hassle-free cursor pagination for Ecto — part 1
TLDR; Cursor-based pagination is tricky. The distinct ordering of the query is necessary to make it d...
#elixir #backend #api #pagination
Retrieving results from cursor-paginated endpoints in elixir
https://dev.to/coletiv/retrieving-results-from-cursor-paginated-endpoints-in-elixir-5f48
Retrieving results from cursor-paginated endpoints in elixir
https://dev.to/coletiv/retrieving-results-from-cursor-paginated-endpoints-in-elixir-5f48
DEV Community
Retrieving results from cursor-paginated endpoints in Elixir
If you’re familiar with using external API calls for your coding needs, there’s probably been a time...