by Spike Bachman | Apr 26, 2023 | UX/UI
As a product designer working within cross-functional teams, I’m exposed to many different roles—each with their own goals. For example, as a visual designer, I prioritize aesthetics. Frontend developers aim for code efficiency and maintainability....
by Spike Bachman | Apr 1, 2022 | UX/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...
by Briebug Team | Oct 11, 2021 | UX/UI
Over the years, I’ve had a lot of developers ask me questions about what I do. One question I’ve heard quite a lot is: “We already know what we need, and we’ve done this kind of thing before, so why not just start building it?”. Even though UX is not the primary...
by Briebug Team | Aug 8, 2021 | UX/UI
Nothing felt out of the ordinary. It was a normal Monday, and we were presented with the roadmap for the next three months. It was filled with no surprises; everything was rolled forward from the previous quarter or pulled from the backlog. But one of the ideas...
by Kevin Schuchard | Oct 19, 2020 | Angular, Frontend, UX/UI
Container/presenter is a pattern for organizing UI components based on their responsibility. This separation of concerns simplifies how applications are built while making them easier to test, maintain, and update over time. It also encourages loosely coupled...
by Briebug Team | Aug 1, 2020 | Angular, CLI, JavaScript, Typescript, UX/UI
What are Angular Workspaces and Libraries, and why should I care? Angular version 6 introduced Workspaces and Libraries to accommodate the increasingly popular monorepo pattern. Version 7 made this strategy easier with the addition of the Angular CLI...