AAAnthony Akroinblog.a4anthony.com·Mar 28, 2021 · 3 min readPublishing vue components to npmAs we all know, vue components are meant to be reused. This process is rather easy when working with a single application but how about using the same vue components across multiple vue applications? copy and paste? This can work but it becomes very ...00
AAAnthony Akroinblog.a4anthony.com·Jan 20, 2021 · 8 min readWhy I love Coding...Why do I love coding? To be honest that's a tough question because it's just something I always find myself doing unconsciously for hours. It is something that took me 4 years to eventually start, Shoutout to procrastination but yeah I've been coding...00
AAAnthony Akroinblog.a4anthony.com·Jan 1, 2021 · 2 min readMy 2021 Budget!!!My 2021 Budget! Not about money though. I feel budget could be anything depending on the context. I think I'm right, I mean I hope so. With that being said, My 2021 Budget. My 2020? I'll be honest(it is pretty obvious though), 2020 was really tough. ...00
AAAnthony Akroinblog.a4anthony.com·Sep 8, 2020 · 13 min readLaravel 7 autopopulate dropdown using AjaxTodays tutorial will be on how to auto-populate a dropdown according to a preselected dropdown on Laravel using Ajax. This tutorial is also available on github. First of all, we’ll create a new Laravel project(I’m assuming you already have composer ...01O