Yii is one of the lesser known PHP Frameworks, but it has been around for quite some time and is notably popular with professional developers who hate faffing about when building web applications. It’s a sort-of secret tip and go-to toolkit for those who hate the shoddy and sub-par data- and application models of WordPress, Drupal and the likes. It is also the foundation of the professional Craft CMS. Yii Framework weiterlesen
prooph – PHP CQRS & Event Sourcing
PHP remains awesome and gets more awesome every day.
Here’s a very neat CQRS & Eventsourcing Lib in PHP.
New EU Regulations in 2019: PSD2 SCA & 3D Secure 2
Directus & Cockpit
The JAMStack Approach
Tearing ties between frontend and backend apart, going headless or at least ‘headlose’, brazenly moving dynamic logic to the client and decoupling as much as possible into disparate microservices. This probably is the way to go forward in the 2020ies for web content. One degraded WordPress project to many has me seriously looking into this sort of thing now. The JAMStack Approach weiterlesen
Sass Guidelines
Lumen
Lumen, a PHP Microservices Framework.
Gatsby & WordPress
Content Management Systems
What makes a good Software Developer
Software developers need the creativity of an artist, the thoroughness and competence of an engineer and the patience with humans of a doctor.
Gatsby – ReactJS Static Site Generation
Gatsby is a Static Site Generator built around ReactJS. Here are some links:
DropzoneJS & React Dropzone
Modern-Day Drag’n’Drop for the Web:
DropzoneJS & React Dropzone.
Enjoy.
Flow
Flow. Static typechecking for JavaScript.
Very nice.
Cypress
The Gulp API Documentation
Interview mit Martin Fowler zum Thema Refactoring
Professionelle Webentwicklung und Frickelbuden
Als erfahrener Websoftwareentwickler werde ich immer wieder mit mitunter seltsamen Anforderungen und Anfragen konfrontiert. Oft ergibt sich hier bei einem Sondierungsgespräch die Frage, was ich denn mit “Professioneller Webentwicklung” meine. Hier dazu eine Erklärung: Professionelle Webentwicklung und Frickelbuden weiterlesen
Software Project Anti-Patterns
Here are some of the key things I’ve seen lead to problems in software projects, most of which are not directly related to the core development (design, build, and test) of the project.
PHP Static Analysis Tools
https://github.com/exakat/php-static-analysis-tools
Seperate mention: Exakat
Remove a line with sed
Remove a line – in this case 6118 – from a file using sed:
sed -i '6118d' myfile.sql