Category process improvements and research

Continuous Integreation – TeamCity or Jenkins

Are you continuously integrating your development efforts into a stable pipeline? Are your teammates doing the same? Is that practice encouraged inside your organization? I hope it is. If not, get on the “right” path starting today. Be vocal about the merits of doing Continuous Integration (CI) properly. Make sure you integrate your new code often […]

Proper and Painless Bug Reporting

One difficult thing that can happen sometimes during the coding process is how we identify/report/fix/verify bugs in the system. I’ve seen situations where a bug is reported without enough informations to make everything else go painlessly. The following notes come from observations and mainly from an article by Joel Spolsky, cofounder of StackOverflow. The 3 […]

Unlearn your MBA and build real stuff – By David Heinemeier Hansson

David Heinemeier Hansson is the creator of Ruby on Rails, partner at 37signals, and among may things a race car driver. He is really brilliant, build some come really cool products using Ruby on Rails and has some pretty interesting ideas and views about business schools, starting companies, running them and building products that bring […]

8 Qualities of Remarkable Employees

Here is an interesting article by Jeff Haden. ================================= 8 Qualities of Remarkable Employees Forget good to great. Here’s what makes a great employee remarkable. Great employees are reliable, dependable, proactive, diligent, great leaders and great followers… they possess a wide range of easily-defined—but hard to find—qualities. A few hit the next level. Some employees […]

Tom Preston-Werner explains GitHub

Have you ever thought of sharing your code on the web ? Thought of doing social and collaborative coding and having other people contribute ? Git is an extremely fast, efficient, distributed version control system ideal for the collaborative development of software. Every clone of a Git repository represents the entire history of that project […]