Test

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque vel sapien sit amet mauris dictum sagittis eu non urna. Donec et elementum felis, sit amet iaculis metus. In hac habitasse platea dictumst. Pellentesque hendrerit pulvinar dolor, in malesuada augue dignissim vitae. Proin quis dui dignissim ligula pulvinar consectetur quis eget dui. Praesent maximus, nunc at …

Test Read More »

Software architecture styles

https://medium.com/@techworldwithmilan/most-common-software-architecture-styles-86881d779683   https://dzone.com/articles/top-10-software-architecture-patterns-to-follow

What is a Headless CMS?

https://hygraph.com/learn/headless-cms https://www.sanity.io/headless-cms What is a Headless CMS? A headless CMS is a content management system that provides a way to author content, but instead of web page rendering, it provides the content as data over an API. A headless CMS works by giving editors an interface for managing content while providing APIs for developers to …

What is a Headless CMS? Read More »

Installing laravel framework

https://viblo.asia/p/cach-cai-dat-du-an-laravel-clone-tu-github-63vKjkpkZ2R Cài đặt Composer trên Windows Với các bạn dùng hệ điều hành Windows, có thể download Composer-Setup.exe để cài đặt https://getcomposer.org/Composer-Setup.exe Kiểm tra Composer composer -v Clear everything in Laravel php artisan cache:clear php artisan route:clear php artisan config:clear php artisan view:clear   Tạo project Laravel Chúng ta sẽ di chuyển thẳng vào thư …

Installing laravel framework Read More »

How To Install the Apache Web Server on Ubuntu 20.04

https://www.digitalocean.com/community/tutorials/how-to-install-the-apache-web-server-on-ubuntu-20-04 https://www.digitalocean.com/community/tutorials/how-to-set-up-apache-virtual-hosts-on-ubuntu-18-04 https://www.digitalocean.com/community/tutorials/how-to-secure-apache-with-let-s-encrypt-on-ubuntu-20-04

Command line in Linux

Hướng dẫn phân quyền Tập tin và Thư mục trên Linux dễ hiểu nhất (chmod, chown) https://www.bkns.vn/huong-dan-tao-them-user-truy-cap-ssh-va-disable-user-root.html Phân quyền trong Linux: Bài 1- Quản lý User, group và phân quyền trên linux Check OS cat /etc/*-release Xem bạn là user nào trong linux whoami Xem group bạn đang thuộc về groups <username> Liệt kê User trên …

Command line in Linux Read More »