by Dave Ulikowski | Dec 6, 2022 | Applications, Blog, DevOps
Exception Handling Problems are going to happen in any aspect of life. They may be complex or as simple as not having any coffee left in your house when you wake up. You need your morning caffeine so you decide that you can either go to the coffee shop and get a cup...
by Ben Kinsey | Oct 28, 2021 | Applications, Blog, Digital Experience
All code for this blog post can be found at https://github.com/bkinsey808/nx-next-strapi. The Case for GraphQL GraphQL is rapidly growing in popularity as an API alternative to REST. GraphQL is self-documenting to a large extent and allows a client to efficiently...
by Ben Kinsey | Sep 24, 2021 | Applications, Blog, Digital Experience
All code for this blog post can be found at https://github.com/bkinsey808/nx-graphql-fullstack. Why care about bundle size? Bundle size, especially initial bundle size, is an important metric which determines not only how fast your web app will load, but even,...
by Ben Kinsey | Sep 17, 2021 | Applications, Blog, Digital Experience
It’s not easy or obvious how to build a custom Material UI select component and make it work with React Hook Form (RHF). It’s a shame, because RHF is a small dependency, with a modern React hook-centric API, that brings to the table better form performance...
by Ben Kinsey | Aug 17, 2020 | Applications, Blog, Digital Experience, Portals
In this blog post, I’ll focus on testing React/Redux apps with the Visual Studio Code editor. The following repo is a companion to this blog post. The Big Picture There are many opinions about what constitutes best practices when it comes to building and testing...
by Keith O'Connell | Jun 3, 2019 | Applications, Blog, Cloud, Perspectives
This article provides an overview of Kubernetes and related technologies and their relationship to enterprise application delivery. Kubernetes Overview Overall, the basic concept underpinning the Kubernetes product is a simple one; with the advent of containers and...