Developer Resource Center
sharing our recent findings, expertise, and insights.

Featured Resources
Recent Articles
What is a higher-order component in React?
A higher-order component is a technique that is available to us because of React's compositional nature. Specifically, a higher-order component is a function that takes a component as a parameter and returns a new component. const EnhancedComponent =...
Detecting Route Changes in Angular
How do I detect a route change in Angular? What a great, and actually very common, question about Angular! One of the fundamental and powerful features of Angular that provides the framework with a considerable advantage over non-framework development, is being an...
So You Want to Be a Product Owner?
Do you remember when you were 6 years old and your teacher would ask you what you wanted to be when you grew up? Some kids yelled out proudly: “firefighter!” Or when you were 10 years old and your uncle asked you what you wanted to be when you grew up and you...
Intro to Angular Dependency Injection
One of the great features built into Angular is its dependency injector. An Injector like the one included with Angular supports rich, configurable Inversion of Control, which is a key principle of software design that improves quality, flexibility, testability and...
UX vs. UI
So, UX vs. UI huh? Sorry to say but you've already been bamboozled by the title! There is no such thing as UX apart from UI because every UI produces a UX. And every UX design exists through a UI. While they are distinct from one another in that you can hire services...
The #1 Mistake Made in Agile Backlog Grooming
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...
The Guide to Using Bootstrap With Angular
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 other...
What are React Fragments?
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...
Conditional Rendering in React
Conditional rendering is showing content dynamically based on values that can change over time. This can be done inline in the template using interpolation with conditionals, or by returning a component or JSX from a function. Using these methods dynamic content can...
Sharing Knowledge is in our DNA
The Briebug Developer Resource Center is one of the ways our full-stack developers share their knowledge and learnings to help the software development community save time and get answers to their toughest questions.
Schedule a Discovery Call
Take a look at our calendar and pick a time that would work for you to have a phone or video call to talk about your project.