Tagged articles
2 articles
Page 1 of 1
Huolala Tech
Huolala Tech
Jun 6, 2023 · Frontend Development

How PageSpy Recreates Chrome DevTools Console for Remote Web Debugging

This article explains PageSpy’s design and implementation for a remote web debugging console that mirrors Chrome DevTools, detailing how it handles complex objects, serialization challenges, getters, self‑references, and prototype‑chain inspection using a custom Atom data model.

JavaScriptPageSpyfrontend tools
0 likes · 8 min read
How PageSpy Recreates Chrome DevTools Console for Remote Web Debugging
Architect's Tech Stack
Architect's Tech Stack
Oct 10, 2018 · Backend Development

Understanding Java Object Serialization and the transient Keyword

Java object serialization converts objects into byte streams for storage or transmission, while the transient keyword excludes specific fields from this process; this article explains serialization concepts, appropriate use cases for transient, provides code examples, and shows the impact on object state after deserialization.

Java Basicsjavaobject serialization
0 likes · 6 min read
Understanding Java Object Serialization and the transient Keyword