Here are some of my notes taken recently while reading some articles about programming. … “Measure twice, cut once.” Or “Google it.” Whatever you call it, most programming problems you’re likely to encounter have been solved in some form already … Good programmers know to do the research before they try to solve a problem.Continue reading “Programming Quick Bites”
Author Archives: Mahmut Canga
Some Notes on Learning iOS Development
Here are my notes I took while following Apple’s getting started documents for iOS App Development. Also, it is better to bear in mind that I have .Net/C# background for years and mostly comparing iOS Development flow within this context. Great apps solve a single, well-defined problem Part of defining the purpose is understanding whatContinue reading “Some Notes on Learning iOS Development”
Some Notes on UX
I’ve been collecting some notes from articles about UX for a while. After they reached some threshold, I thought it might be better to share them. Here are those; Chrome Obesity: Don’t Eat My Pixels … Back button is now only the 3rd most-used feature on the Web. Clicking hypertext links remains the most-used feature,Continue reading “Some Notes on UX”
Is It Worth Trying Azure?
After starting to use Azure last year, there has been so many changes. While some of them were beneficial for the developers, on the other hand, some of them were just for the business and profits. I’m not planning to go deep into those changes but during the time I use the service, I gainedContinue reading “Is It Worth Trying Azure?”
MVC Code-First vs Others
I’ve been working on MVC with Code First approach for a while (more than 1 year). It’s very stable and makes you move faster. If you are targeting a web application which has all its logic in business layer and you use database layer just for storage then Code First approach best fits on this.Continue reading “MVC Code-First vs Others”