2018
2017
Vuex - Centralized State Management for Vue.js.
by dzcVuex is a state management pattern + library for Vue.js applications. It serves as a centralized store for all the components in an application, with rules ensuring that the state can only be mutated in a predictable fashion.
GitHub krausest/js-framework-benchmark
by dzcThis is a simple benchmark for several javascript frameworks. The benchmarks creates a large table with randomized entries and measures the time for various operations.
You Don't Need the DOM Ready Event
by dzc & 1 otherIt usually takes a long time for the DOM ready event to fire. During this time, many parts of a webpage are inactive as they wait for Javascript to kick in and initialize them. This delay is significant and makes a rich web application become available slower. Creates a bad user experience, doesn't adhere to any design pattern and is, really, not needed...
2016
2015
2014
localForage by mozilla
by dzclocalForage is a handy library that improves the offline experience of your web app by using asynchronous storage (via IndexedDB or WebSQL where available) but with a simple, localStorage-like API.
2013
An Introduction To LESS, And Comparison To Sass | Smashing Coding
by dzc & 1 otherIntroduction à LESS et comparaison à SASS
JShrink (lib. php) : minifies javascript
by dzcJShrink is a php class that minifies javascript so that it can be delivered to the client quicker.