Lập trìnhPHP array_reduce() Sample Code and Explanation March 30, 20233 Views0 Comment Jared Chu When working with arrays in PHP, you may sometimes need to perform a calculation or operation on all of the …
Lập trìnhPHP array_filter() Sample Code and Explanation March 19, 202313 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, 202318 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, 202312 Views0 Comment Jared Chu RESTful APIs are a popular way to expose data and functionality to external applications. In this tutorial, we will learn …
TILFix missing OpenSSL on AWS Lambda NodeJS 10.x 12.x October 06, 2020341 Views3 Comments Jared Chu I’m not the guy who fixed this issue, this post is only a note for myself. Thanks to Pflugs for …
TILCài docker và docker-compose trên Ubuntu 20.04 April 25, 20204239 Views0 Comment Jared Chu Docker 1. Cài docker qua package docker.io sudo apt install docker.io 2. Enable docker service sudo systemctl enable --now docker …
Công nghệUbuntu 20.04 có gì mới? April 23, 20201808 Views6 Comments Jared Chu Hế lô anh em, đã lâu không có bài viết mới về Ubuntu rồi nhỉ, chợt nhớ ra là mình …
TILRoles of a man September 06, 2019988 Views0 Comment Jared Chu Sau thời gian cày cuốc để bù lại income, chăm sóc con trai mới sinh và chuẩn bị cho việc …
Linh tinhPHPworkplace là scam? July 08, 20191205 Views2 Comments Jared Chu Tuần trước rảnh rỗi tôi đi tìm mấy freelance platform mới xem có cái nào “ngon” không, bởi khách hàng …
Công nghệVề các gói WordPress June 23, 20191625 Views0 Comment Jared Chu Bài viết này dành cho những người đang phân vân mua gói nào của WordPress vừa tiết kiệm chi phí …
Recent Comments