DEV Community

Cover image for What are Cookies?
Aman Chourasia
Aman Chourasia

Posted on • Edited on • Originally published at amanchourasia.in

4 1

What are Cookies?

'What are Cookies?'- this question has become ubiquitous ever since GDPR came into effect.

Cookies have been of great importance in the tech industry since the advent of the digital world.

Mention “cookies” and most people expect a chocolate chip treat to appear. When talking about computers, however, cookies aren’t on the dropdown menu.

In fact, they’re not even physical objects. Yet they do a great deal of the work that makes it more convenient for you to browse the Internet — and they can be troublesome if you don’t know how to clear or delete cookies.

What are Cookies?

Cookies are small text files sent from the website to the person’s terminal (usually the browser), where they are stored before being transmitted again on the same website visited by the same user.

A cookie cannot retrieve any other data from the user’s hard drive nor pass on computer viruses or capture email addresses. Each single cookie is unique to the user's web browser.

Some of the cookies’ functions can be transferred to other technologies. In this document the term 'cookie' refers to both cookies, as such, as well as all similar technologies.

What are Cookies? Different Types of Web Cookies

Read More: https://www.amanchourasia.in/2021/07/what-are-cookies.html

Sentry blog image

How to reduce TTFB

In the past few years in the web dev world, we’ve seen a significant push towards rendering our websites on the server. Doing so is better for SEO and performs better on low-powered devices, but one thing we had to sacrifice is TTFB.

In this article, we’ll see how we can identify what makes our TTFB high so we can fix it.

Read more

Top comments (6)

Collapse
 
ecnepsnai profile image
Ian Spence
Comment hidden by post author
Collapse
 
amanchourasia profile image
Aman Chourasia

Oh, I'm very sorry for it. This update happened a few weeks ago. I'll update it.

Collapse
 
askoflor profile image
askoflor

hi i read somewhere that putting reactjs in a laravel project is not a good practice

Collapse
 
amanchourasia profile image
Aman Chourasia

You can use React with Laravel, it depends on the type of project, you're building.

Collapse
 
askoflor profile image
askoflor

my problem is the following I want to build a web application with reactjs for the background tend and laravel for the backend so to do it I want to separate it into two projects a reactjs project for the background tend and a laravel project for the backend I want it do in the perspective of obstructing application loading and SEO referencing so I would like to know if this is a good practice

Thread Thread
 
amanchourasia profile image
Aman Chourasia

Yes, there will be no issue with it.

Some comments have been hidden by the post's author - find out more

The best way to debug slow web pages cover image

The best way to debug slow web pages

Tools like Page Speed Insights and Google Lighthouse are great for providing advice for front end performance issues. But what these tools can’t do, is evaluate performance across your entire stack of distributed services and applications.

Watch video

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay