Category: Programing

Backup GitLab

Để thực hiện việc backup GitLab và lưu bản sao lưu có tên chứa ngày tháng năm, giữ lại 3 bản sao lưu mới nhất và sao chép bản sao lưu mới nhất sang máy…

Xem thêm

Hướng dẫn sử dụng GIT

  Initialize the local directory as a Git repository. git init Add the files in your new local repository. This stages them for the first commit. git add . # Adds the files in the…

Xem thêm

Mô hình MVC là gì?

Nếu bạn là một lập trình viên, nhất là lập trình web, sẽ rất khó để bạn có thể xin được việc nếu không biết mô hình MVC. Trong post này mình sẽ trình bày…

Xem thêm

Perl: Bài 1 – làm quen với Perl

Giới thiệu: Perl viết tắt của từ Partical Extration and Report Language tạm hiểu là ngôn ngữ kết xuất và báo cáo thực dụng. Perl được Larry Wall xây dựng từ năm 1987. Mục đích…

Xem thêm

Top 10 PHP frameworks for 2014

PHP frameworks are super useful tools when it comes to clean and structured web development, as they speed up the creation and maintenance of your PHP web applications. In this article, I have compiled (in…

Xem thêm