Quick Thoughts on SwiftUI

by 

|

|  

in

The interwebs are all ablaze with Apple’s announcement of SwiftUI. I’ve seen multiple articles about what was covered at the WWDC keynote, but the one topic that stood out to me was SwiftUI. With SwiftUI, did Apple just rewrite software development? What is SwiftUI? SwiftUI looks to be an entirely new way to develop user…

Read more…

JetBrains Rider: First Impressions

by 

|

|  

in

When all of us think of .NET development, we think Visual Studio. I’ve been a user of Visual Studio (VS) for years, and it is probably my favorite Microsoft product. If you compare VS to almost any other IDE, you will likely be left wanting. I have tried other editors over the years, but nothing…

Read more…

Augmented Reality May Not Be Useful, But U2 Is Changing Concert Experiences With It

by 

|

|  

in

Virtual reality (VR) and augmented reality (AR) are in the news quite often. We’re still in the early days of this technology, even five years removed from the initial release of Google Glass. The hardware in our mobile devices and computers are improving more and more each year – lowering the barrier to entry for…

Read more…

Developing for the LAMP Stack on Windows Using Docker and WSL

by 

|

|  

in

For the past year, instead of working with my customary set of development tools, I’ve been working in the LAMP (Linux, Apache – Nginx, technically –, PHP, and MySQL/MariaDB) technology stack. This world is not new to me. I’ve spent many (many, many) hours developing software with these tools. I was going to be doing…

Read more…

network security

The Quest for Network Security at Home, Part 2

by 

|

|  

in

In the first part of this series, I shared my frustrating journey seeking a better way to secure my network at home. It’s been two months since then and the main change is the release of the second generation Bit Defender Box. It’s still a little early to make a call on this device as it’s…

Read more…

How I Ignored the Haters and Bought a 2016 MacBook Pro

by 

|

|  

in

In the past, we have had engineers share about their hardware of choice. From Steve’s developer laptop, to Curtis’s MacBook Pro, and Matt’s Microsoft Surface Pro, we’ve read about how each machine suited the respective users’ workflows and preferences. But now it’s time to hear from a non-engineer. Me. While I’m a technical writer by…

Read more…

Setting Up Continuous Integration with TeamCity

by 

|

|  

in

For one of my recent projects I needed to set up Continuous Integration from scratch on a server. Having never done this before I found myself assembling all the required components, installing them, and configuring them (and struggling now and then through some of the gotchas that came up). To save anyone who may have…

Read more…

Visual Studio Team Services – Triggering A Build From A Build (Using PowerShell)

by 

|

|  

in

As of April 2016, Visual Studio Team Services (VSTS) does not support triggering a build from another build. This presents a problem if you want your setup to do something like start two builds from a single pull request onto a branch (because VSTS does not support starting multiple builds from one pull request trigger)….

Read more…

Initial Azure Impressions

by 

|

|  

in

For about the last month I’ve had the opportunity to work on a couple of different projects that heavily use Microsoft Azure. This is my first significant exposure to Azure and its services and over this last month I’ve experienced both the good and the bad. I wanted to share some of my insights, not…

Read more…

Choosing a Mocking Framework

by 

|

|  

in

As we neared the end of our BizSpark license term here at Don’t Panic Labs, we had to make some big choices when it came to licensing Visual Studio. Through BizSpark we were using Visual Studio 2013 Ultimate, which gave us access to a lot of different features. One of which, Microsoft Fakes, was heavily…

Read more…