AbulAsar S.
Abul Asar's Blog

Abul Asar's Blog

Follow
homeAbout Mebadges
Tag

Phoenix framework

#phoenix

More content

Read more stories on Hashnode


Articles with this tag

My Elixir Mix Podcast

Jul 23, 20221 min read 249 views

Recently, I got the opportunity to be a guest on Elixir Mix podcast. Though I was nervous(super nervous) but the hosts of the show Sascha Wolf, Adi...

My Elixir Mix Podcast

Adding Toaster message in Phoenix LiveView

Jun 21, 20224 min read 1.6K views

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...

Adding Toaster message in Phoenix LiveView

Highlighting the current page link in the Navbar menu in Phoenix LiveView

Jun 11, 20225 min read 1.9K views

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...

Highlighting the current page link in the Navbar menu in Phoenix LiveView

Adding Infinite scroll in Phoenix LiveView App

Jun 7, 20225 min read 1.6K views

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,...

Adding Infinite scroll in Phoenix LiveView App

Fetching data from external Graphql API service in Phoenix LiveView

May 29, 20225 min read 2.2K views

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...

Fetching data from external Graphql API service in Phoenix LiveView

Building Realtime LiveView App using Phoenix PubSub

Nov 6, 20214 min read 2.5K views

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...

Building Realtime LiveView App using Phoenix PubSub