How Readability Reduces Errors in Judgment

by 

|

|  

in

No small number of keystrokes have been spent enumerating the whys and hows of writing readable code. Readability improves the developer experience and makes seeing potential issues much easier. We might even say that by writing readable code, we reduce errors in judgment. To illustrate the point, let’s consider the following example of using the…

Read more…

Experimentation: In Support of “Be the Change You Seek”

by 

|

|  

in

At Don’t Panic Labs, we regularly lean into our four core values: Change has, and always will be, a constant. There is immense power when we can channel that force. To that end, I initiated a “meta experiment” around defining a process to track, check in on, and amplify the effects of improvements at Don’t…

Read more…

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

by 

|

|  

in ,

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

by 

|

|  

in ,

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…