CoffeeScript Basics
1. Giới thiệu về coffeescript CoffeeScript is a little language that compiles into JavaScript. Underneath that awkward Java-esque patina, JavaScript has always had a gorgeous...
Angular JS basic
1. AngularJS là gì? Angular là một bộ thư viện javascript rất mạnh và thường được sử dụng để xây dựng project Single Page Application...
Android blog: Install environment
Mở đầu Sực nhớ ra là trang blog của công ty mình chưa có bài nào hướng dẫn cài đặt các công cụ cần thiết...
Introduction to composer – PHP package manager
I. What is composer Composer is a tool for dependency management in PHP. It allows you to declare the dependent libraries your project needs and...
Vài giới thiệu về Scala cho lập trình viên PHP
Cùng với xu hướng công nghệ của công ty trong thời gian tới, tôi có tìm hiểu thêm về Scala và chia sẻ một số...
Games development: Mở đầu với cocos2d-x
Tôi mới bỡ ngỡ nhao vào mảng lập trình game này, còn rất nhiều khó khăn nhưng cũng mạnh dạn viết. Mong mọi người có...
Organize your development environments with Vagrant
I. Initial thoughts – Are you using Windows/MacOs but your production server is Centos/Debian? – Are you using Ubuntu 14.04 with built-in stable PHP5.5 but...
“Best Practice” cần thiết khi viết TDD
Chào mọi người! Trong bài viết này tôi xin trình bày những “Best Practices” cần biết khi phát triển TDD. “Best Practice” là tập hợp...
Công cụ hữu ích trong Android: Draw9Patch
1. Giới thiệu Background là một phần không thể thiếu trong phát triển 1 ứng dụng android. Khi làm việc với nó chắc chắn chúng...
Quality management system or the way to create higher quality products
Problem As a engineer, I see that the common problem that an engineer usually meet in his software project is about time/schedule/ technical issues. “ You...
Công cụ hữu ích trong Android: Hierarchy Viewer
1. Giới thiệu Hierarchy Viewer là công cụ được tích hợp sẵn trong Android SDK. Khi chúng ta tải Android SDK về máy thì Hierarchy Viewer đã...
Công nghệ phía sau Hyperlapse từ Instagram
Hôm qua, chúng tôi đã phát hành Hyperlapse – một ứng dụng mới cho phép bạn quay và chia sẻ những video time lapse. Time...
Play Framework: Accessing an SQL Database
Hi all, As you know, Play is an open source web application framework, written in Scala and Java, which follows the model–view–controller (MVC) architectural pattern....
Scala: One more step forward
Hi all, In two previous posts, I have guided you to prepare the environment, install IDE, and some basic of Scala. You can refer to...
Scala: From Zero to Algorithms
Introduction Hi all, In previous post, I have guided you to prepare the environment, install IDE, and write first Hello World Scala application using IntellJ....