This blog is about adding a Toaster message in the Phoenix LiveView application. We are going to implement this with a combination of Elixir and...
A good user experience happens when an application is easy to use and with intuitive UI feedback. Nav menu bar is one the most important element in...
In my previous blog, I explained how to query Graphql API using Neuron. Throughout the blog, I explained the working of Neuron on page 0. Whereas,...
Recently while creating my personal portfolio website abulasar.dev, I added a blog page. For that, I had fetched hashnode blogs on the page. Hashnode...
In my previous blog on the Note-taking app, we missed harnessing the most important feature of Phoenix LiveView i.e real-time update. What does that...
This blog is a continuation of a two-part blog. This is going to be part 2. In the previous blog, we've seen the designing of the process layer...