by Briebug Team | Sep 5, 2019 | Angular, Frontend
Supporting a user’s locale and language is an often overlooked but important way to make your app user-friendly. When you internationalize your app, you’ve taken an important step in making your app accessible and usable for more users around the world....
by Briebug Team | Jun 18, 2019 | Angular, Conferences, Other
I have been a professional developer for over 20 years. I officially started learning to code on my TRS-80 Color Computer about 35 years ago. I grew up in a very rural area — Chimney Rock, CO — and there might have been 50 people in a 5-mile radius. Being in such a...
by Briebug Team | May 30, 2019 | Cypress, Frontend, JavaScript, Testing
Testing is a very important part of the software development cycle and has become much easier than when I started out as a developer. The tools continue to improve and the techniques are far more sophisticated. We are able to write unit, integration, and end to end...
by Briebug Team | May 23, 2019 | Angular, Frontend, JavaScript, NgRx
Angular has come a long way since I started using it back in 2013. The days of “$scope” and massive views/controllers have been replaced with component-based architectures and more elegant patterns. One of the more popular patterns over the past year or so...
by Briebug Team | May 16, 2019 | Angular, Frontend, Rxjs
Using WebSockets may seem daunting, but they are delightfully simple. And what you’ll be really glad to know, is that RxJs ships with a thin wrapper around the native browser WebSocket client. No additional third party dependencies are needed, and you get an...