#elixir #webdev #nlp
Lexers and parsers: letting business write business logic
https://dev.to/bechurch/lexers-and-parsers-letting-business-write-business-logic-1i51
Lexers and parsers: letting business write business logic
https://dev.to/bechurch/lexers-and-parsers-letting-business-write-business-logic-1i51
The DEV Community
Lexers and Parsers: Letting Business Write Business Logic
Today we’re talking about Lexers and Parsers, more importantly I want to show you how you: Can give...
Using ecto outside phoenix in elixir projects
https://medium.com/@afegbua/using-ecto-outside-phoenix-in-elixir-projects-c27bcbe7ec7a
https://medium.com/@afegbua/using-ecto-outside-phoenix-in-elixir-projects-c27bcbe7ec7a
Medium
Using Ecto outside Phoenix in Elixir projects
The common approach for most people building elixir projects is to use phoenix… You can use Ecto without phoenix in your elixir projects
Azuredevops, elixir, docker, ci/cd, and the others — part 2: release and deploy.
https://medium.com/@benyblack/azuredevops-elixir-docker-ci-cd-and-the-others-part-2-release-and-deploy-9e16232dd358
https://medium.com/@benyblack/azuredevops-elixir-docker-ci-cd-and-the-others-part-2-release-and-deploy-9e16232dd358
Medium
AzureDevOps, Elixir, Docker, CI/CD, and the others — Part 2: Release and deploy.
In the previous post (part1) I tried to use docker-compose doing build and test in AzureDevOps. The app is a hello world web site written…
Delete from join table with elixir ecto.query
https://medium.com/iporaitech/delete-from-join-table-with-elixir-ecto-query-348b67023356
https://medium.com/iporaitech/delete-from-join-table-with-elixir-ecto-query-348b67023356
Medium
Delete from join table with Elixir Ecto.Query
Recently, I had to access the remote console of an Elixir/Phoenix application running in production, to manually delete a record from the…
#vim #elixir #phoenix
Supercharge your elixir and phoenix navigation with vim-projectionist
https://robots.thoughtbot.com/blog/supercharge-elixir-and-phoenix-navigation-with-vim-projectionist
Supercharge your elixir and phoenix navigation with vim-projectionist
https://robots.thoughtbot.com/blog/supercharge-elixir-and-phoenix-navigation-with-vim-projectionist
thoughtbot
Supercharge Your Elixir and Phoenix Navigation with vim-projectionist
Toggle between alternate files, edit files by type, and create files with templates — all with vim-projectionist. If you’ve never used it, you’re in for a treat.
#elixir #typescript #react
Elixir phoenix with typescript and react – december 2019 edition
https://dev.to/aisrael/elixir-phoenix-with-typescript-and-react-december-2019-edition-39l4
Elixir phoenix with typescript and react – december 2019 edition
https://dev.to/aisrael/elixir-phoenix-with-typescript-and-react-december-2019-edition-39l4
DEV Community
Elixir Phoenix with Typescript and React – December 2019 Edition
"Great", you might say, "yet another article on how to set up Elixir, Phoenix and React!" I myself h...
#dlt #erlang #elixir #blockchain
The benefits of erlang & elixir for blockchain
https://dev.to/erlangsolutions/the-benefits-of-erlang-elixir-for-blockchain-4hjk
The benefits of erlang & elixir for blockchain
https://dev.to/erlangsolutions/the-benefits-of-erlang-elixir-for-blockchain-4hjk
The DEV Community
The benefits of Erlang & Elixir for blockchain
Learn how OTP on the Erlang VM powers the next generation of blockchain technology allowing develops to easily build reliable dApps and smart contracts on the ArcBlock framework.
Beam file exists but it defines a module named elixir.project.module
https://medium.com/@po_thiago/beam-file-exists-but-it-defines-a-module-named-f9c66d9f3f1c
https://medium.com/@po_thiago/beam-file-exists-but-it-defines-a-module-named-f9c66d9f3f1c
Medium
BEAM file exists but it defines a module named Elixir.Project.Module
There are many reasons why you’d see this error on your screen, but there’s something really specific, which is covered in this post. But…
Playing with elixir |> create a simple app with mix tool
https://medium.com/@kasunedward/playing-with-elixir-crate-a-simple-app-with-mix-tool-badde24bbbb3
https://medium.com/@kasunedward/playing-with-elixir-crate-a-simple-app-with-mix-tool-badde24bbbb3
Medium
Playing With Elixir |> Create a simple app with Mix tool
Elixir is a dynamic functional language which is built on top of Erlang. Elixir is highly recommended for building fault-tolerant…
Adding belongs_to association to ecto.schema using phoenix
https://medium.com/@drsantos20/adding-belongs-to-association-to-ecto-schema-using-phoenix-401c8f4e69a7
https://medium.com/@drsantos20/adding-belongs-to-association-to-ecto-schema-using-phoenix-401c8f4e69a7
Medium
Adding belongs_to association to Ecto.Schema using Phoenix
Recently i have been decided to create a couple of Projects with Elixir using Phoenix as a part of my functional learning path.
Increasing demand of high-speed and efficient communication has led to new trends on the server
https://medium.com/@ecz/increasing-demand-of-high-speed-and-efficient-communication-has-led-to-new-trends-on-the-server-3a08aff8b052
https://medium.com/@ecz/increasing-demand-of-high-speed-and-efficient-communication-has-led-to-new-trends-on-the-server-3a08aff8b052
Medium
Response to
Gaming industry is leading innovations, Minecraft servers have to handle millions of users building and battling against each other. Each…
#aws #s3 #elixir #exaws
Aws s3 in elixir with exaws
https://dev.to/alvisesus/aws-s3-in-elixir-with-exaws-4c84
Aws s3 in elixir with exaws
https://dev.to/alvisesus/aws-s3-in-elixir-with-exaws-4c84
DEV Community
AWS S3 in Elixir with ExAws
We setup the AWS account, configure ExAws, put, list, get and delete objects. Upload large files with multipart uploads, generate presigned urls and process large S3 objects on the fly.
Four ways the beam is perfect for blockchain
https://medium.com/arcblock/four-ways-the-beam-is-perfect-for-blockchain-919f8a9273a5
https://medium.com/arcblock/four-ways-the-beam-is-perfect-for-blockchain-919f8a9273a5
Medium
Four Ways the BEAM is Perfect for Blockchain
2019–11–20
#elixir #nerves #windows
Getting started with nerves development on windows
https://dev.to/tallguy_hackett/getting-started-with-nerves-development-on-windows-2el9
Getting started with nerves development on windows
https://dev.to/tallguy_hackett/getting-started-with-nerves-development-on-windows-2el9
The DEV Community
Getting Started With Nerves Development on Windows
I wanted to see how easy or hard it would be to develop in Nerves on Windows