RSSAmplifier

Blog

Ori Livni’s Notes

Notes about design, code and related stuff

orilivni.comRSS feed ↗5 posts

Latest posts

Serialization and deserialization without blowing React

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

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

Empty Stack Developers

“Full stack developer” is a lie we should all stop using as a job title. It means nothing and everything at the same time. […]

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…

Backlighted fonts - slideshow (Hebrew)

הרצאת מבוא בנושא גופנים בעולם הדיגיטל שהרצאתי בקורס עיצוב גופן בשנקר בהנחיית ינק יונטף. […]