Gert de Pagter (@backendtea) 's Twitter Profile
Gert de Pagter

@backendtea

PHP Developer | I write a weekly blog about PHP development

ID: 933689811734614021

linkhttps://backendtea.com calendar_today23-11-2017 13:32:53

2,2K Tweet

578 Followers

490 Following

Gert de Pagter (@backendtea) 's Twitter Profile Photo

Anyone have some guides/blogs on converting an app without a framework to #Symfony? Its not flat php files, but a kinda homebrew framework

Gert de Pagter (@backendtea) 's Twitter Profile Photo

I swear the JS eco system is so broken. I just want to have a small TS project with unit tests. And i'm already an hour in just getting set up. All this tooling that is incompatible with eachother

davert 🇺🇦 (@davert) 's Twitter Profile Photo

The #frontend thing I learned today. If you handle onclick event in #javascript and you want to preventDefault or stopPropagation, please ensure that you don't use 'await' in your handler! I spent about few hours trying to figure this out

The #frontend thing I learned today.

If you handle onclick event in #javascript and you want to preventDefault or stopPropagation, please ensure that you don't use 'await' in your handler!

I spent about few hours trying to figure this out
Gert de Pagter (@backendtea) 's Twitter Profile Photo

This form is probably matching phone numbers with regex, but the only error i'm seeing is that it only allows numbers. I'm only entering numbers. FFS just tell me what the expected input is

Gert de Pagter (@backendtea) 's Twitter Profile Photo

Test multiple scenarios quickly, and reduce code duplication with data providers in #PHPUnit backendtea.com/post/phpunit-d… #PHP #unittest

PHP Weekly (@phpdiscussions) 's Twitter Profile Photo

Mastering PHPUnit: Using data providers backendtea.com/post/phpunit-d… Discussions: discu.eu/q/https://back… #php #programming by Gert de Pagter

Gert de Pagter (@backendtea) 's Twitter Profile Photo

Learn how to generate a random string in #PHP. Since PHP 8.2 there are more options to generate a secure random string. This post will explain how you can do so! backendtea.com/post/php-rando…

Gert de Pagter (@backendtea) 's Twitter Profile Photo

Sometimes adding #PHPStan to a project can be a big challenge. In this blog post you'll learn how to add PHPStan to a #legacy #PHP project: backendtea.com/post/phpstan-l…

Gert de Pagter (@backendtea) 's Twitter Profile Photo

#MySQL 9.0 is out: dev.mysql.com/doc/relnotes/m… Being able to run javascript in MySQL is gonna be a game changer for sure #MySQL9