What is Domain-Driven Design: The absolute beginners guide

What Is Domain-Driven Design The Absolute Beginners Guide With Examples.

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 … Read more

Code Review Best Practices: Code reviewing and being reviewed

Code-Review-Best-Practices_-Code-Reviewing-And-Being-Reviewed

This article is about the code review best practices. It explains code review from the common-sense perspective. If you do not want to read through the whole article take a look at the table of contents and the summary for a quick overview. What is a code review process? A code review is a process … Read more

Kick-starting Your New Developer Job with these Essential Tips

Kick-Start-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 … Read more

REST API tutorial – What is API? REST vs RESTful?

rest api tutorial what is api rest vs restfull

REST is one common approach related to building web applications. It is one important term that all web application developers should understand. This is the main goal of this REST API tutorial. Furthermore, a good understanding of what is REST can be beneficial for other stakeholders as well. Introduction to the REST API This article … Read more

What is new in PHP 8.2: What are new features, what is deprecated?

What’s New In PHP 8.2

This article provides an overview of new features and deprecations in PHP 8.2. PHP 8.0 already set a strong base for these and upcoming improvements. Original plan to release PHP 8.2 was on November 24th 2022, but it was posponed for December 8th 2022. In this article, we cover what is new in PHP 8.2. … Read more