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: – ...
ROR Test. Capybara + Rspec bộ đôi tuyệt vời!
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
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
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.
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...
GIÁ TRỊ CỐT LÕI VÀ PHƯƠNG CHÂM HÀNH ĐỘNG CỦA CÔNG TY SEPTENI TECHNOLOGY
Văn hóa doanh nghiệp là toàn bộ các giá trị văn hóa được xây dựng trong suốt quá trình tồn tại và phát triển của...
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....
Tối ưu hóa website sử dụng CSS Sprite
1. CSS Sprite là gì? CSS Sprites do Dave Shea đề nghị lần đầu năm 2004. Thuật ngữ “Sprites” thực ra là kỹ thuật đã...
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/...
Kickoff party of Septeni Technology
Septeni Technology mới được thành lập tại Việt Nam từ đầu năm 2013 nhưng quy mô và tổ chức của công ty hiện nay đã...
Best coding practices
Hi everyone, I am Kien from Polaris team. I still would like to share my experience from the point of view of a developer. As...
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à...
SCRUM MASTER ở septeni-technology
1. Sơ lược về SCRUM framework (Sưu tầm) SCRUM là khung làm việc trong đó các vai trò được phân định rõ ràng, các sự...
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 :...