by Briebug Team | Oct 13, 2022 | Backend, Java
Today, we’re going to talk about the String.split() method for the Java String class. We’ll discuss what it does, how to use it, and what to avoid when using it. Intro to the String.split() Method The Java String.split() method has two variations, commonly...
by Briebug Team | Aug 15, 2022 | Angular
What is a Progressive Web App (PWA)? Progressive web apps are a new way to deliver your content to the user. PWAs are built on top of the web platform and are designed to be installed on either mobile devices or desktop computers. There is actually a growing trend for...
by Briebug Team | Aug 15, 2022 | Android, iOS, Mobile
Push notifications allow your app to provide timely information to your users, even when it’s backgrounded. They are a powerful tool, but it comes at a cost. Push requires the right infrastructure and implementation to execute properly. This article will give...
by Briebug Team | Aug 12, 2022 | Frontend, 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 =...
by Briebug Team | Jul 18, 2022 | Product Management, Project Management
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...