Image recognition is one of the buzz-words of our times. Facebook has acquired Face.com with its flagship product — facial recognition app — and invested huge money to better suggest … Continue reading “Image recognition on mobile devices”
Technology
Agile in the Goyello way
The “NoSQL” way of storing data
Most IT professionals are by now most likely aware of the NoSql and perhaps even heard of a few differences between it and the relational database models. The usual question … Continue reading “The “NoSQL” way of storing data”
What is the Lean Startup? [Video]
The Lean Startup method teaches you how to drive a startup-how to steer, when to turn, and when to persevere-and grow a business with maximum acceleration. Increasingly, these methods are … Continue reading “What is the Lean Startup? [Video]”
Express names in code: Bad vs Clean
Beginner programmers always spend a lot of time on learning a programming language, code syntax, technology and tools. They think, if they master the craft of technologies, they will become … Continue reading “Express names in code: Bad vs Clean”
6 more things C# developers should (not) do
For all wondering what are the things a C# developer should and should not do. As the continuation of my previous post 8 Most common mistakes C# developers make I … Continue reading “6 more things C# developers should (not) do”
Top 9 qualities of clean code
How often do you express your disbelief when browsing through someone’s code saying out loud “Omg, that’s real spaghetti code…” ? Probably quite often. And how sure are you that … Continue reading “Top 9 qualities of clean code”
8 Most common mistakes C# developers make
While working with (young) C# programmers I’ve noticed that some mistakes are being repeated by almost every one of them. These are mostly the mistakes, which once you point them, … Continue reading “8 Most common mistakes C# developers make”
Silicon Valley not everybody’s Holy Grail
About a week ago I returned from a very intensive and inspirational trip to the USA. On Wednesday October 17, 2012, an economic mission organised by the Pomeranian region/Gdansk government … Continue reading “Silicon Valley not everybody’s Holy Grail”
Remote ASP.NET Model Validation with generic version of AddModelError
Validation is an extremely important part of a software system. It prevents users from inserting incorrect data. Although it seems to be a piece of cake, it’s not. It’s hard … Continue reading “Remote ASP.NET Model Validation with generic version of AddModelError”