Category: TechNote

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/...

Sử dụng git trong ubuntu

I. Github là gì: Github http://github.com , còn được gọi là social network dành cho developer đi vào hoạt động tháng 2 năm 2008, là...

How to install Ruby on Rails in Ubuntu

Ruby on Rails is an application stack that provides developers with a framework to quickly create a variety of web applications. so, how to use...

Parallel PHP processes with PCNTL

1. Overview In general, standard PHP does not provide parallel processes. There are some ways to do it such as using Process Control Extensions :...

Hồi ký Refactor.

Dành cho những người đã là lập trình viên, muốn trở thành lập trình viên hoặc quan tâm tới cuộc sống của một lâp trình...
Scroll Up