techhub.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A hub primarily for passionate technologists, but everyone is welcome

Administered by:

Server stats:

4.6K
active users

#elixir

14 posts14 participants0 posts today

🌗 Matthew Sinclair - Intelligence, Innovation, Leadership, Influence
➤ Elixir 的優勢與應用: 解決常見的誤解
matthewsinclair.com/blog/0181-
本文探討了Elixir程式語言的優勢,作者分享了他為何一直推廣Elixir的原因。Elixir基於Erlang VM (BEAM) 平臺,具備可擴展性、並發性與容錯性,適合現代SaaS應用程式、即時功能、API等。Elixir生態系統成熟,許多公司如WhatsApp、Discord等已採用。Phoenix框架簡化了Web開發,而Ash框架則提升了後端開發效率。此外,Nx框架則提供數值計算能力。作者認為Elixir能夠有效降低複雜度,提高團隊效率。
+ 讀者可能會覺得這篇文章深入淺出地解釋了Elixir的優勢,讓人更加了解這個語言的潛力。
+ 讀者可能對文中提到的各個框架,如Phoenix和Ash,產生進一步的興趣,想要深入研究。
#程式設計 #Elixir #開發者

matthewsinclair.commatthewsinclair.com · Intelligence. Innovation. Leadership. Influence.

If you ever change the database in your Phoenix project from #postgresql to #sqlite remember to remover the `async: true` parts from the use `Project.ConnCase` in your tests.

Otherwise a lot of `(Exqlite.Error) Database busy` will show up in your tests.

Another way to "fix" this is to set the `pool_size` to 1 in your tests.exs. But in reality that's just a workaround.

One of Gothenburg's OG Elixir shops, they were Football Addicts back then. Since many years they go by Forza Football and Elixir is still central to what they do and when I asked they considered it an absolute must to join in sponsoring Goatmire Elixir.

forzafootball.com
#elixir

forzafootball.comForza Football - Livescores, lineups, videosLive scores, lineups, video highlights, push notifications, player profiles. Forza Football covers more than 1400 football leagues and cups around the world.

A very interesting blog post wondering if contexts killed (hindered would surely be a better fit) the Phoenix framework adoption.

arrowsmithlabs.com/blog/did-co

When launching a brand new Phoenix app as a newcomer, understanding contexts, what they involve exactly and how to name them definitely brings a lot of (unnecessary) friction.

(but contexts are useful later on, once your codebase has grown, and it's great to have such a thing)

Arrowsmith LabsDid contexts kill Phoenix?Why didn't Phoenix take off? I ask whether contexts killed the momentum.