zacksiri.dev
RSS FeedWelcome to my development / engineering blog. I make software using Elixir / Phoenix. I'm currently focused on building opsmaru.com. This blog is a collection of things I learned building projects over the years.
Featured
Data Visualization for Machine Learning in Elixir
Published: at 12:00 AMI show you the various ways you can visualize data for machine learning in Elixir. I start with doing a basic scatter plot and move to more complex examples like plotting the loss curve.
I Built a Home Server
Published: at 12:00 AMMy NAS broke down and I couldn't fix it and replacements are expensive, so I decided to build a home server to solve all my problems.
Learning Machine Learning in Elixir
Published: at 12:00 AMI highlight the various tips and tricks to how I'm learning machine learning with elixir. I also go through the difference between python and elixir for various steps in machine learning.
Self provisioning Ecto based Application
Published: at 12:00 AMHow an elixir application that uses ecto can bootstrap it's own database.
Work distribution with Jump Consistent Hashing
Published: at 12:00 AMHow you can use jump consistent hashing to distribute workload in a distributed system.
Why I created the PAKman Build System
Published: at 12:00 AMWhy I created PAKman a build system based on Alpine packages using Elixir programming language.