How to be a kinder more effective code reviewer
How can we change our behaviour to have more positive code review experiences? Here is a simple framework we can follow.
How we built a Visual Studio Code extension for IoT prototyping
We recently had the opportunity to make a Visual Studio Code extension that needed to communicate with an embedded device. This post explains the architecture we chose to achieve that and the decisions that led to it.
Is Scala an Influence on Swift's Design?
Swift is a modern multi-paradigm programming language that shares some convenient features already available in other current generation languages. My personal feeling is that Scala has had a heavy influence on its design. In this post I want to explore the similarities and differences to see how true this may be.
9 Things to Consider When Choosing a JavaScript MV* Framework
You may find it useful to consider this list of factors when deciding between several JavaScript MV* frameworks. We’re not going to lecture you about which solution you should choose – we’ll leave that up to you.