Author: Mahmut Canga
-
Agile Manifesto
From time to time, I reconsider Agile Development and organisations applying it to mostly development processes and operations. In this context, I’m noting down to myself keep in mind the key parts of Agile Manifesto. Individuals and Interactions over processes and toolsThis says that people are more important over how we develop and what tools we…
-
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 what…
-
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,…
-
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 gained…
-
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.…
