Tag: gettingreal


  • Getting Real symfony

    Ignore details early onIn this essay, the main point made is to try and not pay attention to details early on in the project. Focus on the main functionality before diving into details. In symfony, this is easily achieved by using a basic CRUD interface first (removing the functionality you don’t need, or adding specific…

  • Getting Real

    The subtitle for the book is “The smarter, faster, easier way to build a successful web application.” I am sure this is indeed true. The approach to software development in this book sure is smart, fast and easy. Of course, not everything discussed will apply to every software development project, but it is not meant…