Category: TechNote

Introduction to Redis

What is Redis? Redis, standing for REmote DIctionary Server is a NoSQL databases Server. Written in ANSI C by Salvatore Sanfilippo in early 2009 and...

The new MCVH convention

Paul Dinh Quoc-Dat (November 2013)   We web developers all have known about the MVC convention, however, by the recent changes in programming ideology have...

Ruby on Rails là gì?

1. Ruby on Rails là gì? Ruby On rails là một Framework cho phép phát triển ứng dụng Web gồm 2 phần cơ bản: – ...

Doxygen

What is Doxygen ? Maintaining and adding new features to legacy systems developed using C/C++ is a daunting task. There are several facets to the...

Sử dụng cache khi bạn có thể?

Cache tại sao không? Các  developer chắc ai cũng biết đến cache và cũng ít nhiều đã sử dụng cache trong hệ thống của mình....

Giới thiệu NoSQL

     1. NoSQL là gì:  “Next Generation Databases mostly addressing some of the points: being non-relational, distributed (phân tán), open-source and horizontally scalable.” định nghĩa từ http://nosql-database.org/...
Scroll Up