Home

Welcome to my personal Wiki. The work here represents some of my personal projects. Please email any comments, suggestions, bug reports or feature requests to fedecarg at gmail dot com.

Projects
http://fedecarg.com/projects

Old Projects
http://fedecarg.com/wiki/oldprojects

Blog
http://blog.fedecarg.com

Repository
http://svn.fedecarg.com

Kewnode Ltd.
http://www.kewnode.com

Slideshare
http://www.slideshare.net/fedecarg

Bookmarks
http://delicious.com/fedecarg

Twitter
http://www.twitter.com/fedecarg

LinkedIn
http://www.linkedin.com/in/fedecarg

Latest projects

  • Method Expression Parser (04/03/2010 08:35 PM)

    Library for parsing method expressions. It's designed to quickly and easily parse expressions and construct conditions based on attribute names and arguments. (Documentation) (Source Code)

  • Replication Adapter (03/31/2010 01:12 PM)

    Database replication is an option that allows the content of one database to be replicated to another database or databases, providing a mechanism to scale out the database. Scaling out the database allows more activities to be processed and more users to access the database by running multiple copies of the databases on different machines. The Zend Framework Replication Adapter component supports the most commonly used replication scenarios: Single-Master and Multi-Master Replication (Documentation) (Source Code)

  • DataMapper (03/30/2010 04:51 PM)

    DAOs are used to abstract and encapsulate all access to the data source. The DAO implements the access mechanism required to work with the data source and manages the connection with the data source to obtain and store data. This component implements the DataMapper pattern and allows developers to transfer data between two schemas while keeping them independent of each other. (Documentation) (Source Code)

  • Domain-Driven Design (08/02/2009 03:19 PM)

    Domain-Driven Design (DDD) is a different way of thinking about how to organize your applications and structure your code. This way of thinking complements very well the popular MVC architecture. (Documentation)

  • sync-files.sh (07/26/2009 12:08 PM)

    sync-files is a tool for logging into a number of remote machines, executing commands and copying files. It can be used to deploy an application to multiple servers with a single command line. (Documentation) (Source Code)