Getting Started with Elixir Data Exploration
This document demonstrates how to use Elixir and Livebook for interactive data exploration. We'll learn basic data processing, visualization, and analysis techniques.
Hello! As a software developer and computer graphics enthusiast, I am on a journey to create modern software solutions that make our digital lives easier and more enjoyable. Currently, I primarily use Elixir and Phoenix, as well as Web React. enjoy exploring WebGPU development around computer graphics; take a look at what I've done, understand my ideas, and give me a call if you think we can create something exciting together.
This document demonstrates how to use Elixir and Livebook for interactive data exploration. We'll learn basic data processing, visualization, and analysis techniques.
Learn how to implement the Web Share API in your Phoenix LiveView application. This article will show you how to create a custom Phoenix LiveView hook to seamlessly share content, improve the user experience, and increase engagement.
This article is about setting up a CI pipeline for an Elixir application using GitHub Actions. We'll cover installing dependencies, running tests, and checking code formatting, as well as publishing hex packages and building Docker images as part of the pipeline.