Lập trìnhPHP array_filter() Sample Code and Explanation March 19, 20238 Views0 Comment Jared Chu PHP has a vast collection of functions that make developers’ lives easier by reducing the complexity of their code. One …
Lập trìnhPHP array_map() Sample Code and Explanation March 18, 202313 Views0 Comment Jared Chu In PHP, the array_map() function is a powerful tool for manipulating arrays. It takes an array and a callback function …
Lập trìnhCreating a RESTful API with PHP & FastRoute March 17, 20239 Views0 Comment Jared Chu RESTful APIs are a popular way to expose data and functionality to external applications. In this tutorial, we will learn …
Lập trìnhMap, filter và reduce với PHP – phần 3 – array_reduce July 22, 20183924 Views3 Comments Jared Chu PHP có sẵn một số hàm tính toán dựa trên giá trị các phần tử của mảng, ví dụ như: …
Lập trìnhMap, filter và reduce với PHP – phần 2 – array_filter June 20, 20182017 Views0 Comment Jared Chu Filter của PHP – array_filter array_filter lọc mảng đầu vào qua một hàm callback (hàm này trả về boolean nhé). Usage: array array_filter ( …
Lập trìnhTạo request với Guzzle – PHP HTTP Client June 18, 20183248 Views0 Comment Jared Chu HTTP Client là gì Khi ta truy cập một website và tương tác với các thành phần của website để …
Lập trìnhMap, filter và reduce với PHP – phần 1 – array_map June 09, 20185298 Views0 Comment Jared Chu Ba khái niệm map, filter và reduce rất phổ biến và hay dùng trong Functional Programming (lập trình hàm). Nhưng …
Lập trìnhMethod chaining với PHP November 03, 20172532 Views0 Comment Jared Chu Nếu bạn từng làm việc với Query Builder của Laravel hay lớp Model tương tự trong các MVC framework khác …
Lập trìnhKích hoạt xdebug trên Laravel Homestead October 07, 20172402 Views0 Comment Jared Chu Nội dung bài viết dựa trên homestead v6.2.2 cho nên nếu bạn đang dùng version khác thì cách làm có thể sẽ …
Lập trình , Linh tinhCách tích hợp Composer vào dự án PHP September 30, 20173438 Views0 Comment Jared Chu Thời gian vừa rồi tôi được giao nhiệm vụ phỏng vấn kỹ thuật đầu vào PHP developer cho D.A.C Tech …
Recent Comments