Programming

Programming

1462 bookmarks
Custom sorting
Elixir is Safe - DockYard
Elixir is Safe - DockYard
What all garbage-collected languages do for memory safety, Elixir also does for safe concurrency.
·dockyard.com·
Elixir is Safe - DockYard
Running tasks concurrently in Django asynchronous views
Running tasks concurrently in Django asynchronous views
Django is been getting more and more async abilities! Mariusz Felisiak explores how to run multiple async tasks in a Django asynchronous views.
·fly.io·
Running tasks concurrently in Django asynchronous views
Recognize digits using ML in Elixir
Recognize digits using ML in Elixir
Machine learning allows you to solve once unimaginable problem. Elixir's support for machine learning through Nx and Axon let us do impressive thing while staying in our favorite language.
·fly.io·
Recognize digits using ML in Elixir
Phoenix LiveView Zipped Uploads
Phoenix LiveView Zipped Uploads
Exploring zipping up a client's directory in the browser using JSZip and the webkitdirectory feature and unzipping on a Phoenix server using OTP the :zip module.
·fly.io·
Phoenix LiveView Zipped Uploads
Analyze Meta Tags With Elixir
Analyze Meta Tags With Elixir
In this article, we analyze with Elixir the 1000 most common websites and there meta tag usage.
·kiru.io·
Analyze Meta Tags With Elixir
Can Phoenix Safely use the Zip Module?
Can Phoenix Safely use the Zip Module?
OTP includes lots of built-in features. Here we explore the Erlang zip module to discover how safe it is to use directly in our Phoenix applications.
·fly.io·
Can Phoenix Safely use the Zip Module?
Tutorial
Tutorial
Official MockNeat Java library documentation.
·mockneat.com·
Tutorial
Multi-node Elixir Deployments on Linux
Multi-node Elixir Deployments on Linux
While I was creating DiscoBoard, a Discord soundboard bot, I spent a lot of time determining how I wanted to handle deployment. DiscoBoard consists of two services: the LiveView website and the Discord bot itself. In order to guarantee a responsive interface for most users, I needed to deploy the
·wkrp.xyz·
Multi-node Elixir Deployments on Linux
sobelow
sobelow
Security-focused static analysis for Elixir & the Phoenix framework
·hex.pm·
sobelow
Add full-text search to an Elixir Phoenix application | Culttt
Add full-text search to an Elixir Phoenix application | Culttt
In this tutorial, we're going to build a simple Phoenix application based upon NimblePublisher. I will then show you how you can integrate Haystack to add full-text search for your content.
·culttt.com·
Add full-text search to an Elixir Phoenix application | Culttt
How Asynchronous JavaScript Works: A Deep Dive into Its Execution Process
How Asynchronous JavaScript Works: A Deep Dive into Its Execution Process
Overview If you are an aspiring JavaScript developer, you will likely be asked whether JavaScript is synchronous or asynchronous. And when you look around for the answers, you might get mixed answers for it. Some considered that JavaScript is synchro...
·sobitprasad.hashnode.dev·
How Asynchronous JavaScript Works: A Deep Dive into Its Execution Process
A Dive into Recursion with Elixir
A Dive into Recursion with Elixir
Today I was fortunate to join in on the Dockyard Academy for a discussion about Recursion. We got a...
·dev.to·
A Dive into Recursion with Elixir
n2g
n2g
Need To Graph
·pypi.org·
n2g
How to multicast using gen_udp in Erlang?
How to multicast using gen_udp in Erlang?
How do you use gen_udp in Erlang to do multicasting? I know its in the code, there is just no documentation behind it. Sending out data is obvious and simple. I was wondering on how to add membersh...
·stackoverflow.com·
How to multicast using gen_udp in Erlang?
Building a Chat App with LiveView Streams
Building a Chat App with LiveView Streams
Building a LiveView powered chat app is easier than ever when using Streams! Sophie DeBenedetto shows us how.
·fly.io·
Building a Chat App with LiveView Streams
Using LiveView's new primitives for accessibility
Using LiveView's new primitives for accessibility
Discover the new accessibility features in LiveView 0.18 and learn how to use them in your Phoenix LiveView applications with practical examples.
·fly.io·
Using LiveView's new primitives for accessibility