Android Performance Tips
Summary I read bellow tips from Google site. These are not special tips but they are useful. When i started in Android, i didn’t read and...
Chào Nha Trang 2014
Những ngày tháng Năm, từng cơn mưa rào bất chợt, nắng hè chói chang cho bao hẹn ước học trò thắp lên màu lửa hoa...
Go SPA with AngularJS – Part 1: Simple comment form
In this article i will show you first look at AngularJS by create an simple Comment box Application. To knowing what is AngularJS, let’s take...
Có thể bạn chưa biết (PHP)
Bài blog này dùng để giới thiệu/chia sẻ một số thủ thuật/ câu lệnh php mà có thể mọi người không để ý hoặc không...
Khái quát SQL injection
I – SQL injection là gì? SQL injection là một kỹ thuật cho phép những kẻ tấn công lợi dụng lỗ hổng của việc kiểm tra...
Automation test with Guard and Rubymine integration.
You may already know about `rspec` and `rubocop`, a testing tool and a checking tool (for ruby coding styles). They are not realted to be...
RubyMine
1. Giới thiệu RubyMine – một trong những công cụ cung cấp môi trường làm việc IDE (Integrated Development Environment) dành cho các nhà phát...
Pushing a Rails app to Heroku
We will be creating a very simple blog using Rails 4, RSpec then deploy it to Heroku today, mainly focus on the way to implement TDD....
Using Regular Expressions in Ruby
Bài viết dưới đây sẽ nêu một vài ví dụ điển hình hay gặp khi sử dụng Regular Expression trong Ruby 1. Cú pháp Bạn có thể...
Cài đặt ruby on rails trên windows
Xin chào bạn đang đọc bài viết ngắn này. Hôm vừa rồi nảy ra ý định cho một chị ở đội QA học RSpec để...
Design Principles
* Đây là bài dịch lại theo ý hiểu của tác giả từ trang oodesign. Software Design Principles là gì? Software Design Principles đưa...
[Blogging Rails – 02] MVC in Rails
Để tiếp tục cho loạt bài về rails tutorial, hôm nay mình muốn chia sẻ với mọi người về khái niệm MVC trong Rails....
Idea on Automatically Testing API and SQL with Ruby Script
Dear cả nhà, sau một thời gian bận rộn với cái task khó nhằn, em có viết TDD trong quá trình code nên mặc dù...
Testing JavaScript Using the Jasmine Framework
Intro to Testing. Testing is useful for a number of reasons. First, these tests can evaluate a program’s correctness after a change. These tests can...
Build a full RSS crawling system using cURL & PhpQuery
In this post, i will show you how to create a simple PHP rss crawler system using cURL, Google feed API and phpquery. What’s...