emac .dev eloper

Peace of mind from
prototype to production

Build rich, interactive web applications quickly,
with less code and fewer moving parts. Join our growing
community of developers using Phoenix
to craft APIs, HTML5 apps and more, for fun or at scale.

                                defmodule TimelineLive do                  
                                  use Phoenix.LiveView                                                                  
                                  def render(assigns) do                    
                                    render("timeline.html", assigns)      
                                  end
                                                                             
                                  def mount(_, socket) do                                            
                                    Twitter.subscribe("elixirphoenix")      
                                    {:ok, assign(socket, :tweets, [])}      
                                  end
                                                                             
                                  def handle_info({:new, tweet}), socket) do
                                    {:noreply,                               
                                     update(socket, :tweets, fn tweets ->   
                                       Enum.take([tweet | tweets], 10)  
                                     end)}                                 
                                  end                                      
                                end
                            
https://my-phx-app.com

@elixirconf
Do you want to be appreciated? If you know and use Elixir 1) I bet you know more than you think you do and 2) I'm certain others can benefit from your knowledge! Submit your CFP for @ElixirConfEU at https://eventil.com/events/elixir
confeu2020/cfp Many will be grateful that you did. #MyElixirStatus

@theadamconrad
Psyched to have spoken with @chris_mccord on my first podcast with @seradio on #elixirlang #phoenix latest and greatest LiveView framework

@sprsmpl
My smart mirror has been running for weeks without a restart. Phoenix liveview updates every second, hasn't missed one yet. #myelixirstatus

@shritesh
I implemented a shopping cart using Phoenix Live View and then realized that it syncs automatically across multiple tabs and always displays the correct state. I wasn’t even trying to make any of that work. #myelixirstatus

@seradio
Episode 394: Chris McCord on Phoenix LiveView

@nathanwilson
Using @elixirphoenix's LiveView to filter over 800 tree species (https://treelib.ca/species). I'm so impressed with how fast it is and how easy it was to write. #myelixirstatus #phoenixframework 🌲🌳🌲

@josevalim
If you want to learn more why Phoenix LiveView is such a game changer for writing interactive and real-time applications, the @pragmaticstudio folks put together a short and sweet 4-min video on it: https://pragmaticstudio.com/
phoenix-liveview… (scroll to mid-page)

Rapidly build modern websites without ever leaving your HTML.

A utility-first CSS framework packed with classes like flex, pt-4, text-center and rotate-90 that can be composed to build any design, directly in your markup.

<figure class="md:flex bg-slate-100 rounded-xl p-8 dark:bg-slate-800">
                  <img class="w-24 h-24 rounded-full mx-auto" src="/sarah-dayan.jpg" alt="" width="384" height="512">
                  <div class="pt-6 text-center space-y-4">
                    <blockquote>
                      <p class="text-lg font-medium">
                        “Tailwind CSS is the only framework that I've seen scale
                        on large teams. It’s easy to customize, adapts to any design,
                        and the build size is tiny.”
                      </p>
                    </blockquote>
                    <figcaption class="font-medium">
                      <div class="text-sky-500 dark:text-sky-400">
                        Sarah Dayan
                      </div>
                      <div class="text-slate-700 dark:text-slate-500">
                        Staff Engineer, Algolia
                      </div>
                    </figcaption>
                  </div>
                </figure>
                
“Tailwind “Tailwind CSS CSS is is the the only only framework framework that that I've I've seen seen scale scale on on large large teams. teams. It’s It’s easy easy to to customize, customize, adapts adapts to to any any design, design, and and the the build build size size is is tiny.” tiny.”

Sarah Dayan

Staff Engineer, Algolia

Nothing great is made alone

Figma connects everyone in the

design process so teams can

deliver better products, faster.

FigJam and Figma product windows

PostgreSQL: The World's Most Advanced Open Source Relational Database

postgre logo

New to PosgresSQL?

PostgreSQL is a powerful, open source object-relational database system with over 30 years of active development that has earned it a strong reputation for reliability, feature robustness, and performance.

There is a wealth of information to be found describing how to install and use PostgreSQL through the official documentation. The PostgreSQL community provides many helpful places to become familiar with the technology, discover how it works, and find career opportunities. Reach out to the community here.

Learn more Feature Matrix

Ubuntu 22.04 LTS released and available for download!

Jammy Jellyfish has arrived

jammy jelly
FOOTER: acknowledgement, resources, links, etc.