web development

session vs cookies vs localstorage
Laravel

Understanding Web Storage: Sessions, Cookies, and LocalStorage

When building web applications, it’s essential to manage user data effectively. Session, cookies, and LocalStorage offer different data storage and retrieval mechanisms. Let’s explore their key differences and when to use each

Read More
HTML crash course
HTML

HTML crash course for beginners with example

In this HTML crash course, we will learn the basics of HTML and how it works with an example project of creating a blog that consists of a home page and a post page.

Read More