David Nguyen
David Nguyen

David Nguyen

Follow
homeAbout MeEcosystemPortfolioDonateRadionewsletter
Tag

PHP

#php

More content

Read more stories on Hashnode


Articles with this tag

Working with Markdown in PHP

Aug 5, 202314 min read

Markdown is a markup language that is quite useful for web developers. It can be used for writing technical documentation, blogs, books, and even...

Working with Markdown in PHP

Tôi đã bỏ dùng XAMPP khi biết đến Open Server Panel

Jul 30, 20235 min read

Những bạn lập trình web nói chung, lập trình PHP nói riêng không xa lạ gì với XAMPP.XAMPP và Open Server Panel đều là những phần mềm mã nguồn mở cho...

Tôi đã bỏ dùng XAMPP khi biết đến Open Server Panel

The Difference Between self::, static::, and parent:: in PHP

Jan 12, 20238 min read

Introduction When working with PHP code, you may often come across parent::, static::, and self::. But when you're first starting out as a developer,...

The Difference Between self::, static::, and parent:: in PHP

Modern PHP features explained - PHP 8.0 and 8.1

Nov 15, 202210 min read

Since its release in late 2020, PHP 8 has been a game changer. In this tutorial, I will walk through all the latest features with real-world examples...

Modern PHP features explained - PHP 8.0 and 8.1