To Introduce ESLint to Atom

Javascript is an interpreted programming language. So it will not show error immediately.
This make it a little cumbersome.
To resolve this problem, there come a ESLint.
This is it’s Explanation on homepage:
ESLint is an open source project originally created by Nicholas C. Zakas in June 2013.
Its goal is to provide a pluggable linting utility for JavaScript.

Read More

Redis Basic

Redis is an open source (BSD licensed), in-memory data structure store, used as database, cache and message broker. It supports data structures such as strings, hashes, lists, sets, sorted sets with range queries, bitmaps, hyperloglogs and geospatial indexes with radius queries.

redis

Read More