Published 5 months ago
Removing "Public" From Laravel URL Routes On HostingerThe Laravel framework has an file within its public directory. This serves as the entry point for all incoming traffic/requests. This means the only way to access any route is to go through the directory. Thus to reach , you would have to visit . In the rest of this articl...
Published 6 months ago
Using A Subdomain Name On Hostinger: A Step-by-Step GuideIn this post, we'll explore the process of linking a subdomain from another provider to your app or website hosted on Hostinger . I will be using ...
Published 6 months ago
Converting Bootstrap 5 Styles To Tailwind (WIP)This article is still in progress (WIP). If you'd like, you can subscribe to receive notifications whenever new content is added to just this article. My goal i...
Published 6 months ago
Rewriting Bootstrap's Navbar Using Tailwind CSSIn this article, we look at the conversion of Bootstrap 5 Navbar component to ...
📌
Diary Of Insights: A Documentation Of My DiscoveriesOccasionally, as I work on projects, I discover things that I haven't previously encountered. I'm certain you've experienced similar moments during your own work. I am starting this article to start documenting some of them. I'll continue to update the list as I encounter new insights or...
Published 6 months ago
Rewriting Bootstrap's List Group Component Using Tailwind CSSIn this article, we look at the conversion of Bootstrap 5 List group component to ...