Elixir Book (@theelixirbook) 's Twitter Profile
Elixir Book

@theelixirbook

⚗️ Distilled @elixirlang and @elixirphoenix posts, news, and retweets. Follow us and stay up to date on what engages the community.

Curated by @thisiscetin .

ID: 1323345464524181507

calendar_today02-11-2020 19:25:44

139 Tweet

1,1K Followers

1,1K Following

German Velasco (@germsvel) 's Twitter Profile Photo

If you haven’t used Ecto and come from Rails, I wrote a summary of that difference: ✍️ germanvelasco.com/blog/ecto-uniq… Hope it's helpful! #MyElixirStatus

Elixir Book (@theelixirbook) 's Twitter Profile Photo

A library for performing 🚀 fast manipulation or access to the nested data structures. It can reduce a good amount of code for people working with deeply nested data. Looks interesting 👓, check it out! #myelixirstatus #elixirlang github.com/hissssst/pathex

The Big Elixir (@thebigelixir) 's Twitter Profile Photo

During his first-ever talk at #thebigelixir in March, Herminio Torres from @Simplebet walked through building a Phoenix Framework app in real-time using PubSub, Presence, LiveView. Check it out: youtube.com/watch?v=cdfdNU… #myelixirstatus

Tyler A. Young ⚗️🧑🏻‍💻 (@tylerayoung) 's Twitter Profile Photo

I am just constantly impressed at how "actually, not slow" Elixir is. I needed to run Douglas-Peucker simplification on some polygons. Figured I might need a Rust NIF, but it turns out for ~10 MB of GeoJSON, a native implementation is plenty fast (sub-second). #MyElixirStatus

Lars Wikman (@lawik) 's Twitter Profile Photo

New video! Putting the LiveView on the Nerves. These are a few of my favorite things. I had no voice, it turned out very artistic. Love to my editor. youtu.be/Fude1tM3kg0 #myelixirstatus Nerves

Erlang Ecosystem Foundation (@theerlef) 's Twitter Profile Photo

Pathex is a library for performing fast actions with nested data structures in Elixir. check it out! 👀 #WeBeamTogether #MyElixirStatus #ElixirLang

Chris McCord (@chris_mccord) 's Twitter Profile Photo

"Phoenix overtakes Svelte’s spot as the most loved web framework" I forgot Stack Overflow's Dev Survey was a thing this year, so this was delightful to see pop up on my feed today. Thanks for the love everyone! ❤️❤️❤️🐥🔥 survey.stackoverflow.co/2022/

Zach Daniel | zachdaniel.bsky.social (@zachsdaniel1) 's Twitter Profile Photo

I still can’t believe how many people and companies are sleeping on #elixirlang and #erlang. Good for people leaning in now, it cannot be overstated how much of a competitive advantage it is.

Erlang & Elixir Weekly (@erlangdiscu) 's Twitter Profile Photo

An Animated Introduction to Elixir (beginner tutorial) markm208.github.io/exbook/ Discussions: discu.eu/q/https://mark… #elixir #programming

Elixir Book (@theelixirbook) 's Twitter Profile Photo

A finite state machine using Erlang's `gen_statem` behavior with a simple 🏧 machine example. Author @meraj_enigma itnext.io/state-machine-…

German Velasco (@germsvel) 's Twitter Profile Photo

There are 2 ways to test Phoenix Framework function components: - render_component/3 - rendered_to_string/1 + ~H sigil Use the second one every time! 📢 So much nicer ergonomics ✨and allows us to test more complex components (e.g. with slots). 🎉 #MyElixirStatus

Elixir Book (@theelixirbook) 's Twitter Profile Photo

This handy shell script is perfect for beginners looking to set up their #ElixirPhoenix environment! Once you're done, you'll be ready to run a database server, create a Phoenix app, and launch it quickly. 🚀 phx.tools

Parker & Shannon (@sorentwo) 's Twitter Profile Photo

Postgres 17 was released, and it's great for Oban: - Vacuuming uses 20x less memory - Faster index only scans for B-tree indexes - Improved IN performance for B-Tree indexes - Improvements to processing CTEs - 2x increased write throughput from WAL Any early adopers upgraded?

Code BEAM (@codebeamio) 's Twitter Profile Photo

Well, the title says it all: 🙌 Parenting 🙌 Don't miss Saša Jurić's talk at Code BEAM Europe 👉 codebeameurope.com #codebeam #codebeameurope #myelixirstatus #webeamtogether

Elixir Book (@theelixirbook) 's Twitter Profile Photo

🐍 Testcontainers for Elixir: A game-changer for your Docker-based testing. Dive into how it boosts integration tests effortlessly! 💻 #elixirlang #docker #testcontainers #myelixirstatus github.com/testcontainers…

Anthony Accomazzo (@accomazzo) 's Twitter Profile Photo

What makes The Elixir programming language great for startups? The biggest problem most startups face is trying to find product/market fit. The key to discovering product/market fit is rapid iteration. You need to build, measure, and adapt quickly based on customer feedback. Ruby on Rails

What makes <a href="/elixirlang/">The Elixir programming language</a> great for startups?

The biggest problem most startups face is trying to find product/market fit. The key to discovering product/market fit is rapid iteration. You need to build, measure, and adapt quickly based on customer feedback.

Ruby on Rails
Anthony Accomazzo (@accomazzo) 's Twitter Profile Photo

It's really easy to setup your own cache module in The Elixir programming language that uses ETS and supports proactive warming. Proactive warming prevents slow cache misses. (Which show up as spikes in latency graphs/ruin your p95.) Also uses a neat trick, `:timer.apply_after`: Make a struct

It's really easy to setup your own cache module in <a href="/elixirlang/">The Elixir programming language</a> that uses ETS and supports proactive warming.

Proactive warming prevents slow cache misses. (Which show up as spikes in latency graphs/ruin your p95.)

Also uses a neat trick, `:timer.apply_after`:

Make a struct
José Valim (@josevalim) 's Twitter Profile Photo

Introducing Tidewave: beyond code intelligence. While working on our web apps, we run code, query the database, read logs, search docs… but AI tools are limited to compiling code. Watch Tidewave transform Claude Desktop into an agent by running a MCP server in your web app!