[Live Webinar] Elixir and Phoenix Security Checklist: 11 Best Practices

Wednesday, March 26, 2025 3:00 PM EDT (New York)

What are the highest impact ways you can safeguard your Elixir and Phoenix project from cyberattacks? This live webinar with the founder of Paraxial.io will cover the most effective security practices you can start using today.

https://paraxial.io/webinar/best

LiveTable - A powerful Phoenix Liveview table component

LiveTable - A powerful Phoenix Liveview reusable table component.

✨ Features: • Advanced filtering & sorting. Range, Boolean and Select filters. Multi column sort. • CSV & PDF exports with Oban • Associated field support • Computed columns

Check it out! https://hex.pm/packages/live_table

Elixir Makes You Make Good Decisions

How choosing Elixir for our SaaS app subtly pushed us to make good long-term design decisions.

https://kevinbarrett.org/elixir-makes-you-make-good-decisions/

Code BEAM America 2025

Reflections on this year’s edition of Code BEAM America

https://www.mitchellhanberg.com/code-beam-america-2025/

Thinking Elixir 244: Running Python in Elixir?

Episode 244 of Thinking Elixir. News includes the release of Elixir 1.18.2 with various enhancements and bug fixes, a new experimental SQL sigil for Ecto that brings automatic parameterized queries, a recent GOTO 2025 talk featuring Saša Jurić on code reviews. We talked with Jonatan Kłosko about his work on PythonX, a new library for executing Python code inside Elixir, the Fine library for working with C++ NIFs, and much more!

https://www.youtube.com/watch?v=AusoMQGfoZM

Hands-on training on Code Intelligence with RAG & LLMs with Chris Beck at Elixir Conf EU

Key Takeaways: 1️⃣ Set up a pure Elixir RAG application to analyze and document your codebase 2️⃣ Learn methods to optimize RAG system performance and evaluate key metrics 3️⃣ Gain insights into security implications and best practices for implementation

Make your code smarter and more efficient! https://www.elixirconf.eu/trainings/code-intelligence-with-rag-and-llms/

Women in Elixir - webinar for International Women's Day

Women in Elixir by Lorena Mireles: https://www.erlang-solutions.com/webinars/women-in-elixir

What you’ll learn:

  • Insights from the Women in BEAM survey
  • The growth and impact of women in the community
  • Ways to encourage and support more women through events, mentorship, and technical contributions

LazyDoc, Your documentation tool has arrived.

Meet my trip building LazyDoc from scratch, exploring Elixir ASTs and combine it with a simple AI prompt you can generate fairly accurate documentation.

https://pxp9.github.io/lazy-doc/

Elixir for Multimedia: A Practical Guide for Developers

Elixir is great for building scalable and reliable multimedia apps, but it can be hard to get your head around it when you’re just starting out.

To make things a bit easier for you, together with Michał Śledź we’ve created a practical guide with all Elixir multimedia tools and libs: https://medium.com/p/169adb0eb523

Semaphore CI/CD is now open source!

Semaphore’s core CI/CD platform, built with Elixir, is now open source under the Apache 2.0 license! 🚀 Explore, contribute, and ⭐ us on GitHub: https://github.com/semaphoreio/semaphore

Explore Semaphore:

NervesConf US 2025

NervesConf US is back in Chattanooga, Tennessee on May 8! Stick around for Gig City Elixir on the 9th & 10th. NervesConf features a variety of presentations about using Elixir on embedded devices.

Grab your tickets at: www.gigcityelixir.com

Security in Elixir and Phoenix

How do you take care of the security in your projects, are you using available tools to their full potential? We decided to explore security measures for Elixir and Phoenix: ➡️ https://curiosum.com/sl/ykapbf1l

The article includes topics such as: ✅ Defending against common threats like XSS, CSRF, and SQL Injection ✅ Utilizing Phoenix’s built-in security capabilities effectively ✅ Implementing authentication and authorization methods ✅ Safing sensitive data to prevent leaks and breaches

#myelixirstatus #elixirlang #elixirsecurity

Thinking Elixir 243: Elixir Jobs: Seniors Only Need Apply?

Episode 243 of Thinking Elixir. News includes the announcement of PythonX for Python interoperability in Elixir, groundbreaking academic work on compiling Elixir to eBPF for Linux kernel-level operations, and exciting AI-powered Phoenix application demos from Chris McCord. We also dive into the current state of the Elixir job market, discussing the shift away from remote work and the challenges facing junior and mid-level developers, sharing practical tips for job seekers in today’s market. Other topics include the announcement of Goatmire conference tickets, new developments in the Nx ecosystem, and more!

https://www.youtube.com/watch?v=XosDAiGdcK8

Making Bookings Asynchronously. Join Fernando Hamasaki de Amorim & Rauan Assis at Elixir Conf EU

Fernando Hamasaki de Amorim & Rauan Assis break down the evolution of asynchronous hotel bookings at Vio.com, from MVP to event-driven architecture, improving performance, reliability, and customer experience. https://www.elixirconf.eu/talks/making-bookings-asynchronously/

An Introduction to Absinthe for Elixir Monitoring with AppSignal

We’ll explore how to leverage AppSignal’s automatic instrumentation and custom metrics for Absinthe: https://blog.appsignal.com/2025/03/04/an-introduction-to-absinthe-for-elixir-monitoring-with-appsignal.html

Soleil: Open source power management hardware [Nerves Meetup]

Gus Workman discusses Soleil, an open source power management and sleep control board for Raspberry Pi and Nerves. This talk gets into the process of designing hardware for Nerves, how to customize the Soleil hardware for your own custom applications, and opens the discussion on approaches for developing open source hardware for the Nerves ecosystem.

https://youtu.be/G2wTGnElw-8

Is it possible to use Nerves for low power systems?

https://youtu.be/PdewhYCPRko?si=vCOYAOXfYgpEHhzf

Mastering Job Scheduling With Ecron

Modern applications rely heavily on job scheduling libraries to manage asynchronous tasks, recurring processes, and distributed workloads. While implementing scheduling tasks in naturally asynchronous environments like Erlang and Elixir is straightforward, building a reliable and efficient solution requires careful consideration. https://zhongwencool.github.io/Mastering-Job-Scheduling-With-Ecron

Thinking Elixir 242: Magic Links and Sudo Mode

Episode 242 of Thinking Elixir. News includes exciting updates to Phoenix gen_auth with magic links and sudo mode security features, a comprehensive guide on Elixir and Phoenix security best practices from Paraxial.io, significant updates to the DaisyUI Components library for Phoenix LiveView reaching version 0.7.0, more on LiveDebugger tool for Phoenix applications, performance improvements in PostgreSQL’s self-join handling, and more!

https://www.youtube.com/watch?v=sh83YxptPTY

Thinking Elixir 242: Magic Links and Sudo Mode

Episode 242 of Thinking Elixir. News includes exciting updates to Phoenix gen_auth with magic links and sudo mode security features, a comprehensive guide on Elixir and Phoenix security best practices from Paraxial.io, significant updates to the DaisyUI Components library for Phoenix LiveView reaching version 0.7.0, more on LiveDebugger tool for Phoenix applications, performance improvements in PostgreSQL’s self-join handling, and more!

https://www.youtube.com/watch?v=sh83YxptPTY

Next page