Design Patterns


  • Some time ago, I wrote a post about the use of patterns in user interface (UI) design.  The idea is that, when one solves problems for a living, over the years the same problems will crop up, and similar solutions will be re-used. The context may change, but a solution that worked…

    Blog
  • Years ago, the concept of design patterns made a fundamental change to the way software engineers approached design problems. The idea, for those who are unfamiliar, is that in software development we often find ourselves     confronted with the same problems over and over, but in a…

    Blog
  • Written by Alan Ezust and Paul Ezust Foreword by Lars Knoll C++ is taught "the Qt Way". The source documents for our book are in a format that can be used to generate a textbook or instructor's slides. The book includes enough homework assignments and lectures for a 6 credit (full year) course.…

    Basic page