How to Set Up a New Vue App

How to Set Up a New Vue App

by 

|

in

After being out of the loop for the last couple of years on advances in unit testing for component-based web frameworks, I have been pleasantly surprised at the experience and value available in unit testing my front-end code. In this blog post, I am going to walk through how to set up your first Vue…

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…

Ensuring Software Quality with a Layered Approach

by 

|

in

The Beehive team (on which I work), as well as all the Nebraska Global companies, have made layered processes and techniques part of our day-to-day operations to ensure the quality of the software we are creating. It is very easy to make a statement like “by relying on more than one testing technique, we will…

Read more…

Automating Releases

Engineers want to see their code used. Time spent on a release is time not spent working on other products or new features. Building a system that allows for automating releases can be a great way for dynamic teams to save time and focus on their passions. On the Beehive Industries team (the one on…

Read more…

Sticky Sessions for Amazon’s Elastic Load Balancers

One of the great features of Amazon’s Elastic Load Balancers (ELB) – at least in my opinion – is the ability to establish sticky sessions (or session affinity). These allow clients to connect to specific instances in the load-balancer for the life of a session. In typical situations (when you don’t use sticky sessions), calls…

Read more…

The Decisions of a Recent Graduate

by 

|

in

As a recent graduate from the university, I can empathize with the many seniors who are starting to think about what the next chapter of their life is going to look like. A key component of this is the decision about where to apply and ultimately decide to work. There are so many things to…

Read more…