AbulAsar S.forAbul Asar's Blogabulasar.hashnode.net·Nov 1, 2021Creating Note taking app using LiveView and GenServer - Part 1Phoenix Liveview is a new library that works with Phoenix and provides real-time user experiences with server-rendered HTML. The library documentation itself says LiveView provides rich, real-time user experiences with server-rendered HTML. In this b...Discuss·12 likes·4.4K readsPhoenix framework
AbulAsar S.forAbul Asar's Blogabulasar.hashnode.net·Jun 11, 2022Highlighting the current page link in the Navbar menu in Phoenix LiveViewA 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 web applications, it helps users to navigate to different pages. It's vital that users should be aware...Discuss·4 likes·1.4K readsElixir
AbulAsar S.forAbul Asar's Blogabulasar.hashnode.net·Jun 21, 2022Adding Toaster message in Phoenix LiveViewThis blog is about adding a Toaster message in the Phoenix LiveView application. We are going to implement this with a combination of Elixir and Javascript. Before, starting to build a toaster let's first answer the most obvious question "What is a T...Discuss·1 like·1.4K readsPhoenix framework
AbulAsar S.forAbul Asar's Blogabulasar.hashnode.net·Sep 8, 2022Creating a real-time Trello board with Phoenix LiveView-Part-2This blog is a continuation of a three-part blog series on creating a real-time Trello board. This is going to be part 2 of the series. In the previous blog, we designed and implemented the API layer of the application. We added two tables i.e User a...Paulo Borba and 1 other are discussing this2 people are discussing thisDiscuss·1 like·1.2K readsElixir
AbulAsar S.forAbul Asar's Blogabulasar.hashnode.net·Sep 8, 2022Creating a real-time Trello board with Phoenix LiveView-Part-1Trello cards help you to collaborate, manage projects, and reach new productivity peaks(As per their official Website 😊). You may have used it earlier or some similar board like Jira to manage projects and tasks. When I joined one of my previous org...AbulAsar S. and 1 other are discussing this2 people are discussing thisDiscuss·1.9K readsliveview
Pau Riosaforpaugrammingpaugramming.hashnode.net·Sep 3, 2022A Reusable Multi-Tag Selection Component for Phoenix LiveViewIn this article I'm gonna show how to create a reusable multi-tag selection component for a Phoenix LiveView Prerequisite phoenix_live_view tailwind css Add a live route go to router.ex and add live "/" ParentLiveView Create a Phoenix LiveVie...Discuss·156 readsPhoenix framework
Sergio Tapiaforsergiotapia.hashnode.net·Aug 31, 2022DropzoneJS direct uploads to Backblaze B2 in Phoenix Liveview.Woah read that title again, what a mouthful. I've spent the last five evenings after work trying to get this to work. I've cobbled together blog posts, forums posts, github issues, hell I've spelunked chinese stackoverflow content cloner websites try...Discuss·468 readsPhoenix framework
AbulAsar S.forAbul Asar's Blogabulasar.hashnode.net·Jul 23, 2022My Elixir Mix PodcastRecently, 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 Iyengar, and Allen Wyma were very welcoming and made me comfortable. The podcast was about my blog Fet...Discuss·1 like·198 readsElixir
AbulAsar S.forAbul Asar's Blogabulasar.hashnode.net·Jun 21, 2022Adding Toaster message in Phoenix LiveViewThis blog is about adding a Toaster message in the Phoenix LiveView application. We are going to implement this with a combination of Elixir and Javascript. Before, starting to build a toaster let's first answer the most obvious question "What is a T...Discuss·1 like·1.4K readsPhoenix framework
AbulAsar S.forAbul Asar's Blogabulasar.hashnode.net·Jun 11, 2022Highlighting the current page link in the Navbar menu in Phoenix LiveViewA 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 web applications, it helps users to navigate to different pages. It's vital that users should be aware...Discuss·4 likes·1.4K readsElixir
AbulAsar S.forAbul Asar's Blogabulasar.hashnode.net·Nov 3, 2021Creating Note taking app using LiveView and GenServer - Part 2This 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 (Boundary Layer) of the application. We implemented the GenServer and started it with Supervisor. We also ...Discuss·1 like·862 readsElixir
AbulAsar S.forAbul Asar's Blogabulasar.hashnode.net·Nov 1, 2021Creating Note taking app using LiveView and GenServer - Part 1Phoenix Liveview is a new library that works with Phoenix and provides real-time user experiences with server-rendered HTML. The library documentation itself says LiveView provides rich, real-time user experiences with server-rendered HTML. In this b...Discuss·12 likes·4.4K readsPhoenix framework