11/06/2020Theme wordpress – betheme bản chuẩnBetheme version 1.6.2 https://github.com/Themes-wordpress-pub/betheme-version-1.6.2.git
01/07/2020Triển khai một ứng dụng Laravel với gitlab CI/CDKhi tôi muốn triển khải cập nhật mới nhất lên VPS, tôi luôn luôn kết nối vào Server với SSH […]
28/02/2019Hướng dẫn sử dụng lệnh find trên teminal LinuxBài viết này nhằm giúp quý khách có một cái nhìn tổng quát về lệnh find – một lệnh tìm […]
21/02/2024Allow upload csv file for wordpressFunction allow upload csv file for wordpres in function.php
20/04/2019Top 10 lệnh git cơ bảnTrong bài viết này, chúng ta sẽ thảo luận về các lệnh Git cơ bản mà bạn nên biết khi […]
14/12/2019How do you use bcrypt for hashing passwords in PHP?use password_hash() to create a bcrypt hash of any password: password_hash('yourPassword', PASSWORD_DEFAULT); use password_hash() to create a bcrypt hash of […]