PSA: Double Check Benchee Benchmarks made with Elixir Versions 1.14.0 – 1.16.0-rc.0

PSA for benchee users: Ran a benchmark on elixir 1.14.0 - 1.16.0-rc.0? The results may have been missing some optimizations, check this post for what could have been affected and remedies: https://pragtob.wordpress.com/2023/12/14/psa-double-check-benchee-benchmarks-made-with-elixir-versions-1-14-0-1-16-0-rc-0/

Thinking Elixir News 180

Episode 180 of Thinking Elixir. News teases an intriguing update from Chris McCord hinting at a groundbreaking feature in Phoenix and Elixir’s capabilities. José Valim proposes local accumulators in Elixir, stirring discussions on the future of coding elegance. Supabase launches the innovative “libcluster_postgres” library, promising to enhance Elixir node discovery with Postgres. And for those seeking to crunch numbers differently, a must-read blog post lays out a roadmap for translating code in NumPy to Nx. Plus, Elixir enthusiasts are buzzing about this year’s Advent of Code challenges—find out how the community tackles these puzzles with bespoke tooling and shared Livebooks strategies, and more!

https://podcast.thinkingelixir.com/180

How to take leverage from on_mount to reduce code

This callback function will run before your LiveView mount/3 function. So please bear with me.

https://dev.to/herminiotorres/how-to-take-leverage-from-onmount-to-reduce-code-2027

Advent of Code 2023 Days 8, 9, and 10 Highlights

My highlights and solutions for days 8, 9, and 10 with Elixir and Julia and a mix of the two :)

https://lakret.net/blog/2023-12-10-aoc-days-8-9-10

File upload to AWS S3 or S3 compatible bucket from Phoenix LiveView using Elixir

Dec. 2023 tutorial on file upload directly from the client to S3 compatible bucket from LiveView. Mostly it reiterates the official docs, but also adds what’s missing in the docs: what to do with the link for uploaded file.

https://dev.to/azyzz/file-upload-to-aws-s3-or-s3-compatible-bucket-digitalocean-spaces-from-phoenix-liveview-using-elixir-3eof

Intro to Elixir Applications on Kubernetes

We’ll explore the world of Kubernetes through the eyes of an Elixir programmer to achieve even higher availability, reliability and robustness by levering most tools in the K8s toolbox in a way that would play nice Elixir/OTP and Phoenix applications.

https://brewingelixir.com/intro-to-elixir-applications-on-kubernetes

Meetup: Nerves & AWS Greengrass

When working with an existing IoT system that requires a higher level of security, one option is to integrate an off-the-shelf service and delegate to this layer. Alfonso Gonzalez will show how to integrate Amazon Greengrass into Nerves firmware in order to perform secure remote firmware updates using a well-known security standard.

https://www.meetup.com/nerves/events/290189610/

Burrito is Now on Hex.pm

Ship your Elixir apps as single-file, self-contained binaries to MacOS, Linux, and Windows, even if Erlang is not present on target machines.

https://hex.pm/packages/burrito

Check out the README to get started! https://hexdocs.pm/burrito/readme.html

Protecting sensitive data in Elixir GenServers

Two techniques to protect sensitive data in Elixir GenServers: implementing the Inspect protocol for structs and implementing the format_status/2 callback. No sensitive data leaking into your logs anymore. https://tech.new-work.se/protecting-sensitive-data-in-elixir-genservers-fac4a8b0ae15

Distributed Elixir made easy with Spawn

Hello Elixir enthusiasts! 🚀 As the tech landscape evolves, so should our tools and approaches to development. Today, I’m excited to introduce you to a significant advancement in Elixir development that can reshape how we build distributed systems – I present to you Spawn.

https://eigr.io/blog/distributed-elixir-made-easy-with-spawn/

Advent of Code 2023 Day 7: Elixir Sorting Rules Rule

Writeup of my solution for day 7’s challenge with explanation of a handy Elixir term sorting rules trick:

https://lakret.net/blog/2023-12-07-aoc-day7

Introducing Paraxial.io 2.0

Today Paraxial.io 2.0 is live, delivering major improvements to help you secure your Elixir and Phoenix applications.

https://paraxial.io/blog/introducing-paraxial

Advanced Multi-tenancy for Elixir Applications Using Ecto

In the second part of our series, we’ll build on our multi-tenant Phoenix application using Ecto custom types and other methods: https://blog.appsignal.com/2023/12/05/advanced-multi-tenancy-for-elixir-applications-using-ecto.html

Advent of Code 2023 Day 4: Memoization to the Rescue

Walkthrough of my solution to the day’s 4 challenge:

https://lakret.net/blog/2023-12-04-aoc-day4

What you should know about the live_session macro

Hey all, I wrote about the live_session macro surface and the three live_session options

https://dev.to/herminiotorres/what-you-should-know-about-the-livesession-macro-4f3o

Elixir Meetup #24 Online by Curiosum

New Elixir Meetup is incoming ⚡️- this time, you will get to know a lot about Elixir GenServers - no prior knowledge required (although if you are a pro - feel free to attend and ask a lot of questions 😅 ) This powerful tool is something that makes Elixir stand out among other technologies so it is very useful to be a master of it.

Our speaker Sigu Magwa will happily explain everything and help you master this knowledge like a pro 👍😎

More details below 👇

https://curiosum.com/meetups/elixir

Curiosum's Elixir Survey 2023 - results from 400 participants

In November, Curiosum conducted an Elixir Survey to gather insights about the state of the Elixir programming language. We collected answers from almost 400 responders, and now we’re ready to share the results with you.

Check it here: https://curiosum.com/surveys/elixir-2023

The Technology Behind GridPoint

A walkthrough of how GridPoint is using Elixir and Nerves to develop a state of the art energy management platform.

https://youtu.be/3WHzant4jZc

Performance optimization when adding 12,000+ markers to the map that renders fast with Elixir, LiveView, and Leaflet.js

https://medium.com/@azyzz/performance-optimization-when-adding-12-000-markers-to-the-map-that-renders-fast-with-elixir-04273cb304b0

https://dev.to/azyzz/performance-optimization-when-adding-12000-markers-to-the-map-that-renders-fast-with-elixir-liveview-and-leafletjs-54pf

Advent of Code 2024 Day 2 Highlights

A couple of Elixir’s dynamic programming goodies that were helpful today

https://lakret.net/blog/2023-12-02-aoc-day2

Previous page Next page