Browsing "Linked In"

Solving Traveling Salesman with Ant Colony Optimization in JavaScript
Ants are relatively unintelligent creatures and yet as a group, they are able to display intelligent behaviour. This article explores the fascinating ant colony optimization algorithm applied to the traveling salesman problem using javascript examples.

Explanation of the stack, the heap, and recursion leading to stack overflow
What are the stack and heap? What causes stack overflow? How many levels of recursion are possible? A C# example answers these questions.

3 Rules of SDK Design
SDK, API, and framework design is difficult. Three design guidelines as well as tips for achieving those guidelines are summarized in this article.

MVVM vs MVP vs MVC: The differences explained
A set of bullet points explains the basics of MVVM, MVP, and MVC as well as guidelines for using each architecture with proper technologies.

Burn Down Chart Tutorial: Simple Agile Task Tracking
A detailed tutorial on creating and managing burn down charts. I have also provided Excel and Google Docs Templates.
Popular Posts
- MVVM vs MVP vs MVC: The differences explained
- Burn Down Chart Tutorial: Simple Agile Task Tracking
- Algorithms and Data Structure Interview Preparation Guide
- Interview Questions for Software Developers
- Explanation of the stack, the heap, and recursion leading to stack overflow
- .Net Interview Questions 7: WPF
- .Net Interview Questions 4: Multithreading
- Solving Traveling Salesman with Ant Colony Optimization in JavaScript
- .Net Interview Questions 3: Framework Core
- MVVM vs MVP vs MVC: The concise explanation
- 3 Rules of SDK Design
- .Net Interview Questions 5: Management & Leadership