fossmo

Stories submitted by fossmo

Ten steps on how to store Git repositories in Live Mesh!(blog.fossmo.net)

submitted by fossmofossmo(95) 3 years, 1 month ago

Use Live Mesh to host your repositories. It gives you over 5 GB of space and it’s completely free. read more...

add a comment |category: |Views: 9

tags: another

Inversion of Control Containers(blog.fossmo.net)

submitted by fossmofossmo(95) 3 years, 4 months ago

Learn how you can create your own simple IOC container. read more...

add a comment |category: |Views: 22

tags: another

Murder mysteries and Dependency Injection(blog.fossmo.net)

submitted by fossmofossmo(95) 3 years, 5 months ago

Another explaination of dependency injection, but done in a way that is easy to grasp. read more...

add a comment |category: |Views: 15

tags: another

You shouldn't use a electronic storyboard(blog.fossmo.net)

submitted by fossmofossmo(95) 3 years, 6 months ago

When doing a sprint planning you should avoid using a electronic storyboard. My experience is that you end up with one person, probably the scrum master, running the whole show. read more...

add a comment |category: |Views: 11

tags: another

How to sell TDD(blog.fossmo.net)

submitted by fossmofossmo(95) 3 years, 7 months ago

Everyone is into TDD these days. Right? If you want to call yourself a serious developer, you need to write unit tests. Blogs and seminars are filling your head with: "TDD or loose your night sleep". "TDD or write tons of documentation". "TDD or have a crappy design". I could go on forever... read more...

add a comment |category: |Views: 13

tags: another

Model View Presenter explained(blog.fossmo.net)

submitted by fossmofossmo(95) 3 years, 10 months ago

It's time to have a look at the MVP pattern again. read more...

add a comment |category: |Views: 179

tags: another

When in Rome, try to improve(blog.fossmo.net)

submitted by fossmofossmo(95) 3 years, 10 months ago

Have you ever worked with people who uses this phrase a lot: "We have always done it this way, so why should we do it any different now?". read more...

add a comment |category: |Views: 4

tags: another

How lambda expressions can replace anonymous methods(blog.fossmo.net)

submitted by fossmofossmo(95) 4 years ago

This post will introduced the syntax of a lambda expression and how it can replace anonymous methods. read more...

add a comment |category: |Views: 4

tags: another