Published inJavaScript in Plain English·PinnedHow to cache API responses and other data in Angular2/10+Using a cache system could improve significantly your web applications’ performances and allow users to access data also when they’re offline. Most common use-cases are: Cache the response of a slow API call Cache the response of a predictable API call Cache the result of a local operation that takes…Angular3 min readAngular3 min read
Nov 28, 2017Login as root on MacOs High Sierra — security vulnerabilityIf you’re using MacOs High Sierra (v10.13.1, maybe also other versions) you’re probably exposed to a very dangerous security vulnerabily which allows anyone, with a physical access to your machine, to login as the root user. …Issues2 min readIssues2 min read
Oct 30, 2017Custom T-Rex Runner on Chrome and ChromiumHow many times did you lose your connection during internet surfing? And how many times did it happen on Chrome/Chromium browsers? We all know what to do in this kind of situations… just press Spacebar to start a prehistoric adventure! Yesterday, during this umpteenth frustrating experience, i was wondering how…Front End Development3 min readFront End Development3 min read