Skip to main content

Posts

Emulating Storage API

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. […]

Continue reading…

Before you pack your webapp in Electron

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 codebase between a webapp and an Electron app (including native extensions). […]

Continue reading…

Pie and awesome menus

Last year I’ve been experiment with coding a ‘pie menu’. Pie menus have some UX advantages and disadvantages, but mainly it’s cool. If you’d like to read more about the UX perspective, enter this link. […]

Continue reading…