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
02-11-2020 19:25:44
139 Tweet
1,1K Followers
1,1K Following
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
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
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
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
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