Recommending a blog Coding with Empathy

Today I鈥檓 starting a new series of post. Every last Sunday of each month I鈥檒l recommend a new blog. Each blog will be one I often read, and find worthwhile to spend time on. The posts will be kept short and to the point, to let you spend more time exploring the blog in questions yourself. This Sunday I want to recommend Coding with Empathy, written by Pavneet Singh Saund. It is a blog that puts a lot of focus on empathy in software development, and how we as developers can become better by focusing more on empathy and soft skills. ...

July 30, 2016 路 2 min 路 Leif Larsen

Put a name to the face Microsoft Cognitive Services

This is the second post in a series of posts, where we鈥檒l look into Microsoft Cognitive Services. More specifically we鈥檙e looking at the Face API, and what that can do for us in terms of identifying people. The end goal is to connect a web camera to a Raspberry Pi, grab an image of a person, identify that person and show the name on a screen. In the first post we described some basic terms one should know and we looked at how you could get API keys for the Face API. We also looked into detecting faces in an image, where we marked a face with a square. If this is the first post you鈥檙e reading in this series, I highly suggest you read the first post, as we鈥檒l continue building on the app we started on there. ...

July 27, 2016 路 7 min 路 Leif Larsen

What I can learn in development from fixing my car

A few weeks back I had a problem with my car. The windscreen wiper wouldn鈥檛 work, or it was rather slow when it did work. Being an older model car, I figured I could probably fix it myself. Long story short, I did fix it myself. After I had fixed it, I started to think about the process I鈥檇 been through. Interestingly enough I discovered that there were at least a couple of things, which I could relate back to software development. ...

July 23, 2016 路 3 min 路 Leif Larsen

Getting started with Microsoft Cognitive Services Face API

As the world gets increasingly more data power, we are enabled to do more things (in the lack of better words). One of those things is to make computers and applications more intelligent, and Microsoft have created a series of API鈥檚 to help doing so. Using Microsoft Cognitive Services you鈥檙e able to do use a whole bunch of API鈥檚, ranging from translation, searching, language-based and facial recognition. I find a lot of them interesting, especially the Face API, which I鈥檒l spend some time taking a closer look at. ...

July 20, 2016 路 7 min 路 Leif Larsen

Summing up my week with NET Best Practices and Design Patterns

I鈥檝e spent this week in London, attending a course on best practices and design patterns. The course was aimed at .NET developers, where the following was the main targets in terms of what we were to learn: Solve complex programming problems using design patterns Deliver bug-free code using test-driven development in Visual Studio Create layered architectures for reusability and eliminating functional duplication Apply the S.O.L.I.D. principles for better class design Simplify and automate repetitive tasks ...

July 16, 2016 路 3 min 路 Leif Larsen