EDDYMENS

Eddymens (List page)


📌

Diary Of Insights: A Documentation Of My Discoveries

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

Last updated 2024-04-10 17:33:50

Removing "Public" From Laravel URL Routes On Hostinger

The 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 article, we wi...

Last updated 2024-04-06 11:36:26

Using A Subdomain Name On Hostinger: A Step-by-Step Guide

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

Last updated 2024-04-04 10:27:42

What Is The .HTACCESS File Used For?

Definition The file serves as a configuration file for the Apache web servers . It allows website administrators to override server configuration settings without altering the main ser...

Last updated 2024-03-23 07:11:26

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

Last updated 2024-03-23 07:11:26

Rewriting Bootstrap's Navbar Using Tailwind CSS

In this article, we look at the conversion of Bootstrap 5 Navbar component to ...