Milan Latinović
Software Engineer and Enterprise Architect
All posts by milan.latinovic
Enumerations in PHP 8.1 – with code example and references
PHP is getting more and more features. Enumerations in PHP are one of the latest proposals. Description for enumerations in PHP is described withing this request for comments Enumerations are built on top of classes and objects. That means, except where otherwise noted, “how would Enums behave in situation X” can be answered “the same…
What’s new in PHP 8.0, SymfonyWorld Online 2020
This article writes about what is new in PHP 8.0. These are personal notes related to Symfony UX, taken while attending the “Keynote: What’s new in PHP 8.0?” lecture by Nikita Popov at SymfonyWorld Online 2020. PHP PHP is constantly improving, adding optimizations and new features. Developers working in the PHP world should welcome these…
SymfonyWorld Online 2020, Conference notes
Firstly, these are personal notes taken during SymfonyWorld Online. These will give you good insights of conference and interesting topics. This is not list of all topics, but the ones of which I took notes. You can use the Table of Contents for a quick overview of the whole article and then read about what…
Kick-starting Your New Developer Job with these Essential Tips
This article is about kick-starting your new developer job based on my experience gathered in multiple companies and projects. Read it, prepare well and you will do great! Introduction Kick-starting your new developer job is very important. Different teams will have different expectations, but essentially you will be expected to find your place in the…
What is Domain-Driven Design: The absolute beginners guide
This article will introduce you to a Domain Driven Design (DDD). Firstly, we talk about domain driven design and the common design concepts, something like DDD for dummies approach. Secondly, this article will introduce you to the relationship types in the domain driven design. If you are a busy reader you can skip to the…