Skip to main content
Category

Lập trình

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

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

Sử dụng Tor để làm proxy server miễn phí cho crawler

By Lập trình No Comments

Tạo proxy server với Tor và Privoxy để crawl website mà không lo bị chặn Mở đầu Cuộc chiến giữa những người quản trị website và những web crawler là những cuộc chiến không hồi kết. Một website chặn web crawler bằng cách chặn địa chỉ IP của nó. Vậy thì nếu crawler có thật nhiều IP là sẽ không…

Read More