Get Mystery Box with random crypto!

Amazing PHP

Logo of telegram channel phpme — Amazing PHP A
Logo of telegram channel phpme — Amazing PHP
Channel address: @phpme
Categories: Technologies
Language: English
Subscribers: 10.69K
Description from channel

Welcome to the Amazing PHP Channel! Here you can find a lot of interesting articles/news about PHP, frameworks, tools and development.
Support the channel: https://www.paypal.com/donate?hosted_button_id=FAYP5QJH5LVRL

Ratings & Reviews

3.50

2 reviews

Reviews can be left only by registered users. All reviews are moderated by admins.

5 stars

1

4 stars

0

3 stars

0

2 stars

1

1 stars

0


The latest Messages 2

2021-06-10 22:46:29 PHP 8.1 is coming — and it already promises to be one of the best releases
The coming version of PHP, scheduled for November 2021, is already packed with a lot of super exciting features.
765 views19:46
Open / Comment
2021-06-03 21:18:41 ​​Writing better Regular Expressions in PHP
Regular Expressions are powerful, PHP but they are not known to be readable, and more often than not, maintaining a regular expression is not a straight-forward task.
659 views18:18
Open / Comment
2021-06-02 16:51:17 ​​What is Software Architecture?
When it comes to the definition of Software architecture is the process of transforming software features such as flexibility, scale, viability, reusability, and security into a structured solution that meets technological and business aspirations. This definition refers to the features of the software that can affect software architecture. In addition to technical requirements, a long list of features primarily represents a business or operational needs.
495 views13:51
Open / Comment
2021-05-31 16:17:19 Double Dispatch
The computation of a method call is only dependent on the object receiving the method call. Most of the time that's enough. However, sometimes we need the computation to also depend on the argument being passed to the method call.
Think you have two hierarchies of objects interacting with each other and the computation of these interactions depends on both objects, not only in one of them. Maybe some examples will make this clearer.
694 views13:17
Open / Comment
2021-05-30 17:16:41 ​​Writing Clean Code In PHP
In this article, let's learn how to write clean code in PHP. These tips help you to write readable, reusable & refactorable code in PHP.
1.0K views14:16
Open / Comment
2021-05-29 19:39:31 The Domain Layer - Clean Architecture & Domain-Driven Design on PHP
The fundamental part of Clean Architecture and Domain-Driven Design is the Domain layer. There all the business and applications rules are laid down and will be controlling the processing of information independently from the infrastructure and frameworks.
6.0K views16:39
Open / Comment
2021-05-28 17:09:24 ​​How to connect with gRPC service in PHP application? gRPC PHP tutorial
More and more developers and companies are discovering the benefits of microservices. And while PHP is usually not the first choice for this architecture, it is now more than viable to create efficient web apps based on microservices with PHP. To that end, Google’s gRPC and Protobuf solutions are a big help. Today, I’m going to show you how to use gRPC with PHP.
426 views14:09
Open / Comment
2021-05-26 20:54:03 13 Best Practices for Building RESTful APIs
Facebook, GitHub, Google, and many other giants need a way to serve and consume data. A RESTful API is still one of the best choices in today’s dev landscape to serve and consume data.
But have you ever considered learning about industry standards? What are the best practices for designing a RESTful API? In theory, anyone can quickly spin up a data API in less than five minutes — whether it be Node.js, Golang, or Python.
5.9K views17:54
Open / Comment
2021-05-25 21:34:21 Fiendish Functions - Filtering Fact From Fiction
Functional programming is a paradigm that has gained in popularity recently with the rise of several new functional programming languages and integration of new features in existing languages. All the same, there are many concerns about functional programming in the developer community. Is functional programming useful for the PHP developer? Will it add complexity to my codebase? This article will respond to some of these misconceptions.
351 views18:34
Open / Comment
2021-05-24 19:19:43 Roadmap to learn Software Design
I have been planning to learn Software Design for a quite a while now but I always ended up finding some other fancy topic. You can be a software engineer with years of experience and still do fine without delving into the meat of Software design but the perks of understanding this complex process are unfathomable.
431 views16:19
Open / Comment