Typeahead with LiveView and Tailwind - Tutorials and screencasts for Elixir, Phoenix and LiveView
Textual - Widgets
Textual is a TUI framework for Python, inspired by modern web development.
Single File Elixir Scripts
Experiment and debug with Elixir Scripts!
Creating a simple weather application with Phoenix LiveView - Erlang Solutions
we will discuss our experience building an online weather application in Elixir using Phoenix LiveView. We created a real-time weather application that allows users to see the past, current, and forecast temperature and precipitation data for any UK postcode.
Know How to Create and Visualize a Decision Tree with Python
Creating and visualizing decision trees can be simple if one possesses the knowledge of the basics. Understand how to do it with the help of Python.
Search and Clustering with ExFaiss
You can now use vector search with Elixir, thanks to ExFaiss.
Can’t Live `with` It, Can’t Live `with`out It - Erlang Solutions
'with' is a powerful tool in Elixir, but it's not without its quirks. This blog will help you understand how to use it best and how to manage unexpected behaviours.
An Animated Introduction to Elixir
Under the Hood of Ecto
Ecto is a toolkit for mapping database objects to Elixir structs and provides a unified interface to...
Learning Elixir: It’s All Reduce
The Missing Map for Learning FP
Code Organization for an Elixir Endpoint
This is just my thoughts on how I would organize code in an endpoint. Let's have an example addresses...
Creating a Personal Blog with Phoenix LiveView · The Mykolas
CS1332 Data Structures Visualizations
Simple fixtures in ExUnit
How I roll my own fixtures logic in ExUnit.
Demystifying bitwise operations, a gentle C tutorial
A beginner friendly tutorial on bitwise operations in C
Demystifying bitwise operations, a gentle C tutorial #Programming
Andrei Ciobanu provides a thorough tutorial on using bitwise operations on data in C: Bitwise operations are a fundamental part of Computer Science. They help Software Engineers to have a deeper un…
Tailwind CSS Phoenix (Elixir) - Flowbite
Learn how to install Flowbite with Phoenix and Tailwind CSS to start building rich and interactive web applications based on the Elixir programming language
r/elixir - What is the difference between Redis Pubsub and Elixir Pubsub?
8 votes and 4 comments so far on Reddit
Elixir/Phoenix Security: Remote Code Execution and Serialisation
A detailed look at how RCE vulnerabilities happen in Elixir.
Towards Maintainable Elixir: Testing
In the final article of this series we’ll take a look at our approach to testing. As always, when discussing some practice or technique…
An Introduction to Test Factories and Fixtures for Elixir | AppSignal Blog
In the first part of this three-part series, we'll give an overview of Elixir test factories and fixtures.
How to associate a file to an hash code, and use it to find the file anywhere in the filesystem
I would like to create a tool (a shell script, or maybe a Python script) to generate and associate an hash code to a file, and then be able to use that hash to retrieve the file in the filesystem (...
Curse the Darkness
Rants about politics and computing with occasional useful code tidbits.
Phoenix Dev Blog - Streams
LiveView's new Streams feature is set to be a game changer and yet easy to use at the same time. Chris McCord writes this dev blog post shinning a light onto this new feature.
How to get a hash of a file in Exilir
Rants about politics and computing with occasional useful code tidbits.
Fly.io Distributed Systems Challenge
Documentation and guides from the team at Fly.io.
Elixir/Phoenix Security: Rate Limits for Authentication with Hammer
How to use the Hammer library to apply rate limiting to authentication routes in Phoenix
Shipping Logs
Centralizing your application logs
Pass User Agent info to your LiveView
Learn how to get an User Agent inside a LiveView.
Named Booleans prevent C++ bugs and save you time - Raymii.org