Programming

Programming

1462 bookmarks
Custom sorting
Better 404 design
Better 404 design
There are exactly three things I want from a 404 page: Something approaching an apology An easy way to report the broken link Copy that might elicit a sensible chuckle This page only took a few minutes to make. The "let us know" link pre-populates the entire e-mail and is implemented in a Rails view thanks to a helper method that makes constructing mail_to links a little nicer: def mail_to_url(email, **options) "mailto:#{email}?
·justin.searls.co·
Better 404 design
Introducing Elixir WebRTC
Introducing Elixir WebRTC
For the last few months, we’ve been working on an Elixir implementation of WebRTC and we are glad to announce it’s very first version!
·blog.swmansion.com·
Introducing Elixir WebRTC
Discover the Power of AI Apps Built with Elixir - ElixirConf 2023
Discover the Power of AI Apps Built with Elixir - ElixirConf 2023
Join Charlie Holtz at ElixirConf 2023 as he unveils the secrets of building cutting-edge AI applications using Elixir - a language built for maximum performance and scalability.
·toolify.ai·
Discover the Power of AI Apps Built with Elixir - ElixirConf 2023
Elixir Drops 0.2.0 with support for custom types was released!
Elixir Drops 0.2.0 with support for custom types was released!
Since the previous release in October, my intermittent efforts have been dedicated to developing version 0.2.0 of Elixir Drops, concentrating primarily on enhancing its type system. The main objective has been to introduce the functionality for users...
·solnic.dev·
Elixir Drops 0.2.0 with support for custom types was released!
Elevate Your Elixir With Sigils
Elevate Your Elixir With Sigils
Adding support for real-valued intervals implementing the Enumerable Protocol in Elixir.
·thestackcanary.com·
Elevate Your Elixir With Sigils
Data Structures and Algorithms In C (DSA Masterclass)
Data Structures and Algorithms In C (DSA Masterclass)
Data Structures and Algorithms In C (DSA Masterclass). Learn Data Structures and Algorithms In C (DSA Masterclass) to provide efficient solution to complex problems.
·coursegalaxy.newzenler.com·
Data Structures and Algorithms In C (DSA Masterclass)
Elixir programming language guide | Curiosum
Elixir programming language guide | Curiosum
Learn about Elixir - a productive, scalable, functional programming language that consistently ranks as one of the most loved programming languages in the world
·curiosum.com·
Elixir programming language guide | Curiosum
Unpacking Elixir: Phoenix
Unpacking Elixir: Phoenix
In this series I've been unpacking various facets of Elixir. Mostly this has meant trying to explain Erlang and the BEAM through the lens of Elixir. Now we are moving into the domain of the web framework. This is where I dare say that Elixir has much more to say than Erlang. Erlang has to my understanding never landed fully on a canonical preferred web framework. Elixir has Phoenix and this post will be unpacking Phoenix. The Elixir web framework.
·underjord.io·
Unpacking Elixir: Phoenix
gen_statem in context
gen_statem in context
My personal notes and opinions on :gen_statem in Elixir.
·moosie.us·
gen_statem in context
You might not need gradual typing in Elixir
You might not need gradual typing in Elixir
Elixir's lack of static typing doesn't have to be a dealbreaker. Discover how the functional paradigm avoids the usual pitfalls of dynamic typing.
·phoenixonrails.com·
You might not need gradual typing in Elixir