I built a little utillity website using liveview called Task.Moe which is a free, personal and simple to use time tracker for tasks.
We can't find the internet
Attempting to reconnect
Something went wrong!
Hang in there while we get back on track
Here's a Tailwind only LiveView Functional Component, No JS needed.
Here's CSS only switch modeled after the checkbox function component for your use in LiveView
I wanted to show a very basic example on how easy it is to just make an elixir module for adding you own dropdown menu. No need for large UI libraries for components if you get used to simply making your own.
FYI: this is a work in progress and it not complete as of yet. In this post I show you how to make a basic site nav and also add a mobile toggle button for showing a mobile friendly version for smaller screens.
In this post I want to touch on something I've found myself writing a few times as a prerequisite as a starting point for a new phoenix application. In this post I go over some of the very basics to getting a basic phoenix application going for local development.
Take a deep dive with me on how I built a image tool using rust and wasm and hosted as a static site on github pages.
I wanted to get a better understanding of what gradual typing is in elixir. Currently gradual typing is under development in elixir and not fully implemented but in short its a way to add static typing to the dynamic language. In this post I explore what is currently available.
In this blog post I want to take a look at a sorting algorithm and compare it's solutions in different languages for a comparison of syntax and readability.