Skip to content
Think To Code

Think To Code

Mastering best practices, patterns and architectures on the web

Latest Posts

League OAuth 2.0 server with Symfony – Introduction

October 18, 2018 Jeffrey Verreckt PHP, Symfony

OAuth 2.0 is a standard to implement authorization with limited access over HTTP. We can use this add authentication to our[…]

Read more

Child Entities lifecycle, making the implicit explicit

October 11, 2018 Jeffrey Verreckt PHP, Symfony

Child Entities should not have its own lifecycle. You should not blindly create entities without clearly thinking about its relationships.[…]

Read more

PHP Design Patterns: Adapter

October 4, 2018 Jeffrey Verreckt Design Patterns, PHP

The Adapter design pattern is, in my opinion, one of the most important design patterns. It’s crucial to understand when[…]

Read more

Behavior vs Architecture

September 27, 2018 Jeffrey Verreckt Software Architecture

I have been thinking a lot more about the importance of software architecture over the last year. This started when[…]

Read more

Collection of Value Objects with Doctrine

September 20, 2018 Jeffrey Verreckt Doctrine, PHP, Symfony

Over the last year, I have been working more and more with value objects in my applications. Value objects are[…]

Read more

Symfony Messenger: Queues and Workers

September 13, 2018 Jeffrey Verreckt PHP, Symfony

In the previous article, we were introduced to the Symfony Messenger component. We created a simple implementation of a message[…]

Read more

Symfony Messenger: Messages and Handlers

September 6, 2018 Jeffrey Verreckt PHP, Symfony

Symfony introduced the Messenger component in 4.1. There are bundles like prooph and simplebus that can be used for the same[…]

Read more

Named Constructors for Domain Objects

August 30, 2018 Jeffrey Verreckt PHP, Symfony

Constructing objects is something we do all the time. But are we doing it correctly? Is there maybe a better[…]

Read more

Onion Architecture – Skeleton Example

August 21, 2018 Jeffrey Verreckt PHP, Software Architecture, Symfony

In the previous blog post, we learned about the Onion Architecture. Now let’s take a look at how we can[…]

Read more

Onion Architecture

August 16, 2018 Jeffrey Verreckt PHP, Software Architecture

The Onion Architecture was created by Jeffrey Palermo in 2008. It is seen by many as an evolution of the[…]

Read more

Posts navigation

«Previous Posts 1 2 3 4 … 7 Next Posts»

Follow @JeffreyVerreckt

Recent Posts

  • Domain-Driven PHP Architecture
  • One request, one Doctrine transaction
  • Hydrating Query Objects with DTO’s
  • Query Object Pattern in Symfony
  • Abstracting the Doctrine ORM flush

Archives

  • January 2022
  • November 2019
  • September 2019
  • August 2019
  • March 2019
  • January 2019
  • November 2018
  • October 2018
  • September 2018
  • August 2018
  • July 2018
  • June 2018
  • May 2018
  • April 2018
  • March 2018
  • February 2018
  • January 2018
  • December 2017
  • November 2017
  • October 2017
  • August 2017

Categories

  • Best Practices
  • Clean Code
  • Design Patterns
  • Doctrine
  • JavaScript
  • OOP
  • PHP
  • Software Architecture
  • Software Principles
  • Symfony
  • TDD
  • Testing
WordPress Theme: Poseidon by ThemeZee.