Clicky

CouchDB – First Steps

Apr 30 2013

Long long time ago in one of the posts … I briefly described CouchDB installation process on the local machine. IrisCouch If you don’t want to configure local database you can use IrisCouch hosting. You can get free database for basic tests. I am using this database hosting for one of the projects hosted in [...]

3 responses so far

CouchDb – getting started on Windows

Apr 02 2013

This post will be a little note with steps needed to setup a working CouchDb instance on windows machine. NoSql RDBSM rules the world, it is still a “standard” in the industry. My first Database was used inside a simple rss client written in C. This was the weird world of C programming with weak [...]

2 responses so far

IE 7,8 kendo ui binding problem – unknown runtime error

Mar 18 2013

TL;DR; If you are getting unknown runtime error in the kendo javascript code. Check if you are using correct binding methods as per the demo on telerik site. You’ve got to love IE with all the “special behaviors” in it. I have spent recently 10h trying to fix little problem found only in IE. My [...]

No responses yet

Hard truths about software developer career

Mar 05 2013

I am a software developer. From my experience I can say, that this is one of the best jobs someone can do. It is creative, demanding and extremely rewarding plus it has an awesome community with friendly and intelligent people. When i was entering the work market in my first company i had various assumptins [...]

One response so far

Visual Studio – Extensions and Configuration

Feb 25 2013

In this post, I want to share some details about my Visual Studio 2012 configuration. You can find here a list of plugins, some options and various customization that I am using. Some thoughts I am not using any GIT integration tool. I don’t need it. Console and bash is all, I need. I am [...]

8 responses so far

OAPT – “One Assert Per Test”

Feb 06 2013

In previous posts we discussed the problem with multiple asserts in the unit test. One of the reasons to create test with only single assert was “Unit Test Misinformation”. One of the readers of my blog remainded me in the comments that there are frameworks that can help in a situation like this. One example [...]

One response so far

Extending git with custom command

Jan 14 2013

I am really happy that I can use git for my every day job. Earlier I was only using it in hobby projects. Now I can learn and experience git in real projects, with real people and problems. So far, I love it There is one nice ‘feature’ of git that i found recently : [...]

One response so far

Good unit test – One Assert

Jan 09 2013

In previous post, I defined a good unit test as one that: tests single unit of work contains only one assert is self contained Presented sample of code with one unit test, unfortunately had two asserts. Clear violation of the second rule. One of the fellow bloggers MJ pointed out this mistake. It is time [...]

2 responses so far

Unit Test code with static method Console.Write

Jan 01 2013

tl;dr : Wrap theses methods inside the layer of abstraction. Then create a stub and use it to create test scenarios. This post is based on my answer on the Stack Overflow – “How to unit test this function?” The original question is about writing unit test for a code that uses Console methods inside [...]

6 responses so far

Site with project – NancyFX fun

Dec 27 2012

Projects, source code, different concepts. Those are the byproducts of our work . Every programmer in his carrer develops a lot of different stuff. I allways planned to host mine “toys” somewhere. Sure there there is github, assembla and other hosting possibilities, but to be honest I need more customization options, and the feeling that [...]

No responses yet

New Design

Dec 21 2012

Hurray we have survived the armageddon. To celebrate this marvelous achievement, I redesigned my blog. Well seriously my site needed new layout, fonts and colors.  Previous version was just unreadable,  I barely was able to focus on anything. My blog is mostly about content, so I wanted to shift focus onto this content. Previous version [...]

2 responses so far

Goals for year 2013

Dec 19 2012

It is almost the end of the year. Hopefully we will get through Armageddon on 21st December, so following Pawel Klimczyk idea, I am posting my own list of personal goals for 2013 year. Prepare a session for wroc .net I was planning to do this for a long time. There are couple of ideas [...]

No responses yet

Log levels – my approach

Dec 10 2012

There are some options available when it comes to logging mechanisms on .Net platform. Fortunately we have standarized log levels. Currently i am using mostly NLog,this library is very popular and at the moment has all the options i need. There is also Log4Net lib, bit out dated but still good, we are using it [...]

No responses yet

Formal education – is it worth the time ?

Nov 02 2012

One of my friends wants to be a developer, he is currently starting his first year on university. He asked me if he really needs formal education to become professional programmer. This is a common problem for a lot of people. I am not talking about students that are just studying because of boredom or [...]

One response so far

Sonar .Net installation

Sep 26 2012

In this post I want to describe step by step process of Sonar installation for .Net . Sonar ? Basically  Sonar is web application that gathers data from various analytical tools available on .Net, Java etc. In .Net environment we can provide data from for example: FxCop StyleCop Open Cover How does it look like [...]

No responses yet

Become a mentor. Refresh your cache.

Sep 05 2012

Recently I realized how teaching is important and how it beneficially affects not only person that is learning but also a teacher. I was helping one of my friends with some design problems. Some of the questions and problems where trivial, but from time to time something awesome happened My friend asked a really awesome [...]

No responses yet

IPad as a 3rd monitor

Aug 08 2012

I am not apple fan, but I am really surprised how useful IPad is. I am mostly using it for : rss / pocket / book / mail reader evernote some games ( hero academy is awesome ) Apart from great apps and games you can use your IPad as a 3rd monitor. This is [...]

No responses yet

Interesting Links

Jul 28 2012

From time to time I will write a post just for “saving” interesting links for the future reference. Links:   Software Inventory http://www.joelonsoftware.com/items/2012/07/09.html In this post Joel points out many software development problems. If you want some advice about managing bugs, feature backlogs then check it out.\ There is a little self promotion hidden inside [...]

No responses yet

Boids Simulation v0.0.1 – Changes

Jul 19 2012

I have made a couple of changes to Silverlight Boids project Functional : Simplified UI ( better menu) Ability to zoom in zoom out with ctrl+”+” , ctrl+”-” Load / Save Scenario ( Saved states of simulation ) I m using Redis db to store data. Pre defined scenarios to easily test app. add many [...]

No responses yet

Boids Simulation – Project Overview

Jun 23 2012

While studying I was doing a lot of different projects. One of them was a simple simulation of bird flock movements. This will be a series of posts about changes in this project. It will contain a lot of code reviews and development information’s. Project is hosted on GitHub if you want to follow the [...]

No responses yet

Older »