Phoenix Framework Profile Banner
Phoenix Framework Profile
Phoenix Framework

@elixirphoenix

18,828
Followers
0
Following
16
Media
1,253
Statuses

The @elixirlang web framework that provides peace of mind from prototype to production

Joined February 2014
Don't wanna be here? Send us removal request.
Pinned Tweet
@elixirphoenix
Phoenix Framework
9 years
Our benchmark summary by @TheGazler is up! “The Road to 2 Million Websocket Connections in Phoenix”
15
139
208
@elixirphoenix
Phoenix Framework
1 year
Phoenix 1.7.0 final is out! 🐥🔥 Built-in @tailwindcss , Verified Routes, LiveView Streams, and more. Check the announcement for details:
14
211
679
@elixirphoenix
Phoenix Framework
6 years
Phoenix 1.4.0 is out! Check the announcement for details on new features, upgrade instructions, and what we’re up to next 🐥🔥
12
395
676
@elixirphoenix
Phoenix Framework
3 years
Phoenix 1.6.0 is released! Check the original RC announcement for all the nifty details! No more node or npm, auth generators, HEEx HTML engine, mailers, and more!
16
176
578
@elixirphoenix
Phoenix Framework
7 years
Phoenix 1.3.0 has landed! Check the announcement for details and happy coding! 🐥🔥
11
357
479
@elixirphoenix
Phoenix Framework
6 years
Phoenix 1.4.0-rc.0 is out! Check the announcement for details and news about the latest features! 🐥🔥
3
187
365
@elixirphoenix
Phoenix Framework
2 years
LiveView 0.18 is out! This is a massive release of long awaited features that take composable UI components to the next level and improves dev UX. Check the announcement for details!
5
98
352
@elixirphoenix
Phoenix Framework
7 years
HTTP/2 support is being finalized thanks to @TheGazler 's work in Plug & Phoenix, and of course @lhoguin 's continued fantastic work on Cowboy
0
103
292
@elixirphoenix
Phoenix Framework
4 years
Phoenix 1.5.0-rc.0 is out! 🐥🔥 This release brings a number of exciting features, including integration with the new Phoenix LiveDashboard and Phoenix LiveView and should be a quick and easy upgrade. Check the announcement for details:
0
127
280
@elixirphoenix
Phoenix Framework
2 years
Please join us in welcoming @bemesa21 to the phoenix-core team! She has previously contributed to LiveDashboard with supervision tree visualizations, & our upcoming 1.7 phoenix release will include her work on the Elixir Presence client. We're thrilled to have her aboard! 🐥🔥
11
33
272
@elixirphoenix
Phoenix Framework
4 years
The redesigned phoenix site is now proudly running on @gigalixir and the experience has been an absolutely joy! git push deployments with all the features of the platform, and everything is painless, down to SSL being automatically supported ❤️
4
51
271
@elixirphoenix
Phoenix Framework
5 years
1.4 Upgrade reports are coming in: “What used to be over 8 second compile in my project is now pretty much instant.” Great to see real-world quality of life improvements!
1
64
243
@elixirphoenix
Phoenix Framework
9 years
Phoenix 1.0 – the framework for the modern web just landed http://t.co/QMkLUNcFZd Thanks to all involved and this wonderful community!
10
340
245
@elixirphoenix
Phoenix Framework
3 years
If you are running Elixir v1.11+ and Phoenix v1.5.12+, you no longer need :phoenix in the list of compilers in your mix.exs. This should speed up mix CLI times considerably for large projects!
0
60
236
@elixirphoenix
Phoenix Framework
2 years
We need a list of companies using LiveView in production. If you'd like to be featured, we'd love to hear from you!
82
53
238
@elixirphoenix
Phoenix Framework
2 years
This means you can now deploy a phoenix app for free on @flydotio 🐥🔥
@flydotio
Fly.io
2 years
Postgres on is now free for small projects. The hard part about free Postgres is storage, so this post is also about free storage.
27
106
693
1
42
233
@elixirphoenix
Phoenix Framework
5 years
Watch the LiveView keynote from ElixirConf to see how LiveView can beat SPAs for a large class of applications. We achieve better data efficiency on the wire than the best hand-written SPAs and faster server response times with drastically fewer LOC.
0
81
215
@elixirphoenix
Phoenix Framework
2 years
LiveView 0.17.8 is out with the new HEEx formatter thanks to @FeelipeRenan ! 🐥🔥 It's a mix formatter plugin that formats all your heex files and ~H templates. Try it out and let us know if you have any issues:
5
42
204
@elixirphoenix
Phoenix Framework
3 months
LiveView 0.20.5 is out! The last two releases contain a bunch of fixes and improvements on our march to 1.0! Huge thanks to Steffen Deusch for closing out dozens of issues, replicating bugs, e2e tests, & more. He's truly accelerating the 1.0 release!
3
32
196
@elixirphoenix
Phoenix Framework
6 years
There's 14 Elixir jobs on Hacker News' "Jan 2018 Who's Hiring" – four of which that are Phoenix related. It's going to be a strong 2018 for the community! 🐥🔥
1
58
184
@elixirphoenix
Phoenix Framework
3 years
Phoenix LiveView 0.17 is out with some amazing new features! 🚨It also addresses a Safari 15 bug likely to affect your applications 🚨 Check my short write-up for the details and quick fixes:
6
49
187
@elixirphoenix
Phoenix Framework
8 years
If you think getting Elixir v1.3 and Ecto v2.0 in the same week is too much good news, we may have a surprise for you ;)
9
104
185
@elixirphoenix
Phoenix Framework
3 years
Please join us in welcoming @bayfieldcoder to the phoenix-core team! Aaron just landed his phx.gen.auth work, which brings @josevalim 's initial authentication efforts to life! A full authentication solution is now only a few keystrokes away and ready to be extended to your needs
9
25
184
@elixirphoenix
Phoenix Framework
8 years
Phoenix 1.2.1 is out with gorgeous new error pages thanks to @rstacruz ! Also endpoint code reloading fixes in dev
Tweet media one
2
91
162
@elixirphoenix
Phoenix Framework
6 years
The Elixir Mini-Documentary is out, giving a great backstory to the language and insight to its future. Check it out!
0
67
156
@elixirphoenix
Phoenix Framework
6 years
Phoenix core team member @lance_halvorsen just released his book, "Functional Web Development with Elixir, OTP, and Phoenix". Check it out!
1
58
156
@elixirphoenix
Phoenix Framework
2 years
People have been asking for an Elixir Presence client for years, and thanks to work by @bemesa21 we now support this in the Phoenix main branch! This allows consuming presence diffs efficiently on the server just like you're able to via external clients:
5
38
153
@elixirphoenix
Phoenix Framework
11 months
Using the bandit webserver in phoenix is so easy it fits in a tweet: # config.exs config :app, AppWeb.Endpoint, adapter: Bandit.PhoenixAdapter, # mix.exs {:bandit, "~> 1.0-pre", override: true}, That's it! Thanks for all the hard work @mattrudel ! Looking forward to 1.0.0!
3
20
145
@elixirphoenix
Phoenix Framework
4 years
Phoenix 1.4.15 is out with a new :trailing_slash router option for adding slashes to generated route helpers. This latest release is brought to you by our newest phoenix-core team member @mcrumm Please join us in welcoming Michael aboard! 🐥🔥
5
26
142
@elixirphoenix
Phoenix Framework
2 years
An entire Phoenix LiveView app in a single file, in 70 LOC via @TheGazler
2
29
144
@elixirphoenix
Phoenix Framework
6 years
phoenix_pubsub 1.1.0 is out with major performance improvements thanks to work by @michalmuskala and @simonzelazny ! 🐥🔥
1
23
132
@elixirphoenix
Phoenix Framework
5 years
Please join us in welcoming @_AlexGaribay to the phoenix-core team! 🐥🔥
8
10
125
@elixirphoenix
Phoenix Framework
8 years
Phoenix 1.2 is out, rounding out a fantastic week for the ecosystem. We cant wait to see whats built with Presence!
3
111
120
@elixirphoenix
Phoenix Framework
5 years
Check out the latest LiveView demo making the rounds: Markdown Live – 25 LOC LiveView which does real-time markdown generation.
4
45
119
@elixirphoenix
Phoenix Framework
5 years
Please join us in welcoming Scott Newcomer ( @puekey ) to the phoenix-core team!
3
12
104
@elixirphoenix
Phoenix Framework
8 years
Phoenix 1.1 is out! This release includes a number of great features. Check the announcement for details:
4
127
103
@elixirphoenix
Phoenix Framework
7 months
This is a neat LiveView app!
@charliebholtz
Charlie Holtz
7 months
EmojiGen has the largest library of emojis in the world (~250k), and now they're searchable! I just added embedding search, so you can search the entire library of AI emojis in a couple seconds
9
40
256
1
13
97
@elixirphoenix
Phoenix Framework
5 years
The Phoenix Phrenzy challenge is now open! Check out the site to submit a demo
1
46
78
@elixirphoenix
Phoenix Framework
8 years
Phoenix 1.2.0-rc is out with the much anticipated Presence features! Please upgrade and report your experiences
3
74
77
@elixirphoenix
Phoenix Framework
9 years
Phoenix 0.10 is out with some big features! Check the screencast for what's new: details:
3
63
70
@elixirphoenix
Phoenix Framework
5 years
See how easy it is to deploy your Phoenix projects with the new Elixir 1.9 releases support and @gigalixir ’s platform in their latest writeup
0
17
69
@elixirphoenix
Phoenix Framework
8 years
"We're seeing sub 1ms resp times, with a db query, in local dev. It frees time that would be spent optimizing, for actually building our app
1
51
69
@elixirphoenix
Phoenix Framework
9 years
Phoenix benchmark on 10 core Xeon, 128GB mem – 180,000 req/s. 75% CPU. IO was still the bottleneck & we couldn’t push enough traffic to max!
4
98
64
@elixirphoenix
Phoenix Framework
2 years
A great writeup on function components and slots was just published by @bemesa21 ! Check it out to see the run down on these new features:
0
20
63
@elixirphoenix
Phoenix Framework
3 years
The recently released Phoenix.HTML from 3.0.0-3.0.3 had a security vulnerability where the :class attribute in content_tag (and class={ @class } in HEEx) did not escape values. Please update to 3.0.4.
0
27
62
@elixirphoenix
Phoenix Framework
1 year
@chris_mccord 's "The Road to LiveView 1.0" keynote from @ElixirConfEU has been posted. Check it out for some neat demos on streams, infinite virtualized lists, and new dynamic form features coming your way!
1
15
61
@elixirphoenix
Phoenix Framework
5 years
Thanks to the fine folks at @DockYard the Phoenix Phrenzy competition is live! Join in to test your LiveView skills while showing the world what’s possible with Phoenix!
2
28
58
@elixirphoenix
Phoenix Framework
5 years
The results of the Phoenix Phrenzy contest are in! Check out all the great entries:
0
16
55
@elixirphoenix
Phoenix Framework
4 years
Aaaannnd we're back! @ElixirConf is live!
0
8
55
@elixirphoenix
Phoenix Framework
5 years
There’s still 10 days left to start (and finish!) your Phoenix Phrenzy contest entries! We can’t wait to see what folks build!
1
16
51
@elixirphoenix
Phoenix Framework
5 years
Tweet media one
7
6
48
@elixirphoenix
Phoenix Framework
3 years
And if you missed it, the ElixirConf keynotes covers all the nitty gritty details of what 0.17 has to offer:
0
19
47
@elixirphoenix
Phoenix Framework
5 years
ElixirConf is just 68 days away! Phoenix stickers have been secured. Who’s going?
9
13
45
@elixirphoenix
Phoenix Framework
9 years
Phoenix 0.16 is out! This is our last planned major release before 1.0 🚀
3
77
46
@elixirphoenix
Phoenix Framework
8 years
Phoenix 1.1.2 is out with @brunch 2.1 and the much awaited npm support. Check it out!
1
44
45
@elixirphoenix
Phoenix Framework
4 years
DockYard is hosting an ElixirConf Q&A with @chris_mccord and core-team member @mcrumm tomorrow at 11:35CDT. Reply to this thread with specific questions you'd like discussed!
7
10
43
@elixirphoenix
Phoenix Framework
1 year
phoenix-core member @peregrine just released a great write up on using SQLite for full text search – powered by LiveView!
1
6
43
@elixirphoenix
Phoenix Framework
8 years
There's a few hours left to grab a copy of "Programming Phoenix" 40% off from @pragprog using promo APRILNOFOOLS2016
7
46
41
@elixirphoenix
Phoenix Framework
6 years
@horvathlg Phoenix 1.4 ships with webpack. We made the change on 1.4-dev months ago :)
1
7
40
@elixirphoenix
Phoenix Framework
5 years
Phoenix stickers have arrived! Find @chris_mccord at ElixirConf to add to your collection
Tweet media one
0
5
39
@elixirphoenix
Phoenix Framework
2 years
Phoenix-core team member @peregrine is on stage at #elixirconf telling his story about coming around to the idea of LiveView
Tweet media one
0
7
38
@elixirphoenix
Phoenix Framework
9 years
If you want an example of Phoenix’s new Token auth, check the docs at Big thx to @peregrine for adding the feature!
0
29
35
@elixirphoenix
Phoenix Framework
8 years
The Programming Phoenix book just came off the printing presses for those dead-tree lovers! Grab yourself a copy:
2
25
36
@elixirphoenix
Phoenix Framework
8 years
In case you missed it last week: "What makes Phoenix Presence so special" and a sneakpeek screencast of new features
0
23
35
@elixirphoenix
Phoenix Framework
2 years
Phoenix app in a single file:
@TheGazler
Gary Rennie
2 years
Ever wanted to run Phoenix using Mix.Install? Unlikely, but it could be helpful for debugging or replicating an error.
4
14
53
0
9
33
@elixirphoenix
Phoenix Framework
11 months
For a deep-dive into how to build an app like TodoTrek (or Trello) in LiveView, @bemesa21 's new fly series takes you step-by-step!
@bemesa21
Berenice Medel
11 months
Check out this post and discover how to build a dynamic list component with seamless item addition, removal, editing, and resetting using Streams and form components in LiveView. #MyElixirStatus @elixirphoenix
0
26
70
0
5
32
@elixirphoenix
Phoenix Framework
5 years
Phoenix Phrenzy is off to a great start! Already more than 40 projects are in the works. Deadline is September 30th so there’s plenty of time to join in the fun!
1
9
33
@elixirphoenix
Phoenix Framework
5 years
Hear from core-team member @TheGazler at ElixirConf on how file uploads will be handled with Phoenix LiveView. We can’t wait to show off this feature!
0
9
30
@elixirphoenix
Phoenix Framework
4 years
There's two days left to submit a talk to the 2020 virtual @ElixirConf  – Beginner or expert, we'd love to hear from you!
0
13
30
@elixirphoenix
Phoenix Framework
9 years
If today's @elixirlang release wasn't enough for you, Phoenix 0.11 is out with some nice goodies! Details:
1
44
28
@elixirphoenix
Phoenix Framework
9 years
Phoenix 0.14 is out! Check the announcement for details #elixirlang
1
45
29
@elixirphoenix
Phoenix Framework
5 years
There’s just one day left to cast your votes for the Phoenix Phrenzy contest. Go check out the awesome applications folks have put together!
0
9
25
@elixirphoenix
Phoenix Framework
8 years
ElixirConf is fast approaching! Join hundreds of Elixir & Phoenix enthusiasts and see how we're building the future
0
14
28
@elixirphoenix
Phoenix Framework
5 years
ElixirConf CFP closes this weekend We want to hear from you! First-time speaker? No problem! Consider yourself a beginner? Perfect! Everyone has something to share, and there’s always newcomers who just stepped in that need your valuable insight!
0
22
26
@elixirphoenix
Phoenix Framework
9 years
Check out our badges to show your love on your phoenix powered projects: #elixirlang http://t.co/ejHhiATTB0
Tweet media one
3
25
27
@elixirphoenix
Phoenix Framework
9 years
Phoenix 0.12 is out with some great new features! Check the announcement for details
0
41
27
@elixirphoenix
Phoenix Framework
9 years
Average latency @ 180,000 req/s was 611.61μs . Ave latency was microseconds.
4
37
25
@elixirphoenix
Phoenix Framework
9 years
Phoenix 0.15 is out with great channel performance improvements and new features. Check the announcement for details
2
52
26
@elixirphoenix
Phoenix Framework
6 years
We're holding another Documentation Sprint at this years @elixirconf ! Signup here if you’re interested in helping out
1
11
24
@elixirphoenix
Phoenix Framework
9 years
In case you missed it, the "Programming Phoenix" beta book is out! Just in time for #elixirconf
2
22
25
@elixirphoenix
Phoenix Framework
7 years
. @pragdave takes the stage at @lonestarelixir . Currently talking about his graduate Elixir and Phoenix course!
Tweet media one
0
6
25
@elixirphoenix
Phoenix Framework
5 years
Find @chris_mccord at @LonestarElixir for Phoenix stickers!
0
6
23
@elixirphoenix
Phoenix Framework
9 years
Maxed channels at 1.3M on 1 server… because our 45 client boxes are out of ram. @livehelpnow is spinning up 40 larger servers for us ❤️❤️❤️
0
30
23
@elixirphoenix
Phoenix Framework
5 years
Lonestar Elixir CFP closes *tonight*! Now would be a great time to submit your first talk! Looking forward to seeing all our Elixir friends in Austin next year
0
11
22
@elixirphoenix
Phoenix Framework
7 years
Great showing for the @ElixirNYC meetup! Thanks for the pizza @SparkPost and @timberdotio / @FlatironSchool for hosting!
Tweet media one
1
6
22
@elixirphoenix
Phoenix Framework
8 years
We have 200 fresh stickers waiting for you at @ElixirDaze in a couple weeks! Don't miss out!
Tweet media one
2
8
22
@elixirphoenix
Phoenix Framework
1 year
@osterbergmarcus see the changes on main. stream/4 allows bulk operations now
0
0
22
@elixirphoenix
Phoenix Framework
2 years
🚨ElixirConf CFP is due TOMORROW🚨 Beginner or expert, the community can learn from you!
0
9
22
@elixirphoenix
Phoenix Framework
9 years
Join us in welcoming @TheGazler to the phoenix-core team! His contributions throughput the community have been an enormous help. Thx Gary!
0
12
22
@elixirphoenix
Phoenix Framework
7 years
Two Plug vulnerabilities have been disclosed. Apps w/ file uploads to local filesystem should upgrade immediately
0
35
20
@elixirphoenix
Phoenix Framework
7 years
Only two days left to submit your talks for ElixirConf in September! The community wants to hear from you!
0
10
20