Let the force be with Livebook

Any Star Wars fans here? Want to know how to play with Star Wars API (SWAPI) using Elixir Livebook? It’s all here in @latachz article :D

https://appunite.com/blog/let-the-force-be-with-livebook

ThinkingElixir 059: How Elixir Came to Spotify with Joel Kemp

In episode 59 of Thinking Elixir, we talk with Joel Kemp about his experience introducing Elixir at Spotify. We learn about the concurrency problems he had with the default stack and how that was solved with the BEAM. We talk about the inertia that larger companies have that make introducing any change harder. Joel compares the process to running a marathon and shares some tactics used to help build internal support and interest. Fascinating insight into a well known company and how Elixir is helping internally.

https://thinkingelixir.com/podcast-episodes/059-how-elixir-came-to-spotify-with-joel-kemp/

ThinkingElixir 059: How Elixir Came to Spotify with Joel Kemp

In episode 59 of Thinking Elixir, we talk with Joel Kemp about his experience introducing Elixir at Spotify. We learn about the concurrency problems he had with the default stack and how that was solved with the BEAM. We talk about the inertia that larger companies have that make introducing any change harder. Joel compares the process to running a marathon and shares some tactics used to help build internal support and interest. Fascinating insight into a well known company and how Elixir is helping internally.

https://thinkingelixir.com/podcast-episodes/059-how-elixir-came-to-spotify-with-joel-kemp/

phx.new webapp

https://phx.new/ will generate a v1.6.0-dev phoenix project, so you can try the new heex and esbuild changes.

History - Download and warehouse historical trading data

Leverage tai and workbench to help download historical trading data for exploration and analysis.

https://github.com/fremantle-industries/history

Elixir Wizards S6E9 The Bridge Between Elixir & Zig with Isaac Yonemoto

The latest episode of the Elixir Wizards podcast hit your feed this morning! Check it out here: https://smartlogic.io/podcast/elixir-wizards/s6e9-yonemoto/

Tangram: Automated Machine Learning in Elixir

Hi, I’d like to share Tangram, an automated machine learning framework with bindings for Elixir. With Tangram, you:

  • Run tangram train to train a model from a CSV file on the command line.
  • Make predictions with bindings for Elixir or a number of other programming languages.
  • Run tangram app to start a web application where you can learn more about your models and monitor them in production.

This makes it easy to add machine learning to your applications written in Elixir without having to learn the python machine learning ecosystem, maintain a separate python server to serve your models, and set up your own monitoring solution.

Watch the video on the homepage: https://www.tangram.dev or check it out on GitHub: https://github.com/tangramdotdev/tangram

ThinkingElixir 058: News and Livebook for Business Intelligence

In episode 58 of Thinking Elixir, after covering the news we catch up on what Elixir things we’ve been thinking about and working on. Mark brings up using Livebook as a Business Intelligence tool for doing analysis of a running application’s data. David brings up how to design safe data migrations in Elixir systems, examples from the Rails ecosystem and how he’s thinking about that for Elixir.

https://thinkingelixir.com/podcast-episodes/058-news-and-livebook-for-business-intelligence/

MOX ROCKSS!! Hands-on Elixir & OTP

Hello everyone,

I’m extremely happy to announce that I’ve released a new Elixir video titled “Mox Rockss”. The video focuses on using Mox to mock out dependencies in a non-trivial project. It skims over behaviours and shows that Mox provides great flexibility by allowing function bodies to be defined from the tests.

Link: https://www.youtube.com/watch?v=XNZMNvTjmn8

How to generate thumbnails in Elixir

Short post on how to generate thumbnails with proper scaling mechanism.

Authorization and Policy Scopes with Elixir/Phoenix

Authorization is usually an important part of any application, but it is also something that is not very often talked about. This post discusses authorization techniques and also an opinionated way of organizing your authorization code within Phoenix Contexts and Ecto Schemas.

Elixir makes it really easy to roll up a Mock server to test WebSocket clients.

This post discusses about a very high level overview of implementing a long running connection between two services with the use of WebSocket and then writing unit tests for the functionality.

line messaging api client for Elixir

My weekly progress, I wrote a library to working with LINE Messaging API named line_ex_messaging_api. This library is part of line_ex. Currently support only send messages (reply, push, multicast and broadcast), getting usages.

The line_ex_webhook now use line_ex_messaging_api to reply messages to user. If someone try and found a bug, please report an issue. :)

IntelliJ Elixir 11.13.0

Changelog

v11.13.0

Bug Fixes

  • Remove bintray repositories.

Enhancements

  • Update build to IntelliJ IDEA 2021.2.
  • Upgrade to Gradle 7.1.1.
  • Expand compatibility range to 2021.1.2-2021.2.

Installation Instructions

Livebook as a Business Intelligence tool

Livebook may have been created for machine learning, but because it can connect to your live running app, it means you can also use the graphing and analysis tools for doing Business Intelligence (BI)!

Check out this guide that walks you through connecting Livebook to your app running on Fly.io and start gaining insight!

This post explains why this is a big deal: https://fly.io/blog/better-business-intelligence-in-elixir-with-livebook/

Don't lose your Slack bookmarks anymore

Export your Saved Items in Slack to a neat HTML file - for your own reference or as a simple archive. #myelixirstatus #opensource https://github.com/MMore/slack-saved-items-export

Elixir Wizards S6E8 Maxim Fedorov on Building and Scaling WhatsApp with Erlang

The latest episode of the Elixir Wizards podcast hit your feed this morning! Check it out here: https://smartlogic.io/podcast/elixir-wizards/s6e8-fedorov/

Top 10 Elixir companies to follow in 2021

Learn the benefits of Elixir development and the success stories of top companies using this technology.

#myelixirstatus #phoenix #bestelixircompanies #productdevelopment

https://appunite.com/blog/top-10-elixir-companies-to-follow

A Guide to Hot Code Reloading in Elixir

Discover how to use hot code reloading and updates in your production code upgrade in Elixir.

https://blog.appsignal.com/2021/07/27/a-guide-to-hot-code-reloading-in-elixir.html

ThinkingElixir 057: Scaling Live Chat with Cade Ward

In episode 57 of Thinking Elixir, we sat down with co-host Cade Ward to hear how he and his team tackled a problem of hosting live web chats with crowds of 120K+ users coming together for live events. On the show, we have talked with a couple guests with similar bursting high-load situations. Cade had been through it too so it was time to dig in and cover how this situation can be solved. We cover the different attempts and temporary solutions used and the final solution that has been working really well. In fact it works so well, during a recent event, the auto-scaling didn’t kick in and everything was still fine!

https://thinkingelixir.com/podcast-episodes/057-scaling-live-chat-with-cade-ward/

Previous page Next page