#testing #elixir #programming #ideas #extreme_programming
Supercharge your exunit skills in 10 minutes πͺ
https://medium.com/learn-elixir/supercharge-your-elixir-unit-testing-skills-in-10-minutes-a9c76d96e3b6
Supercharge your exunit skills in 10 minutes πͺ
https://medium.com/learn-elixir/supercharge-your-elixir-unit-testing-skills-in-10-minutes-a9c76d96e3b6
Medium
Supercharge your ExUnit skills in 10 minutes πͺ
Learn how to run unit tests in Elixir for extremely fast TDD workflowβββsave source file and instantly get notification.
#elixir #distillery #ecto #ecto_migrations #functional_programming
Run ecto migrations in production with distillery boot hooks
https://medium.com/flatiron-labs/run-ecto-migrations-in-production-with-distillery-boot-hooks-7f576d2b93ed
Run ecto migrations in production with distillery boot hooks
https://medium.com/flatiron-labs/run-ecto-migrations-in-production-with-distillery-boot-hooks-7f576d2b93ed
Medium
Run Ecto Migrations in Production with Distillery Boot Hooks
What to do when you canβt mix ecto.migrate
#elixir #openstreetmap #geocoding #phoenix
Elixir package for openstreetmap api
https://medium.com/@kortirso/elixir-package-for-openstreetmap-api-fc99934b9d69
Elixir package for openstreetmap api
https://medium.com/@kortirso/elixir-package-for-openstreetmap-api-fc99934b9d69
Medium
Elixir package for OpenStreetMap API
In my previous article I wrote about building ruby gem for integration with OpenStreetMap API. And right now Iβd like to present similarβ¦
#elixir #rewards_programs #distributed_systems #computer_science #fintech
Building a rewards platform from scratch
https://medium.com/brexeng/building-a-rewards-platform-from-scratch-ff4e22124658
Building a rewards platform from scratch
https://medium.com/brexeng/building-a-rewards-platform-from-scratch-ff4e22124658
Medium
Building a rewards platform from scratch
The design decisions that led us to build our rewards platform from the ground up.
#functional_programming #haskell #elixir #scala #java
Functional programming is easier than you think
https://medium.com/openmindonline/functional-programming-is-easier-than-you-think-47563746afb3
Functional programming is easier than you think
https://medium.com/openmindonline/functional-programming-is-easier-than-you-think-47563746afb3
#push_notification #rabbitmq #chargeit #elixir #flutter
Week 4βββrabbitmq implemented, payments api done, pycom
https://medium.com/electric-cars-charging-system/week-4-rabbitmq-implemented-payments-api-done-pycom-891eab6f02eb
Week 4βββrabbitmq implemented, payments api done, pycom
https://medium.com/electric-cars-charging-system/week-4-rabbitmq-implemented-payments-api-done-pycom-891eab6f02eb
Medium
Week 4 β Flutter App, RabbitMQ implemented, Payments API done, Pycom & more
Quick recap of week advances
#elixir #api #pagination
Offset and cursor pagination explained
https://dev.to/jackmarchant/offset-and-cursor-pagination-explained-b89
Offset and cursor pagination explained
https://dev.to/jackmarchant/offset-and-cursor-pagination-explained-b89
DEV Community
Offset and Cursor Pagination explained
Pagination is a common concept in software development. Understanding the difference between offset and cursor pagination is critical to building or working with APIs.
#elixir #showdev #tech #tutorial
Activerecord smell with elixir/ecto
https://dev.to/mudasobwa/activerecord-smell-with-elixirecto-6dc
Activerecord smell with elixir/ecto
https://dev.to/mudasobwa/activerecord-smell-with-elixirecto-6dc
#elixir #ruby #stock_market #api
A simple way to get real-time stock apiβββruby application
https://medium.com/@tientran2407.vn/a-simple-way-to-get-real-time-stock-api-ruby-application-1d0a517ffc3
A simple way to get real-time stock apiβββruby application
https://medium.com/@tientran2407.vn/a-simple-way-to-get-real-time-stock-api-ruby-application-1d0a517ffc3
Medium
A Simple Way To Get Real-Time Stock APIβββRuby Application
If you planning to use real-time stock market data for your application. Forget about JSON API, that is too complicated to build and useβ¦
#elixir #showdev #opensource #coding
π°ππππππππ β smart validation in elixir
https://dev.to/mudasobwa/--smart-validation-in-elixir-4bcm
π°ππππππππ β smart validation in elixir
https://dev.to/mudasobwa/--smart-validation-in-elixir-4bcm
The Practical Dev
π°ππππππππ β Smart Validation In Elixir
Use generated module with pattern matching clauses and guards to validate any input given as a map
#ethereum #solidity #elixir #exw3
Signing ethereum messages on elixir
https://medium.com/@thiagobelem/signing-ethereum-messages-on-elixir-a494632f59b9
Signing ethereum messages on elixir
https://medium.com/@thiagobelem/signing-ethereum-messages-on-elixir-a494632f59b9
Medium
Signing Ethereum messages on Elixir
Using ExW3 you can interact with any Ethereum network, deploy Smart Contract and call/send any kind of functions & transactions.
#elixir #phoenix #phoenix_framework #elixirlang
Changing phoenix log (:backend) level for a running application
https://medium.com/@juanpabloaj/changing-phoenix-log-backend-level-for-a-running-application-3ea115e2d73b
Changing phoenix log (:backend) level for a running application
https://medium.com/@juanpabloaj/changing-phoenix-log-backend-level-for-a-running-application-3ea115e2d73b
Medium
Changing Phoenix log (:backend) level for a running application
Logger.configure_backend(:console, [level: :debug])
#programming #elixir #cizen
The mystery of event dispatching in cizen
https://medium.com/cizen/the-mystery-of-event-dispatching-in-cizen-25ccd4b44795
The mystery of event dispatching in cizen
https://medium.com/cizen/the-mystery-of-event-dispatching-in-cizen-25ccd4b44795
Medium
The Mystery of Event Dispatching in Cizen
Cizen is an Elixir library to build applications with collections of sagas. Sagas communicate with each other by subscribing andβ¦