Categories
-
Recent Posts
Meta
Archives
- November 2024 (1)
- January 2021 (1)
- August 2020 (1)
- December 2019 (1)
- August 2018 (2)
- June 2018 (1)
- May 2018 (1)
- April 2018 (3)
- March 2018 (1)
- January 2018 (1)
- February 2016 (1)
- January 2016 (1)
- December 2015 (2)
- September 2015 (1)
- January 2014 (2)
- September 2013 (1)
- August 2013 (1)
- June 2013 (2)
- May 2013 (4)
- April 2013 (1)
- January 2013 (2)
- August 2012 (3)
- July 2012 (6)
- June 2012 (2)
- April 2012 (1)
- April 2010 (1)
- March 2010 (1)
- April 2009 (1)
- June 2003 (1)
Monthly Archives: July 2012
Project Thunderbolt – Robert’s Tesla Coil Project
=================================== Project Name: Thunderbolt Project Domain: High Voltage Physics =================================== Goal: To create a full scale Tesla Coil with that produces at least 6in sparks aka “artificial lightning”. Current Status: Project was a success, with a complete full scale, full … Continue reading
Posted in Randomness
1 Comment
Helping your developers to maintain other people’s code
What is so difficult about maintaining another developers code? How can you as a development manager or architect ensure that all developers on your team can maintain any other team member’s code? These are the two questions I want to … Continue reading
Posted in Software Management
1 Comment
Data Record Request Framework
In this post we will discuss a framework which I have designed and implemented which is used to store and manage “Request Data” separately from the golden source or actual database. The root concept and benefit of this, is that … Continue reading
Posted in Architecture
Leave a comment
Windows verses Mac verses Linux? What do you use?
So I’m writing this quick little post from my favorite Starbucks, on my Mac Book Pro. Do you think I’m a Mac-preferred User? Well, Mac OS X is BSD (Unix) based, if you are a programmer you probably already know … Continue reading
Posted in Randomness
Leave a comment
Adapter Factory Design Pattern
It is often the case where Enterprise Application require one or more Vendor based products to be integrated into the home grown system. While sometimes useful, there are many issues that arise from simply embedding a product into your code. … Continue reading
Posted in Architecture
2 Comments
How We Develop Software – Creating a New System/Application Platform
As follow up on my last post on “SDLC Methodology Styles”; in this article we are going to discuss my method of creating a Foundation Platform for the development of a new System or Application. It is my opinion that … Continue reading
Posted in Software Management
1 Comment