Microservices in the Wild: Three Types & How to Implement

Dallas Monson Architecture, Articles, Cloud, Development Technologies & Tools, Microservices 1 Comment

Microservices has become a catch-all term in the industry used to describe anything from architecture patterns to actual service implementations.

With such a broad spectrum, it can be daunting to know what it is, what it isn’t, and maybe more importantly, why we should care.

In this post, I’ll provide an overview of three kinds of Microservices that I have observed in client architectures: Domain, Integration, and Unit-of-Work. I’ll also discuss specific examples of their purposes and a method to implement each one.

Keyhole Co-Founder Chris DeSalvo Featured On StarterStory

Keyhole Software Articles, Community, Company News, Consulting, Keyhole 1 Comment

Keyhole Software Co-Founder Chris DeSalvo has been featured on StarterStory, an online publication that interviews successful entrepreneurs and shares the stories behind their businesses.

In this article, Chris detailed the entrepreneurial journey that led him and David Pitt to found Keyhole Software in 2008. He provides an insight into what cultural priorities, strategies, and tools have assisted in Keyhole Software’s successes. Chris also provides tips for aspiring entrepreneurs including influential resources and tools that have helped him throughout his career…

Painless Data Fetching With react-query

Haaris Chaudhry Articles, Development Technologies & Tools, React, Tutorial Leave a Comment

Attention: This article was published over 5 years ago, and the information provided may be aged or outdated. While some topics are evergreen, technology moves fast, so please keep that in mind as you read the post.Hey everyone, my name is Haaris Chaudhry, and I’m a developer at Keyhole Software. Let me tell you about react-query! In this blog, I’m …

User Experience, What is it?

What is User Experience Design?

Rus Anderson Articles, Design Leave a Comment

With a well-thought-out UX design, the product will be fully flushed out before development begins. For the developers, it leads to a more streamlined development plan. For the user, it means a product that is easy to use. For stakeholders, it results in a more successful final product, which means more money saved and more money made.

In this post, I’ll explain what UX design is. We’ll cover roles and responsibilities, tools and strategies, and finally, what differentiates UX from UI design. Let’s dive in!

Saving The Environment With React Hooks

Using React Hooks To Save the Environment

James Bradley Articles, Node.js, Programming, React, TypeScript Leave a Comment

Attention: This article was published over 5 years ago, and the information provided may be aged or outdated. While some topics are evergreen, technology moves fast, so please keep that in mind as you read the post.Every application has some need for environmental variables that are specific to that environment. This can be database connections strings or URL to an …