Let’s say you have a string source of data. You need to read and write from it. You don’t really have much to do with string so you’d deserialize it and use JSON.parse(…) and when you need to serialize it again, you’d use JSON.stringify(…). […]
I’ve released an new version for a library which is an emulator for Storage API, commonly known as localStorage (at one of its usages). It’s a tricky and problematic API. Also, you probably have no valid reason to use this library. However, I encountered some anecdotes worth mentioning during its development. […]
Electron has changed the way we create desktop applications. It become very popular among start-ups and enterprises because the “easiness” of “packaging” a webapp into an “application”. But the fancy dock icon for your webapp doesn’t come free of challenges, And before you go for this solution you better know a few issues you might encounter, from my experience of 2 years building a shared…