Category: TechNote

Ruby API with Sinatra

Để viết API có rất nhiều cách để viết bạn có thể tạo vởi rails project. Nhưng ở đây mình xin giới thiệu với mọi...

Rails 4 vs Rails 3

I. Giới thiệu 1. Ruby Ruby là ngôn ngữ lập trình hướng đối tượng do một tác giả người Nhật tên là Yukihiro Matsumoto phát...

Speed up your website

Server side: mySQL: EXPLAIN SELECT statement 1. Bật chế độ slow_log trong mySQL theo cú pháp sau: mysql> SET GLOBAL slow_query_log = ‘ON’; Query OK,...

Backbone.js – MVC Javascript library

1. Giới thiệu Backbone.js Backbone.js là một thư viện javascript giúp triển khai cấu trúc của 1 ứng dụng web dưới mô hình MVC. Backbone.js...

Gsoap

The gSOAP toolkit simplifies the development and deployment of SOAP/XML Web Services and client applications in C and C++. The gSOAP RPC compiler does all...

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...
Scroll Up