Close

Cognitive Services Talk @ DevIntersection 2017 - Now on Channel 9

Last week I spoke at DevIntersection in Las Vegas with Microsoft's Daniel Egan on Cognitive Services. Microsoft Cognitive Services is a collection of Representational State Transfer (RESTful) intelligent application program interfaces (APIs) that allow systems to see, hear, speak, understand, and interpret people’s needs by using natural methods of communication. Developers can use these APIs to…

Share

Machine Learning & Cognitive AI - Technical Training Modules & Content

Microsoft Research, Microsoft DX and Community has open sourced tons of demos and hands on labs covering Data Science, AppDev, Azure, Cognitive Services, Data Lake, Big Data and much more. This is to equip the community with content to influence. Azure Training Course https://github.com/MSRConnections/Azure-training-course/tree/master/Content Microsoft Imagine https://github.com/MSFTImagine/computerscience Technical Community Content. https://github.com/Microsoft/TechnicalCommunityContent  

Share

Notes from Microsoft Machine Learning and Data Science Summit - Day 2

Microsoft Machine Learning and Data Science Summit promised to connect Big Data engineers, Data Scientists, Machine Learning practitioners and managers to share best practices, to Dive deep & learn, and to facilitate Think big & execute fast ideas. In my experience, the summit met majority of its goals and it was a great start. Microsoft has graciously made majority…

Share

Jeremy Clark MVP on DI Why? Getting a Grip on Dependency Injection

Jeremy Clark, Microsoft MVP, pluralsight author, and renowned speaker recently spoke to Irvine Programming Meetup, one of the groups I organize with Matthew Mousseau on the topic of Dependency Injection. Following is the recording from his talk.     http://www.meetup.com/Irvine-Programming-Meetup/events/231198873/ Abstract: What is Dependency Injection? And why would we want to use it? That's what…

Share

Irvine Dev Meetup - From Story to Document: Modeling Common Business Problems with MongoDB

Nuri Halperin, pluralsight author and speaker recently spoke to Irvine Programming Meetup, one of the groups I organize with Matthew Mousseau on the topic of From Story to Document: Modeling Common Business Problems with MongoDB. Following is the recording from his talk. . Abstract: When designing a solution leveraging MongoDB, the entities and business requirements need to be evaluated…

Share

Back2Basics - Windows Services in Powershell & TopShelf

When designing systems, distributed or otherwise, engineers create applications which can be roughly classified into two major categories: (a) Long running, background processes which require multiple steps / dependencies / workflow items to complete and (b) (mostly) interactive shorter duration programs. In Microsoft application landscape, the earlier category of daemon / majordomo style apps are best served…

Share