Skip to content
DaedTech

DaedTech

  • Check Out Products I Offer
  • Hire Me
  • View Interviews and Columns
  • Get in Touch
DaedTech
DaedTech
  • Anti Patterns

    The Outhouse Anti Pattern

    ByErik Dietrich February 25, 2012June 30, 2015

    Source Control Smells? I was reading through some code the other day, and I came across a class that made me shutter a little. Interestingly, it wasn’t a code smell or a name smell. I wasn’t looking at the class itself, and it had an innocent enough name. It was a source control smell. I…

    Read More The Outhouse Anti PatternContinue

  • Java

    Adding a Google Map to Android Application

    ByErik Dietrich February 23, 2012July 6, 2015

    I’m documenting here my first successful crack at adding a google map to an android application. Below are the steps I followed, with prerequisite steps of having the Android SDK and Eclipse installed, and being all set up for Android development (documented here). Created a new Android project Navigated to Help->Install New Software in Eclispe….

    Read More Adding a Google Map to Android ApplicationContinue

  • Java

    Redirect Back with Spring 3.0 MVC

    ByErik Dietrich February 19, 2012June 30, 2015

    As I’m getting back into Java and particularly Spring MVC, it’s a bit of an adjustment period, as it always is when you’re dusting off old skills or trying something new. Things that should be easy are maddeningly beyond your reach. In light of that, I’m going to document a series of small milestones as…

    Read More Redirect Back with Spring 3.0 MVCContinue

  • Home Automation

    Adding a Switch to Your Home Automation

    ByErik Dietrich February 16, 2012

    Last time in this series, I covered turning a lamp on and off with a keychain. Today, I’m going to up the ante and describe how to control an overhead light with your same keychain. This will be accomplished by replacing the switch for the light that you want to control with a new switch…

    Read More Adding a Switch to Your Home AutomationContinue

  • Design Patterns

    Composite

    ByErik Dietrich February 14, 2012June 30, 2015

    Quick Information/Overview Pattern Type Structural Applicable Language/Framework Agnostic OOP Pattern Source Gang of Four Difficulty Easy Up Front Definitions Component: This is the abstract object that represents any and all members of the pattern Composite: Derives from component and provides the definition for the class that contains other components Leaf: A concrete node that encapsulates…

    Read More CompositeContinue

Page navigation

Previous PagePrevious 1 … 204 205 206 207 208 … 223 Next PageNext

© 2026 DaedTech

  • Check Out Products I Offer
  • Hire Me
  • View Interviews and Columns
  • Get in Touch