by Briebug Team | Mar 30, 2022 | Agile, Project Management
If you’re familiar with Agile ceremonies, you’ve likely heard of backlog grooming, also known as backlog refinement. I love a good spoiler, so I will share right here at the beginning of this article that the number one mistake I see in backlog refinement is that it...
by Briebug Team | Mar 4, 2022 | Angular, Bootstrap, Frontend
Intro Let’s talk about how to add bootstrap to Angular. Not to be confused with that most famous footwear adorning the feet of the legendary cowboy, Bootstrap is an open-source CSS framework from Twitter. It comes loaded with classes, components and a ton of...
by Briebug Team | Mar 3, 2022 | Frontend, React
After reading this post you will know all the ins and outs of React Fragments, how to use them and why they are useful. I will also give you some use case examples along with code snippets. React fragments allow you to return multiple elements within a component. You...
by Briebug Team | Mar 1, 2022 | Cypress, Frontend, GraphQL
Background Why would you need to mock Cypress GraphQL responses? It’s important to have control of the data you are handling. Say you are fetching data from an API that is replying with thousands of objects, you don’t need all of that data. So mocking the response...
by Briebug Team | Feb 21, 2022 | Cloud, DevOps/Cloud
In this article we will take a deeper dive into the compute services that are offered by the major cloud providers: Amazon Web Services vs Google Cloud Platform vs Microsoft Azure. If, instead, you are looking for a high level overview of everything offered on these...