Skip to main content

Laravel for Beginners: Routing and Controllers (Chapter 3)

By Laravel Framework No Comments

In this article, we’ll be exploring the concept of routing and controllers in Laravel. Routing is the process of mapping URLs to specific actions, and controllers are the classes that handle these actions. Understanding routing and controllers is essential for building robust and scalable applications in Laravel. Objectives The objectives of this article are to: Routing in Laravel What is…

Read More

Mongodb – Building with Patterns: The Computed Pattern

By Lập trình, MongoDB No Comments

Mẫu thiết kế tính toán trước (Computed Pattern) Trong chuỗi bài viết “Xây dựng với Mẫu thiết kế”, chúng ta đã xem xét các cách lưu trữ dữ liệu một cách tối ưu. Tuy nhiên, chỉ lưu trữ và có sẵn dữ liệu thường không mang lại nhiều giá trị. Giá trị của dữ liệu trở nên rõ ràng hơn…

Read More

Hợp âm: Thầm kín (khigiadn)

By Uncategorized @vi No Comments

Nhớ về bài hát xưa, một đêm say… [Em]Xưa có 1 chàng [D]trai [C]yêu cô bạn cùng lớp [G]học.Tình [Em]yêu dấu kín [D]trong đáy trái [G]tim. [Am]Bao ngày qua vẫn âm [D]thầm chìm [Bm]theo tóc mây bềnh [Em]bồng.Yêu [Am]em nhưng đâu dám ngỏ [B7]lời. (giống trên) Thời gian dần trôi ve sầu kêu hát xa bạn xa trường.Tình yêu ngày…

Read More

Hướng dẫn sử dụng CIY GAS67 – CIY GAS67 Manual – Các phím tắt của bàn phím CIY GAS67

By Uncategorized No Comments

CIY GAS67 là một chiếc kit phím cơ custom rất đáng để sở hữu, tuy nhiên vì là 65% nên một số anh em có thể sẽ cảm thấy thiếu các hàng phím như F ở trên cùng. Để giải quyết vấn đề này, bạn có thể sử dụng các tổ hợp phím để thay thế cho các hàng phím…

Read More

Laravel for Beginners: Setting up the development environment (Chapter 2)

By Laravel Framework No Comments

I. Introduction Having a properly configured development environment is crucial for building and testing Laravel applications. In this article, we will cover the steps to set up the Laravel development environment on your local machine. The steps to set up the Laravel development environment include installing PHP, a web server, and a database, as well as installing XAMPP, Laravel, and…

Read More

Laravel for Beginners: Introduction to Laravel framework (Chapter 1)

By Laravel Framework No Comments

I. Introduction Laravel is a free, open-source PHP web framework used for web application development. It follows the Model-View-Controller (MVC) architectural pattern and provides an elegant and simple syntax for common tasks such as routing, authentication, and database management. Laravel was created by Taylor Otwell in 2011 as an alternative to existing PHP frameworks. Since its initial release, Laravel has…

Read More