May
7,
2020
React Best Practices
There are a lot of comparisons between the big three frontend JavaScript frameworks Angular, Vue and React. But there is no winner. Each framework has its advantages and disadvantages and in the end it’s a question of personal preference which framework or library you choose for your application. Every solution...
Apr
1,
2020
10 tricks for Clean Code – how to leave Legacy Code behind by using PHPStan and Code Standard
Clean Code vs. Legacy Code. And ever again the dark side of coding spreads further and essentially endangers the sanity of us developers. We come to stop trusting our own code. That increases the pressure on us considerably. Eventually, everything is to run smoothly without causing further costs. That’s exactly...
Jan
17,
2020
PHP Expert check: 25th Anniversary of PHP
<div style="text-align: justify">The PHP programming language was released in 1995, meaning it’s celebrating a quarter of a century in 2020. To mark the occasion, we asked four PHP experts and International PHP Conference 2019/2020 speakers what role PHP plays for them today. According to many statistics PHP is on the...
Nov
5,
2019
Why you shouldn’t care about Security
In this talk and demo, Ben will show how implementing an identity provider and using OAuth and OpenID Connect can allow you to ramp up your prototypes and MVPs with more ease and to concentrate on the core purpose of the APIs , rather than the layers of security that...
Nov
5,
2019
DDEV-Local: One for all!
DDEV-Local developed by DRUD Technology LLC is a great solution to simplify and unify the entire local PHP development environment in teams, agencies, and communities. The open source tool is compatible with many popular CMS solutions, among others. In addition, DDEV can link the PHP programming language with the cutting-edge...
Sep
11,
2019
PHP: stronger than you think!
The hullabaloo against WordPress Gutenberg editor blocks being made of JavaScript and not PHP made everyone think "Is the reign of PHP over?" Well, No! At Least that is what the statistics say. W3Techs ran a report that suggests “PHP is used by 79% of all the websites with a...
/
Sep
4,
2019
Back to school – Explore the program of IPC
<div style="text-align: justify">School's starting again! No matter if pupil, student or apprentice – everyone should be prepared for the future tasks and lessons. But if you want to broaden your PHP horizon, you should visit the IPC with the PHP Academy.
</div>
Aug
19,
2019
Managing development tools elegantly
Many developers store the required .phar files of the respective tools directly in the document root of the repository to escape the dependency hell [1]. That is the place you inevitably end up in if you pack the tools in the require-dev area of composer.json instead. There is however a...
Aug
7,
2019
On the way to Symfony 5
<div style="text-align: justify">The new minor version of Symfony was released at the end of May, heralding the launch of Symfony 5. In addition to big new features such as the Mailer and HTTP Client component, existing components have also been extended and improved and additional deprecations introduced; these deprecated functions...
Jul
3,
2019
PHP 5.x and PHP 7.x Security in Focus!
Since the end of 2018, PHP 5.x is no longer being supported. This means in particular that any vulnerability discovered since the beginning of January 2019 is and will remain a zero-day vulnerability - meaning there will be no patch for it. But what can we say about the security...