3,382 reputation
516
bio website wleeper.com
location Colorado Springs, CO
age 42
visits member for 2 years, 8 months
seen May 16 at 17:49
stats profile views 130

Software Developer working in the industry for over 16 years. Developed on a variety of platforms including C++, Java, and Ruby on Rails. Currently I am working on several Ruby on Rails projects.

My twitter id is @waleeper


May
16
comment Is programming on different monitors bad for your eyes?
I have not noticed anything anidotally about different monitor (I use a high res HP (27" 2560x1440) and my Macbook display). What I did notice is when I used a large size, but relatively large pixel size (27" 1080i) monitor I had trouble with that.
May
15
comment Why is MongoDb popular with Node.js?
Just speaking from experience. While it is not necessarily the case all the time, larger projects with wide scope and features are more likely to use a relational database as their primary store. I think this has more to do with the nature of the data in these systems than it does with any shortcomings or strengths in the technologies between relational and nosql databases. Larger systems are more likely to deal with structured data that is better suited to a relational database (think enterprise systems with well defined structures and rules).
May
15
answered Why is MongoDb popular with Node.js?
May
15
answered Approaches to isolating tests that require a database?
Apr
4
answered How should you deal with a popular project that you no longer want to maintain?
Apr
4
comment How should you deal with a popular project that you no longer want to maintain?
If you are not making money from this raise rates or start charging for the service.
Mar
26
answered Unit test cases(JUnit), not by developer but other team members
Mar
26
answered Can one can survive in the IT industry without knowledge of C and C++?
Mar
25
awarded  Nice Answer
Mar
20
answered What should a test method test?
Mar
18
comment Is it a good idea to schedule regular time to clean up code?
Good point, I do agree that the regular time doesn't work well. Too often priorities cause it to be cancelled etc.
Mar
18
answered Is it a good idea to schedule regular time to clean up code?
Mar
18
comment Is it a good idea to schedule regular time to clean up code?
This won't address those nagging problems that are lurking around in areas that may not be part of the feature request from the product team.
Mar
18
comment Is it a good idea to schedule regular time to clean up code?
Your second sentence contradicts the first. You said no, but then said you work these kinds of things into every sprint. In a way that is scheduling time to do it.
Mar
18
comment Is it a good idea to schedule regular time to clean up code?
I think this is good advise, but does not address the question asked. Haivng managed a team with a horrendous code base (was horrendous before I got there). It was time very well spent to tackle refactoring and cleaning up specific functions. We called them infrastructure projects and worked them into every sprint we could. Often these things were items that were not part of another change, but were things the team had identified as problem areas. We did quarterly retrospectives and would update this list regularly.
Mar
15
comment How do I make a cloud based web app accessible internally in the event of an internet outage?
What is the ROI on this feature. How often is the internet down at your place of work? If this is a legitimate concern, standing up a server and moving this thing in house is going to be a lot cheaper than any sort of data synchronization you could possibly do
Feb
21
answered What's the most effective way to perform code reviews?
Feb
15
comment Wrote an application for a friend. Who is the owner of the software?
@KeithS yes my contract had me fairly well covered. I also stipulated that I controlled access to the source code during development and would't turn control over to the client until final payment. Additionally based on a bad experience where a friend didn't pay, I also asked for 1/3 up front. I have a good client, so all has been well, but even in the best of cases you need to protect yourself legally.
Feb
15
awarded  Necromancer
Feb
13
answered How to manage single software product to multiple customers?