trimalchio

Stories submitted by trimalchio

Understand Unit Testing and TDD: Getting Better Code Coverage(michaelhamrah.com)

submitted by trimalchiotrimalchio(425) 3 years, 5 months ago

How do you approach testing your code? The author goes through how to think about testing- what to look for, what to analyze, and how to structure your unit tests. read more...

add a comment |category: |Views: 17

tags: another

Saving dynamically added list items using jQuery and ASP.NET MVC(michaelhamrah.com)

submitted by trimalchiotrimalchio(425) 3 years, 5 months ago

The author gives an example of how you can use ASP.NET MVC built in DefaultModelBinder to populate a List of Complex Types for a Controller Action. Taking the example a step further, the author describes how to dynamically add elements in the form using jQuery that eventually get posted to a save action. read more...

add a comment |category: |Views: 108

tags: another

Event Pooling with jQuery Using Bind and Trigger: Managing Complex Jav(michaelhamrah.com)

submitted by trimalchiotrimalchio(425) 3 years, 5 months ago

Overview on how to use an event pool system with jQuery to manage your user interface. Examples of how to fire events between a sender and reciever in a disconnected way. read more...

1 comment |category: |Views: 119

tags: another

Adventures in Agile: Practical Scrum (Intro)(michaelhamrah.com)

submitted by trimalchiotrimalchio(425) 3 years, 5 months ago

The reality of adopting scrum in your organization. read more...

add a comment |category: |Views: 2

tags: another

How to Hire a Software Developer: The Phone Interview(michaelhamrah.com)

submitted by trimalchiotrimalchio(425) 3 years, 5 months ago

Talks about how to handle the phone interview, with some .NET technical questions. read more...

add a comment |category: |Views: 17

tags: another

How to Interview a Software Developer: The Ad and Resumes(michaelhamrah.com)

submitted by trimalchiotrimalchio(425) 3 years, 5 months ago

Good article on writings job ads to attract quality software engineers. read more...

add a comment |category: |Views: 11

tags: another