Category: TechNote

Swift: An Introduction

Khái quát Swift là một ngôn ngữ lập trình mới được Apple trình diễn ở sự kiện WWDC 2014. Nó được Apple giới thiệu như...

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

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

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

Overview of Twitter Bootstrap 3 & Grid System

  Bootstrap is a front-end toolkit open sourced by Twitter which provides flexible HTML, CSS, and JavaScript-based design templates, a variety of UI components and interactions for...

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