-
Jukebox on Raspberry Pi with DotNet Core – Part 1
Estimated time for lesson: 2-3 Hours Have you ever wondered what all uses can a Raspberry pi be put into? Well let’s explore one such use case. In this series we are going to build a Music Jukebox using a Raspberry Pi, Simple Speakers, DotNet Core and Angular 6. The final product requirements can be…
-
Building Lizzie – IV
Another post about Lizzie. I started off with a Raspberry Pi 3 to build a personal assistant for my car and I have come a long way both in terms of the concept and the functionality. Most importantly I have formalized the application flow and also extended the scope from one device to almost all…
-
Is C# Getting More Functional?
Looking at the set of features introduced in C# 7, I am thinking – Is C# trying to follow the footsteps of Scala (a functional language that compiles into JVM bytecode)? To answer the question let’s look at the features that have been introduced. I got a chance to work with Scala while working at agoda (It was…