T
TechyBlogs
HomeBlogsTagsAboutContact
T
TechyBlogs

An editorial project sharing modern web architecture insights, React components development patterns, and CSS design tokens guides.

Navigation

  • Home
  • Blogs Archive
  • Browse Tags
  • Saved Articles
  • About Author
  • Contact Info

Categories

  • Design
  • Tech
  • React
  • CSS

Author's Newsletter

Join 5,000+ developers receiving our weekly digests of code layouts and design techniques.

© 2026 TechyBlogs. Made with by Suheel Hilal.
Privacy PolicyTerms of ServiceCookies Policy
Legal

Cookies & LocalStorage Policy

Last Updated: June 8, 2026

1. What are Cookies and LocalStorage?

Cookies are small text files placed on your device by websites that you visit. LocalStorage is an HTML5 technology that allows websites to store key-value data directly in your browser. Both technologies allow us to remember your preferences and keep your sessions authenticated across visits.

2. How We Use Browser Storage

TechyBlogs does not use tracking cookies for third-party targeted advertising. We only store functional data required for visual preference stability and administrator security:

Storage KeyTypePurpose
theme-storageLocalStorageSaves client-side UI preference (light vs dark mode) to ensure layout consistency immediately on page load.
tokenCookiePersists administrative authentication state to permit access to article dashboards and write interfaces.

3. Managing Storage Settings

You can control or clear LocalStorage and Cookie caches through your browser's settings panel. If you disable LocalStorage or clear the data:

  • The site layout will default to Dark Mode on each new load.
  • Administrators will be logged out and prompted to authenticate again.

4. Questions and Contact

If you have any questions regarding our storage practices or require clarification on how data is handled, please contact:

Email: suheelhilal92@gmail.com