I saw very interesting tweet from Glenn Block @gblock and this remind me with something I read in The Clean Coder book from Uncle Bob Martin, which talks about professional developer and what to do to be a professional. Uncle Bob…
Code Kata: Fizz Buzz Game

I stared to practice recently after reading more about how practicing is important for programmer to become professional and one way of practicing is Coding Kata. I found a lot of problem to implement to practice and perform coding kata. This post…
Coding Kata

Recently I’m reading Uncle Bob‘s Clean Coder book and I read about how a professional programmer must always practice, like professional musicians, professional football player, and professional martial arts player. I’m learning how to play electric guitar, you need to start slowly “slow…
Free Bug Tracking Database
Today I was looking for free bug tracking database & found a lot some of them are open source, so I’ll share them with you geeks. 1. BugTracker.NET: o BugTracker.NET is a free, open-source, web-based bug tracker or customer support…
Getting Started with Google Translation
Google provide a powerful translation web service, and there’s some time you wish you can use it inside your application, so it’s possible, and we’ll do it now. We’re going to use “Google API for .NET Framework” to use Google…
Coding For Fun: Get Now Playing from Last.FM
Let’s first know What is Last.FM? Last.fm is a music recommendation service. You use Last.fm by signing up and downloading The Scrobbler, which helps you discover more music based on the songs you play. What’s Scrobbling? A scrobble is a…
Getting Started with Microsoft Translator V2
At MIX10 conference Microsoft announced about V2 of its Translation API “Microsoft Translator”. I’ll use Microsoft Translator API to translate text from Arabic to English, to show you it’s so simple and easy. Before start coding, you need to get…