Laravel
Understanding Web Storage: Sessions, Cookies, and LocalStorage
- Ahmed Shaltout
- September 20, 2024
- Front-End Development
- web development
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
HTML crash course for beginners with example
- Ahmed Shaltout
- December 7, 2021
- beginners
- Course
- crash course
- HTML
- web development
- Website
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