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.
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.
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.
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.
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.
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.
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?
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.