Invisible to the eye

A journey in web development, [computer] science, engineering:
getting to know what lies under the hood -- Giorgio Sironi

▼
Friday, July 31, 2009

Global state is rarely a salvation

›
This post is a response to Domain Events - Salvation from Udi Dahan, where he shows a design to manage the Domain Events pattern. He sugges...
2 comments:
Wednesday, July 29, 2009

When to inject: the distinction between newables and injectables

›
Dependency Injection is a great technique for producing an application with decoupled components; but injecting every single object of any l...
12 comments:
Tuesday, July 28, 2009

Never write the same code twice: Dependency Injection

›
Is Dependency Injection difficult? Is it hard to do? Certainly it provides value. Particularly in Php, but also in other object-oriented lan...
4 comments:
Monday, July 27, 2009

How to stop getting megabytes of text when dumping an object

›
Php has a useful var_dump() function that helps debugging and unit tests writing by providing a text dump of all the properties of an obje...
Thursday, July 23, 2009

Php 5.3 without screwing up apt-get

›
Php 5.3 is stable and if you want to experience improved performance and lessened memory usage, and also play with nice tools like Doctrine ...
3 comments:
Tuesday, July 21, 2009

Naked objects in Php

›
The validity of Naked Objects pattern, if implemented successfully, can add value to the php scene and help to answer the "Is Php read...
7 comments:
Thursday, July 16, 2009

Lazy loading of objects from database

›
What is lazy loading? A practice in object/relational mapping which simulate the presence of the whole object graph in memory. There is some...
9 comments:
‹
›
Home
View web version
Powered by Blogger.