Feranmi's Thoughts
Sign in Subscribe

Articles

Beginner's guide to Javascript LocalStorage

LocalStorage and sessionStorage are not really data stores. They are facades over a browser-managed backing store, with quotas, scoping rules, security implications, and hidden behaviors that the API surface does not hint at. This is a deep dive on what those facades actually wrap. We will start at the surface
12 Apr 2019 16 min read
Additional issues will be published soon.

About

Feranmi's Thoughts

Thoughts, stories and ideas.

Topics

Accessibility

1 issue

AI

4 issues

AI & LLM Coding

2 issues

Architecture

6 issues

Documentation

1 issue

Frontend

10 issues

Functional Programming

12 issues

Game Development

1 issue

JavaScript

13 issues

JavaScript Deep Dive

4 issues

React

6 issues

Research Papers

5 issues

Security

1 issue

TypeScript

1 issue

Web Development

12 issues

Web Rendering

1 issue
Feranmi's Thoughts © 2026