insights

Possibilities Unlocked

Continuous learning unlocks endless possibilities

Education never ends

Aviturians are determined to find new possibilities at every turn and recognize challenges as opportunities for growth. We believe learning is a continuous journey and that education has no end point. Join us on this journey; explore our insights to see what we’ve learned and what we’re continuing to discover.

Get the latest Aviturian insights sent straight to your inbox.

Blog Feature

September 10, 2020

As Cloud-Computing Continues to Grow, What Can That Do for You?

Cloud infrastructure  |  Scaling in the Cloud  |  Technology

While the cloud industry continues to mature, it is becoming more accessible to businesses in every industry - as well as more necessary. When the world was hit with the pandemic earlier this year, changes were needed to almost every business sector with how data was accessed. Cloud solutions were paramount to making those changes happen quickly and effectively and will continue to be essential into the future.

Read this post

Blog Feature

July 08, 2020

Aim High Mobile App Revolutionizing Air Force Recruiting Process

Air Force  |  Application  |  Aviture  |  News  |  Technology

Aviture is excited to announce the release of the brand-new Aim High Air Force recruiting app! The app is a “sister app” to AirForce.com designed to draw in non-traditional recruits while expanding non-traditional networking around candidates and recruits. The Aim High app opens communication channels using rich “social-like” content to communicate with families and friends of recruits in ways that create a positive network, leading to recruiting success and career retention.

Read this post

Blog Feature

June 10, 2019

GUARDIAN Team Wins 2019 USGIF Military Achievement Award

Awards  |  News  |  Technology  |  geoint  |  guardian  |  innovation

Aviture is excited to announce that the GUARDIAN project, built on the AWS GovCloud in partnership with the Texas Air National Guard, has won the 2019 USGIF Military Achievement Award. The GUARDIAN Team includes Texas Air National Guardsmen Maj. Alexander Goldberg, Maj. Curtis Wilson, Maj. Michael McDermott, and Maj. Travis Williams.

Read this post

Blog Feature

September 14, 2018

Observables in Action: 3D Object Reconstruction

Technology

We recently had a project that included several unique and interesting technical problems to solve. One of those problems involved 3D scanning an object in order to create an in-memory representation of the surface of that object.

Read this post

Blog Feature

April 19, 2018

Advanced Redux Form Pattern: Derived (but Editable) Fields

React  |  Redux  |  Technology  |  UX  |  forms

Let’s face it, forms can be extremely complicated. There are all sorts of issues you run into with forms to provide a nice user experience. That’s why it’s really handy to have a library to help you out. If using React/Redux, Redux Forms is a great library to help you manage that form state in your Store. Having Redux Forms work with the store also opens up the possibility to customize behavior via your own reducers. This will let you take advantage of all the built-in functionality of the library but also handle your potentially complicating scenarios. I’m going to show you how to leverage this concept to build a specialized form that reflects a requirement we had for a project, a derived but editable field.

Read this post

Blog Feature

April 11, 2018

Implementing Gherkin, Cucumber and Protractor: A beginner's guide

Technology  |  automated acceptance test  |  automated testing  |  cucumber  |  gherkin  |  protractor

This is a follow up to my previous post Automated Testing and ATDD with Gherkin, Cucumber and Protractor: Getting Started where I discussed the path taken on my first project using BDD and how manual testing time and the # of bugs generated were both significantly reduced. With this post we'll be setting up a project to run automated acceptance tests with Cucumber and Protractor using human readable acceptance criteria written in Gherkin. Our feature tests will be hitting the ToDo MVC AngularJS example site.

Read this post

Blog Feature

July 21, 2017

ASPIRE: Learn from the best, inspire the rest

Aspire-STEM  |  Technology  |  community

What was your favorite subject in school? If you answered “recess,” we’re right there with you. It’s true that playing games with friends is the highlight of most kids’ days, but the fun doesn’t have to be contained to recess. There’s a lot to learn as technology continues to change the business world and we want the next generation to be prepared. All of this is why educators and national leaders are focused on keeping subjects engaging, relevant, and fun with STEM curriculum. So, what is STEM?

Read this post

Blog Feature

November 01, 2016

Automated Testing and ATDD with Gherkin, Cucumber & Protractor

Application  |  Clean Coder  |  News  |  Technology

Introduction This post is about my project’s experience implementing Acceptance Test Driven Development of our web applications, the process around automating our Given, When, Then (GWT) specifications, the path we took, problems that surfaced, and how we dealt with those problems. The motivation for automated testing was a corporate mandate. Most of the company’s previous applications were services APIs and I expect the main goal was to gain a higher level of confidence with those APIs.

Read this post