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 6

2021-01-01 03:20:19 ​​Happy New 2021 Year Everyone!
3.9K views00:20
Open / Comment
2020-12-28 17:25:57 ​​It is an argument, not a trojan horse!
Let's talk about something cool: trojan horse parameters. This is how I call this fancy technique which many of us, developers, might have used (or still doing). Ok, so what is it?
4.2K views14:25
Open / Comment
2020-12-24 18:39:08 Profiling PHP in production at scale
At Wikipedia, we built an efficient sampling profiler for PHP, and use it to instrument live requests. The trace logs and flame graphs are powered by a simple setup that involves only free open-source software, and runs at low infrastructure cost.
3.9K views15:39
Open / Comment
2020-12-14 18:50:44 ​​Symfony and Hexagonal Architecture
I have been working on many Symfony projects in my career and one of the most common problems where customers call our company is that their software is blocked in the old framework version, or they are not maintainable because it costs a lot to find and fix bugs.
4.8K views15:50
Open / Comment
2020-12-02 17:21:09 ​​How to implement password recovery securely in PHP
This article aims to introduce PHP developers to the thought process of properly implementing security features. We’ve all been novice PHP developers at one point in our lives and thought that if there is an md5() in it, then it must be secure.
4.7K views14:21
Open / Comment
2020-12-01 22:11:02 Modern PHP Cheat Sheet
A to-the-point summary of all awesome PHP features
3.9K views19:11
Open / Comment
2020-12-01 00:25:29 ​​Hey bright developers!

Searching for a remote job doesn’t have to look like this:
spending 24/7 scouring job boards
turning LinkedIn upside down.
waiting for recruiters to contact you.

Instead, the process should be more like this:
sign up on @sixnomads_bot.
state your tech stack, desired salary, and timezone.
receive relevant notifications for full-time and remote-only jobs as soon as they are posted.

Users of the 6nomads bot have already landed jobs in companies like MixMax, Calendly, Miro, as well as a number of YC and Techstars startups.

It's your turn next! Find your dream job now, say thank you later
3.8K views21:25
Open / Comment
2020-11-29 03:19:34 ​​PHP 8 Released! Congratulations
PHP 8.0 is a major update of the PHP language.
It contains many new features and optimizations including named arguments, union types, attributes, constructor property promotion, match expression, nullsafe operator, JIT, and improvements in the type system, error handling, and consistency.
3.8K views00:19
Open / Comment
2020-11-20 19:55:51 ​​Unconventional Laravel article series
Join me as I go through some strange and unconventional things that you can do in your Laravel applications.
4.1K views16:55
Open / Comment
2020-11-04 17:18:34 Common PHP 8.0 Compilation Error Messages
With PHP 8.0 closing on us, it is high time to check our code bases to see if they compile, at least. Here is a list of common PHP 8.0 compilation messages, and what do to with them.

The errors have been found on a corpus of 1756 PHP projects. Any emitted error was compared to the result of the PHP 7.4 compilation. This means that those errors are fatal in PHP 8, while they were absent, or a warning in PHP 7.4. In both cases, in PHP 7.4, it used to be possible to brush them under the carpet, but not in PHP 8.0 anymore.
5.0K views14:18
Open / Comment