Skip to content
Think To Code

Think To Code

Mastering best practices, patterns and architectures on the web

  • About

Month: December 2017

How to detect bad architecture?

December 28, 2017 Jeffrey Verreckt Software Architecture

The architecture of your application is important and you should be able to detect a bad one. I have been[…]

Read more

When to use objects instead of arrays?

December 18, 2017 Jeffrey Verreckt PHP

In PHP you can use arrays as parameters to pass data. But isn’t it better to use an object? The[…]

Read more

Why use interfaces?

December 11, 2017 Jeffrey Verreckt PHP

Over the last year I have seen a lot of developers questioning the use of interfaces. Especially those which are[…]

Read more

Law of Demeter

December 4, 2017 Jeffrey Verreckt Software Principles

The Law of Demeter is a design guideline with as goal to create loose coupling between objects.  It is also[…]

Read more

Jeffrey Verreckt

Jeffrey Verreckt is a professional Web Developer skilled in PHP and JavaScript focused on mastering best practices, patterns and architectures for web development.

Follow @JeffreyVerreckt

Recent Posts

  • Doctrine Repositories should be collections without flush
  • League OAuth 2.0 server with Symfony – Password Grant
  • League OAuth 2.0 server with Symfony – Access Token and Refresh Token
  • League OAuth 2.0 server with Symfony – User, Client and Scope
  • Custom Repository User Provider in Symfony

Archives

  • 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
Powered by WordPress and Poseidon.