JavaScript 6 for the C# Developer: Mini Series – Part 3: Object Oriented Programming

Today I am going to introduce you to OOP (Object Oriented Programming) in JavaScript 6. Now, OOP is not a new thing in JavaScript. Achieving OOP in JavaScript can currently be done using Prototype based programming; this doesn’t use classes and instead uses functions to define the classes. For example: JavaScript 6 brings us an […]

Read more "JavaScript 6 for the C# Developer: Mini Series – Part 3: Object Oriented Programming"

The Learning Conversation

“It’s not until you realize most people are alike in this way that you can start to have more productive learning conversations – even with folks you strongly disagree with.” – Phil Haack This has been a topic that I have been meaning to write about for quite some time now. But recently I read […]

Read more "The Learning Conversation"

In Software Engineering there are no problems, only opportunities, opportunities to learn

Recently I tweeted the sentence “In Software Engineering there are no problems, only opportunities, opportunities to learn” over on my twitter account. Of course this may have already been said by numerous people in the past, but perhaps not in the context of software engineering, not to my knowledge anyway, so for now I will […]

Read more "In Software Engineering there are no problems, only opportunities, opportunities to learn"