Sử dụng MiniProfiler để theo dõi Profile của Rails App October 23, 2013 Giới thiệu MiniProfiler là một công cụ đơn giản để theo dõi thời gian server xử lý và render các thành phần html, query database...
Background jobs và ứng dụng Resque trong rails 3.2 October 21, 2013 Giới thiệu Hiện nay có nhiều công nghệ được sử dụng trong rails để giảm tải và cải thiện performace của server như: Delayed Job,...
Các vấn đề dễ gặp phải khi dùng git và cách xử lý October 11, 2013 1, Giới thiêu. Như bài trước mình đã giới thiệu về git bài này mình xin đưa ra một số vd dễ gặp phải trong...
Sử dụng Cucumber để viết unit test trong Rails 3.2 October 11, 2013 Giới thiệu Ngày nay xu hướng phổ biến của các chuẩn mới về sản xuất phần mềm là yêu cầu các developers viết test unit...
Ruby on Rails là gì? October 11, 2013 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: – ...
ROR Test. Capybara + Rspec bộ đôi tuyệt vời! October 11, 2013 Chắc hẳn ai lập trình ROR(ruby on rails) đều biết đến rspec một công cụ viết test trên ROR. Rspec dẽ dàng giúp chúng ta...
Create fixtures with specific data from DB for PhpUnit October 8, 2013 We’re desiring to appy TDD with unit test script. But developers feel so hard to make test data for their function. So for long time,...
Doxygen October 3, 2013 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...
everything about deploying/installing a cakephp project in a sub-directory. September 27, 2013 Hi every body! I’d like to share my real experience from the last project that I need to deploy my cakephp project as a sub...
Sử dụng cache khi bạn có thể? September 19, 2013 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 September 9, 2013 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 August 20, 2013 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 July 16, 2013 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 July 3, 2013 1. Overview In general, standard PHP does not provide parallel processes. There are some ways to do it such as using Process Control Extensions :...
Test-Driven Development có khó thực hiện? June 26, 2013 Theo mô hình phát triển phần mềm hiện đại, để khắc phục tình trạng chương trình đã viết xong, nhưng khi chạy trên môi trường...