thePHP.cc Logo Deutsch Contact
Objects and Persistence

Objects and Persistence

Web applications mostly process HTTP requests. The task here is to generate a response to the incoming request in the shortest possible time. PHP's "by request" model of using a separate process for each request, at least conceptually, has proven so successful over the years that it has also become acceptable for other programming languages under the buzzword "serverless".

But somehow the application has to remember things, respectively store its state. In memory we work with objects, permanently stored data is still mostly kept in relational databases. Anyone who has already dealt with the Object-Relational Impedance Mismatch knows that the similarity of both concepts is deceptive and that persisting objects does have its pitfalls.

In this training we will learn about different design patterns for object persistence and compare them regarding their advantages and disadvantages. We will also cover current trends such as Multiple Models , CQRS or Event Sourcing as well as an overview of alternative persistence mechanisms such as NoSQL technologies.

Learning Objectives
Target Audience

This training course is aimed at software developers who program professionally and create or maintain large-scale object-oriented applications. The exercises and code examples are in PHP, but are also accessible to programmers who develop in other object-oriented languages.

Requirements

Participants should have about 3-4 years of experience programming with PHP or a similar programming language. Participants should have practical experience with object-oriented programming and be confident in using an IDE, common development tools, and Git version control.

Scope of Services

Please note that depending on the training booked, the individual online appointments may each take place at different times of the day.

Technical requirements for attending an online training.

Available online "inhouse"

Inquire

Exclusive and customized?

We are happy to conduct any training exclusively online ("in-house") for you. We adapt the content and focus to your specific wishes and needs and optionally work with examples directly from your code base.

More information