The elixir-tools Update Vol. 6

https://www.elixir-tools.dev/news/the-elixir-tools-update-vol-6/

Thinking Elixir News 201

Episode 201 of Thinking Elixir. This week’s podcast dives into the latest tech updates, including the release of Lexical 0.6.0 with its impressive performance upgrades and new features for Phoenix controller completions. We’ll also talk about building smarter Slack bots with Elixir, and the LiveView support enhancements that bolster security against spam connections. Plus, we celebrate the 5-year milestone of Saša Jurić’s influential “Soul of Erlang and Elixir” talk. Of course we have to touch on the FTC’s impactful ban on non-compete employment clauses, a significant shift that will likely shake up the tech industry and innovation landscape. Stay tuned for this and more!

https://podcast.thinkingelixir.com/201

Elixir Streams |> 😎 A cool use of Elixir's `String.split/2` I didn't know about

Love having these tricks up my sleeve for when I need them.

This one is helpful when you have a string with two delimiters, and you want to get what’s inside of them.

👉 Elixir Streams |> 😎 A cool use of Elixir’s String.split/2 I didn’t know about

Elixir Streams |> LiveView's Automatic Form Recovery ⚡️

I don’t know about you, but I hate it when I’m filling out a long form and for some reason it disconnects, reconnects and I lose all of my form data. 😱

Thankfully LiveView ships with automatic form recovery!

👉 Elixir Streams |> LiveView’s Automatic Form Recovery ⚡️

Simple free CI/CD with auto configured SSL for Phoenix app

Implementation of simple cost- and dependency-free Continuous Integration / Continuous Development (CI/CD) flow to auto-deploy Phoenix app without downtime

https://dev.to/azyzz/free-simple-cicd-for-elixir-phoenix-app-50k2

Open graph image generator built with Phoenix

The SavvyCal team open sourced their open graph image generation service this week, built with Elixir, Phoenix, and a little Node.js + Puppeteer sprinkled in.

  • Extensible templating system
  • Tailwind CSS for styling image templates
  • Emoji support
  • Ready for deployment to Fly

Check it out on GitHub! ✨ https://github.com/svycal/og-image

PhoenixTest v0.3.0 is now out! 📣

  • Removes deprecated code
  • Adds unwrap for an escape hatch 🐣
  • Handles buttons submitting forms when not nested in the form
  • and more!

Grab it while it’s hot 🔥

⚙️ https://hex.pm/packages/phoenix_test

📚 https://hexdocs.pm/phoenix_test/PhoenixTest.html

Empowering Learning: Peter Ullrich's Journey from Psychology to Indie Courses

In this episode of the Professor Adolfo Neto Podcast, Adolfo sits down with Peter Ullrich, founder of Indie Courses and a senior Elixir engineer, for an engaging discussion about his unique journey from psychology to software engineering. Peter shares his early passion for building things, which eventually led him to pursue a bachelor’s degree in psychology followed by a master’s degree in software engineering and distributed systems. He recounts how he discovered Elixir during his first job and the pivotal role it played in shaping his career trajectory. Peter also dives into the creation of Indie Courses, a video course platform for indie creators, sharing his motivations behind its inception and the challenges he faced along the way. Throughout the conversation, he emphasizes the importance of continuous learning and staying updated with industry trends, whether through Twitter, blog posts, or books.

https://adolfont.substack.com/p/empowering-learning-peter-ullrichs

10 Elixir gotchas

Elixir is a great language, but some behavior can be unintuitive, confusing and in the worst case lead to bugs. So, I took a look at 10 Elixir gotchas explaining why they exist and how to avoid them!

Ash. The hidden champion of low-code tools

May Ash be the hidden champion of low-code tools? 👀

  • Reduce boilerplate. Describe and configure most. Let me focus on the most valuable parts
  • No lock-in. Provide ways to achieve anything, if not already provided by Ash itself
  • Provide ways to extend your resources and code base in general
  • Active project development
  • Helpful and buzzing community

https://www.lukasender.at/ash-the-hidden-champion-of-low-code-tools/

Testing Elixir releases in CI

Explaining how to build Elixir release and verify it works in GitHub Actions.

https://optimum.ba/blog/testing-elixir-releases-in-ci

Announcing Phoenix LiveView Support in Paraxial.io

Announcing Phoenix LiveView Support in Paraxial.io

https://paraxial.io/blog/live-view-support

Thinking Elixir 200: Ready for a new frontier?

Episode 200 of Thinking Elixir. In this landmark 200th episode of the Thinking Elixir podcast, we dive into the revolutionary world of LiveView Native with Brian Cardarella and Carson Katri. Discover how this emerging technology is expanding Elixir’s reach onto mobile devices and beyond, shaking up traditional development with server-side state management and opening a new frontier for native applications. Our experts share insights on its performance, live reload features, and strategic advantages that promise to speed up prototyping and cut down on dev time. Plus, hear about our latest news on EEF voting, new testing libraries for Phoenix, the future of the Elixir Protobuf library with a call for new maintainers, and Livebook’s integrations for data sources. And if that wasn’t enough, we cover additional tech stories, including the shutdown of the Women Who Code foundation, a study linking mentally stimulating work to a reduced risk of dementia, and more!

https://podcast.thinkingelixir.com/200

📣 PhoenixTest v0.2.13 is out!

It deprecates two form helpers 😞 but introduces new ones to help us fill forms with labels. 🤩

I know it’s a pain to change this, but I think the changes improve our tests. 👇

⏫ Upgrade guide: https://hexdocs.pm/phoenix_test/upgrade_guides.html#upgrading-to-0-2-13

How to install mutiple Erlang/OTP and Elixir versions with vfox

vfox (version-fox) is a popular general version management tool write in Go, and the plug-in mechanism uses Lua to achieve extensibility. At present, vfox has supported the management of most mainstream programming language versions, and the ecosystem is quite strong. Here you can see the programming language versions and tools that vfox currently supports and manages -> vfox-Available Plugins.

The Elixir and Erlang communities have long been popular for installing and managing multi-version environments through asdf. asdf is also a general-purpose version management tool, and the ecosystem is so rich.

vfox is very similar to asdf-vm in that it uses .tool-versions file to manage project-level and global version information. This means that if you’ve used asdf before, it won’t be difficult to switch to vfox. Because the core implementations of vfox and vfox are a bit different, vfox executes nearly 5 times faster than ASDF~, and the official documentation also gives benchmark results: version-fox Comparison with asdf-vm

https://vfox.lhan.me/performence.png

If you’ve been using asdf to manage and maintain multiple versions of Erlang and Elixir, then vfox is also a good choice for you.

This article will show you how to install and manage multiple versions of Erlang and Elixir via vfox.

learn more detail: https://dev.to/yeshan333/install-mutiple-erlang-and-elixir-with-vfox-57ii

Unpacking Elixir - IoT & Embedded with Nerves

I got into Elixir via this lovely project. Let’s talk hardware :)

https://underjord.io/unpacking-elixir-iot-embedded-nerves.html

Binary pattern matching <<1::1, 0::1, 1::1>>

I wrote a post about the basics and more advanced aspects of binary pattern matching in Elixir.

https://dev.to/palm86/binary-pattern-matching-11-01-11-2g94

Thinking Elixir 199: Websockets' Late Hero and Elixir's Fresh Updates

Episode 199 of Thinking Elixir. In this episode, we talk about the eagerly awaited Elixir 1.17.0-dev changelog, the exciting ExDoc v0.32 release, and the slightly amusing declaration of Cloudflare playing the websocket hero – about 9 years after Phoenix neatly demoed 2 million concurrent connections to the world. We also explore potential performance improvements with Ecto’s support for unlogged tables and how PragProg’s new Elixir book is shaping up as a must-read for DevOps enthusiasts. But that’s not all, we also touch on the launch of a constraint solver in Elixir, a nifty Livebook visualization tip, and more! Plus, don’t miss out as Mark, Tyler, and David also share insights into their current projects, ranging from tackling Elixir mock libraries to the latest in the tech conference scene and educational initiatives in the Erlang ecosystem.

https://podcast.thinkingelixir.com/199

HighlanderPG: Use Postgres Advisory Locks to run a process just once in your cluster

I released HighlanderPG this week to solve the problem “how to run a process on just one node”. It is a follow-up / sister library to the Highlander library and it uses Postgres Advisory Locks.

The package

Read the blog post

Generate PDFs of Pages Behind Auth

The big wigs want PDFs. and Lots of them. Unfortunately, lots of the good info is behind authentication. How can we render a PDF of a page behind Auth?

What’s the fix? About 10 lines of Elixir!

The post: https://johnelmlabs.com/posts/pdf-behind-authentication

The tweet: https://x.com/JohnElmLabs/status/1779887067482185746

Previous page Next page