<img alt="" src="https://secure.hims1nice.com/151009.png" style="display:none;">
" style="background-color: #2c3e50;">
 

Blogs

Mike Branstein

Mike Branstein
Developer and leader. Passionate about systems architecture, domain driven design, application lifecycle management, and technology.
Find me on:

Recent Posts

How to Hide the iOS status bar in a NativeScript app

Posted by Mike Branstein on Aug 4, 2017 9:23:10 AM

                                     

I’ve been working on an app to monitor the weather at a farm recently, and I wanted to hide the iOS status bar because it looks like it’s in the way. 

This is a quick tip that I always have to lookup, so I decided to put it here so I’d always know where to look.

Read More

Topics: Mobile App Development

5 Reasons Why Azure PaaS Matters

Posted by Mike Branstein on Jan 25, 2017 8:30:00 AM

What is PaaS?

Platform as a service (PaaS) is a complete development and deployment ecosystem for the cloud.  

PaaS hides the complexity and need to manage the underlying infrastructure.  With PaaS, businesses can avoid the expense and complexity of buying and managing the disparate software licenses and the underlying application infrastructure and simply manage the applications and services they develop.

For example, PaaS services on Azure include:

  • Web servers
  • File storage
  • Message queues and service buses
  • Machine learning services
  • Big data services
Read More

Topics: Azure, Platform-as-a-Service (PaaS)

Enabling IoT Remote Server in Windows 10 IoT Core with PowerShell

Posted by Mike Branstein on Sep 21, 2016 10:00:00 AM

This post is the eighth in a series describing our automation efforts for provisioning Windows 10 IoT Core on a Raspberry Pi. To recap, KiZAN has a lab of 26 Raspberry Pi 2 boards running Windows 10 IoT Core. On a regular basis, we need to re-flash, provision and configure the boards. When we perform the re-flash and provisioning process, it is manual and consumes more time than we want to spend (up to 2 days). In this post, you'll learn how to enable IoT remote server in Windows 10 IoT Core with PowerShell.

Read More

Topics: IoT (Internet of Things)

Disabling the Soft AP on Windows 10 IoT Core Using PowerShell

Posted by Mike Branstein on Sep 19, 2016 9:00:00 AM
This post is the seventh in a series describing our automation efforts for provisioning Windows 10 IoT Core on a Raspberry Pi. To recap, KiZAN has a lab of 26 Raspberry Pi 2 boards running Windows 10 IoT Core. On a regular basis, we need to re-flash, provision and configure the boards. When we perform the re-flash and provisioning process, it is manual and consumes more time than we want to spend (up to 2 days). In this post, you'll learn how to disable SoftAP in Windows 10 IoT Core with PowerShell.
Read More

Topics: IoT (Internet of Things)

Setting the Time Zone in Windows 10 IoT Core with PowerShell

Posted by Mike Branstein on Sep 16, 2016 3:08:24 PM

This post is the sixth in a series describing our automation efforts for provisioning Windows 10 IoT Core on a Raspberry Pi. To recap, KiZAN has a lab of 26 Raspberry Pi 2 boards running Windows 10 IoT Core. On a regular basis, we need to re-flash, provision and configure the boards. When we perform the re-flash and provisioning process, it is manual and consumes more time than we want to spend (up to 2 days). In this post, you'll learn how to set the time zone in Windows 10 IoT Core with PowerShell.

Read More

Topics: IoT (Internet of Things)

Setting the Screen Resolution in Windows 10 IoT Core with PowerShell

Posted by Mike Branstein on Sep 9, 2016 2:30:00 PM

This post is the fifth in a series describing our automation efforts for provisioning Windows 10 IoT Core on a Raspberry Pi. To recap, KiZAN has a lab of 26 Raspberry Pi 2 boards running Windows 10 IoT Core. On a regular basis, we need to re-flash, provision and configure the boards. When we perform the re-flash and provisioning process, it is manual and consumes more time than we want to spend (up to 2 days). In this post, you'll learn how to set the screen resolution in Windows 10 IoT Core with PowerShell.

Read More

Topics: IoT (Internet of Things)

Disabling Windows Update in Windows 10 IoT Core with PowerShell

Posted by Mike Branstein on Sep 8, 2016 9:00:00 AM

This post is the fourth in a series describing our automation efforts for provisioning Windows 10 IoT core on a Raspberry Pi. To recap, KiZAN has a lab of 26 Raspberry Pi 2 boards running Windows 10 IoT core. On a regular basis, we need to re-flash, provision and configure the boards. When we perform the re-flash and provisioning process, it is manual and consumes more time than we want to spend (up to 2 days). In this post, you'll learn how to use PowerShell for Disabling Windows Update on Windows 10 IoT Core.



Posts in this series:

Read More

Topics: IoT (Internet of Things)

Installing Wifi Drivers in Windows 10 IoT Core with PowerShell

Posted by Mike Branstein on Sep 6, 2016 3:00:00 PM

This post is the third in a series describing our automation efforts for provisioning Windows 10 IoT core on a Raspberry Pi. To recap, KiZAN has a lab of 26 Raspberry Pi 2 boards running Windows 10 IoT core. On a regular basis, we need to re-flash, provision and configure the boards. When we perform the re-flash and provisioning process, it is manual and consumes more time than we want to spend (up to 2 days). In this post, you'll learn how to use PowerShell to remotely install WiFi drivers on a Windows 10 IoT core device.

Read More

Topics: IoT (Internet of Things)

Renaming a Windows 10 IoT Core Device via PowerShell

Posted by Mike Branstein on Aug 31, 2016 11:34:55 AM

This post is the second of a series of posts describing our automation efforts for provisioning Windows 10 IoT core on a Raspberry Pi. (Click here to read the first post)

To recap, KiZAN has a lab of 26 Raspberry Pi 2 boards running Windows 10 IoT core. On a regular basis, we need to re-flash, provision and configure the boards. When we perform the re-flash and provisioning process, it is manual and consumes more time than we want to spend (up to 2 days). In our first post, you learned how to find the IP address of a Windows 10 IoT core device after the initial flash. The second step in our automation journey is automatically renaming a device. In this post, you'll learn how to use PowerShell to rename a Windows 10 IoT Core Device after its initial flash.

Read More

Topics: IoT (Internet of Things)

How To Find the IP Address of a Windows 10 IoT Core Device

Posted by Mike Branstein on Aug 19, 2016 12:37:45 PM

KiZAN has a lab of 26 Raspberry Pi 2 boards running Windows 10 IoT core. On a regular basis, we need to re-flash, provision, and configure the boards. When we perform the re-flash and provisioning process, it is manual, and consumes more time than we want to spend (up to 2 days).  Truth be told, we don't have 2 days of free time, so we decided to invest in automation.

Once the entire re-flash and provisioning process was automated, we hoped to reduce the time spent to under 2 hours. Yeah, from 2 days to 2 hours. You do the math. This post is one of a series of posts describing our automation efforts for provisioning Windows 10 IoT Core on the Raspberry Pi 2. 

In this post, you'll learn how to find the IP address of a Windows 10 IoT Core device after initial flash with PowerShell.

 

Read More

Topics: IoT (Internet of Things), Mobile App Development