Improve Code Skills? Consider Blogging

Having a tech blog will make you better at writing code. That is a fact. I have seen the benefits of this throughout my career as a software developer. You might wonder how this can be true. Well you see, blogging about certain concepts awakens a certain curiosity within you. It is that curiosity that inspires you to learn more, tinker more and be more. You evolve as a programmer into something more than just a 9-to-5 kind of guy or girl. (more…)

Continue ReadingImprove Code Skills? Consider Blogging

Introducing Code Contracts – Writing Better Code

Introducing Code Contracts – Exactly what are code contracts and how can they help me in my daily coding tasks? How do code contracts make my code better? Well as I have said before, user input is evil. All user input. Code contracts provide a way for a developer to specifically check what values are coming into their methods and catch issues easily. Here is an introduction to code contracts. (more…)

Continue ReadingIntroducing Code Contracts – Writing Better Code