Hari’s Favorite Visual Studio Shortcuts

by 

|

|  

in

I’ve always wanted to write a blog post containing my favorite Visual Studio keyboard shortcuts. However, this guy beat me to it. But that’s okay because I learned a few tricks that I didn’t know. Of course there many useful shortcuts than the six he mentioned. Here are some that I use all the time:…

Read more…

Updating Version Information for Xamarin.iOS builds on Visual Studio Team Services

by 

|

|  

in

In last week’s blog post Andrew showed us how to trigger a build from another build. The need to do that was just the first part of a bigger series of events that eventually led to subsequent builds being automatically versioned for us. After the builds were completed, we needed to ship the Xamarin.iOS build…

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…

Our 10 Most Popular Blog Posts of 2015

by 

|

|  

in , ,

As another year winds down, it’s only natural to look back at what we’ve accomplished. Just one part of what we do is share on our blog what we have learned and experienced. Since we’re not interested in keeping all of that just for ourselves, we hope the blog is a way we can help…

Read more…

Cleaning up the dirtyPath

by 

|

|  

in

One of our recent projects involved creating Excel functionality inside a custom application we built for a client. After a few iterations where we tried to emulate most of the basic features of Excel (including enabling the pasting of tables through a lot of parsing and basic table functionalities), it became clear that we would…

Read more…

Helpful Functionality with AWS’s Auto Scaling

by 

|

|  

in

On Beehive, we have been taking advantage of Amazon’s Auto Scaling functionality to control the number of instances we are running behind load balancers. The other day we came across a use-case where we needed to set up a new load balancer in order to host a separate hostname that had its own unique certificate…

Read more…

Creating a Custom Bundler

by 

|

|  

in

We decided to use Angular on a public-facing website project for a customer. After we completed a good chunk of the front-end development, I noticed a high number of requests for markup templates were being made when our page loaded. I knew that there had to be a way to reduce this. I remembered from…

Read more…

Getting SSL Certificates on AWS Elastic Load Balancers in Windows

by 

|

|  

in

Author’s note: This article was put together with help from these posts: ServerFault post, another ServerFault post, Anu Chandy post. They have great info, but lacked a full step-by-step explanation. The prompt from AWS for uploading a new SSL certificate can be a little scary: Here are some steps that can help you get an…

Read more…

Browser Debugging Between OS X and Visual Studio in Parallels

by 

|

|  

in

Over the last seven months I’ve been developing web applications using Visual Studio in Parallels 10, and the experience is alternatingly fantastic and frustrating, depending on the day. Some days I get the performance I want out of Parallels, and other days it’s incredibly sluggish and quirky, especially when debugging in a browser. After several…

Read more…

SQL Server Maintenance for the Full-Stack Engineer

by 

|

|  

in ,

Don’t Panic Labs is an office filled with full-stack developers. We cover all aspects of software — from JavaScript in a browser, to core business rules in C#, to performant queries and table structures in SQL Server. Full-stack developers have a vast knowledge of all technologies required to create a working system, but do not…

Read more…