🦾Продвинутые типизированные DTO на PHP 8
https://github.com/spatie/data-transfer-object
https://github.com/spatie/data-transfer-object
GitHub
GitHub - spatie/data-transfer-object: Data transfer objects with batteries included
Data transfer objects with batteries included. Contribute to spatie/data-transfer-object development by creating an account on GitHub.
А может на PHP?
https://www.youtube.com/playlist?list=PL8761XQAJnra7Qa0z0HCnZ5LteyO273XO
Есть очень крутые и полезные темы
🍪 Полный гайд о том как работают HTTP Cookies [EN]
https://blog.webf.zone/ultimate-guide-to-http-cookies-2aa3e083dbae
https://blog.webf.zone/ultimate-guide-to-http-cookies-2aa3e083dbae
Medium
Ultimate Guide to HTTP Cookies
What every web developer needs to know about HTTP Cookies!!!
🐇Подробный туториал по работе с брокером очередей RabbitMQ [EN]
https://www.cloudamqp.com/blog/part1-rabbitmq-for-beginners-what-is-rabbitmq.html
https://www.cloudamqp.com/blog/part1-rabbitmq-for-beginners-what-is-rabbitmq.html
CloudAMQP
Part 1: RabbitMQ for beginners - What is RabbitMQ? - CloudAMQP
RabbitMQ for beginners explains what RabbitMQ and message queuing is. It gives a brief understanding of messaging and important RabbitMQ concepts are explained.
☄️ Подробный справочник по nginx с примерами конфигураций и объяснением: что, зачем и когда использовать [EN]
https://www.freecodecamp.org/news/the-nginx-handbook/
https://www.freecodecamp.org/news/the-nginx-handbook/
freeCodeCamp.org
The NGINX Handbook – Learn NGINX for Beginners
A young Russian developer named Igor Sysoev was frustrated by older web servers' inability to handle more than 10 thousand concurrent requests. This is a problem referred to as the C10k problem. As an answer to this, he started working on a new web s...
🥢Принцип подстановки Барбары Лисков
https://telegra.ph/Princip-podstanovki-Barbary-Liskov-predusloviya-i-postusloviya-04-24
https://telegra.ph/Princip-podstanovki-Barbary-Liskov-predusloviya-i-postusloviya-04-24
Telegraph
Принцип подстановки Барбары Лисков (предусловия и постусловия)
❓ Почему у многих возникают проблемы с этим принципом? Если взять не «заумное», а более простое определение, то оно звучит так:
Phalcon Roadmap — Фреймворк раньше поставлялся как расширение, но версия v5 будет последней в таком формате. Для последующих версий планируется переход на гибридный формат: чистый PHP + опциональное расширение. То есть будет работать на чистом PHP, но можно установить расширение и узкие места станут быстрее.
Phalcon Blog
Phalcon Roadmap
There is a lot of confusion in the community as to what the future holds for Phalcon and what the versions are. In this blog post, we will try to...