Milton Mazzarri (@milmazz) 's Twitter Profile
Milton Mazzarri

@milmazz

Enum.random(~w(programming cycling tennis elixir learning mojitos grill))

ID: 56919266

linkhttp://milmazz.uno calendar_today15-07-2009 04:03:02

6,6K Tweet

968 Followers

1,1K Following

Milton Mazzarri (@milmazz) 's Twitter Profile Photo

Catch my talk at #CodeBEAM America 2022! Join us either online or in person in Mountain View to find out how #BEAM helps with high-performance and massively scalable distributed systems. Use my discount code for 15% off conference tickets: LetsTalkBEAM

Milton Mazzarri (@milmazz) 's Twitter Profile Photo

I’m excited to speak tomorrow at #CodeBEAM America 2022; I’ll be talking about how we are tackling Technical Debt, in a 6yo The Elixir programming language codebase, at Frame.io, now an Adobe company.

Paraxial.io (@paraxialio) 's Twitter Profile Photo

New blog post: Securing Elixir/Phoenix Applications: 5 Tips to Get Started There are a number of resources related to Elixir and Phoenix security, determining where to begin is difficult. Here are five recommendations, also in tweets: #myelixirstatus paraxial.io/blog/securing-…

New blog post: Securing Elixir/Phoenix Applications: 5 Tips to Get Started

There are a number of resources related to Elixir and Phoenix security, determining where to begin is difficult. Here are five recommendations, also in tweets:

#myelixirstatus

paraxial.io/blog/securing-…
José Valim (@josevalim) 's Twitter Profile Photo

With the release of ExDoc Cheatsheets, we thought it would be a good time to recap and show other 8 ExDoc features that make the documentation experience in Elixir such a joy: elixir-lang.org/blog/2022/12/2… (plus two bonus entries!) By Hugo Baraúna! #MyElixirStatus

Andrea Leopardi (@whatyouhide) 's Twitter Profile Photo

I'm starting a new video series on The Elixir programming language 🎥 • I'm solving the Protohackers challenges • We're learning some network programming along the way • I'm publishing a new video every few days The first video is live now, hope you'll enjoy! 📺 youtu.be/owz50_NYIZ8

Phoenix Framework (@elixirphoenix) 's Twitter Profile Photo

Phoenix 1.7.0 final is out! 🐥🔥 Built-in Tailwind CSS , Verified Routes, LiveView Streams, and more. Check the announcement for details: phoenixframework.org/blog/phoenix-1…

Code BEAM (@codebeamio) 's Twitter Profile Photo

After Adobe aquired Frame.io, The team faced some challenges with a 6 year old #Elixir code base. Watch the video from Milton Mazzarri's talk at #CodeBEAM America 2022 to see how they overcame these hurdles. #MyElixirStatus youtu.be/Hb47xgtOUMc

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

Oban training is on! Join us in "Background Processing with Oban" at ElixirConf in Orlando: 2023.elixirconf.com/training#backg… Oh, and there are also hand-drawn stickers 🎨

Oban training is on! Join us in "Background Processing with Oban" at <a href="/ElixirConf/">ElixirConf</a> in Orlando:

2023.elixirconf.com/training#backg…

Oh, and there are also hand-drawn stickers 🎨
Craig Kerstiens - Finger lime evangelist (@craigkerstiens) 's Twitter Profile Photo

Pro-tip #PostgreSQL tip, trying to use psql more, but still missing a richer editor when writing SQL? Set your $EDITOR or $PSQL_EDITOR to the editor of your choice. Then use \e to open the last executed SQL in that editor, close and save, it'll execute the query.

Paraxial.io (@paraxialio) 's Twitter Profile Photo

New from the Erlang Ecosystem Foundation Security Working Group: Web Application Security Best Practices for BEAM languages erlef.github.io/security-wg/we… Improve the security of your Elixir/Phoenix web applications with these guidelines! #myelixirstatus Bram Verburg

New from the <a href="/TheErlef/">Erlang Ecosystem Foundation</a> Security Working Group: Web Application Security Best Practices for BEAM languages 

erlef.github.io/security-wg/we…

Improve the security of your Elixir/Phoenix web applications with these guidelines!

#myelixirstatus <a href="/voltonez/">Bram Verburg</a>
Vinícius Müller (@magevinicius) 's Twitter Profile Photo

Here are some more screenshots of the new compiler diagnostics and errors visuals that are coming with Elixir 1.16. Thank you José Valim for letting me work on that and for the guidance :)

Here are some more screenshots of the new compiler diagnostics and errors visuals that are coming with Elixir 1.16.

Thank you <a href="/josevalim/">José Valim</a> for letting me work on that and for the guidance :)
Parker & Shannon (@sorentwo) 's Twitter Profile Photo

Initial work on partitioned tables for Oban jobs looks extremely promising! Synthesizing 7m jobs (1m a day for 7 days): * 40% Smaller tables/indexes * 95% Less bloat after vacuum * 2-3x faster vacuuming/reindexing * <50ms to prune historic jobs

Initial work on partitioned tables for Oban jobs looks extremely promising!

Synthesizing 7m jobs (1m a day for 7 days):

* 40% Smaller tables/indexes
* 95% Less bloat after vacuum
* 2-3x faster vacuuming/reindexing
* &lt;50ms to prune historic jobs
Parker & Shannon (@sorentwo) 's Twitter Profile Photo

After our #ElixirConfEU talk, many people asked how a dedicated Oban repo works with transactions. That's a slide failure on our part, and it'll be in the scaling guide. The trick is using the get_dynamic_repo option:

After our #ElixirConfEU talk, many people asked how a dedicated Oban repo works with transactions. That's a slide failure on our part, and it'll be in the scaling guide.

The trick is using the get_dynamic_repo option:
Parker & Shannon (@sorentwo) 's Twitter Profile Photo

CockroachDB officially works with Oban as of the latest push to main. (It requires a simplified migration and uniqueness will only work with Oban Pro, but it's alive ⚡️)

<a href="/CockroachDB/">CockroachDB</a> officially works with Oban as of the latest push to main.

(It requires a simplified migration and uniqueness will only work with Oban Pro, but it's alive ⚡️)
Parker & Shannon (@sorentwo) 's Twitter Profile Photo

Oban Pro v1.5.0-rc.3 is out with a before_new/2 hook, universal index-backed uniqueness, and CockroachDB compatibility! oban.pro/docs/pro/1.5.0… Hopefully this is the final release candidate, pull it down and help us kick the tires 🛞