by Jon Rista | Jul 27, 2021 | Frontend, Functional, JavaScript, Typescript
What is functional and what are functions? Functional programming. You’ve probably heard the term. You may even have dabbled in it. If you are a veteran, this article will not provide any useful new knowledge. Otherwise, keep reading, and start your journey into...
by Jon Rista | Jul 26, 2021 | Frontend, Functional, JavaScript, Typescript
Function Implementations & Mutability In the first in this series, we started with the most foundational of foundations: What functional programming is, is not, and what functions are, and how to describe them. For most programmers this may have been somewhat...
by Jon Rista | Jul 25, 2021 | Frontend, Functional, JavaScript, Typescript
Higher order functions and currying! In the first two articles in this series, we started with the most foundational of foundations: What functional programming is, is not, and what functions are, and how to describe them. We also covered key tenets of implementing...
by Jordan Powell | Jun 17, 2021 | Angular, Forms, Frontend, Reactive
Forms are an essential part of enterprise applications. No matter the problem you’re solving, or the solution you’re providing, you will inevitably need to collect form data. Though the collecting of such data may seem simple to stakeholders the reality is...
by Briebug Team | May 11, 2021 | Angular, Frontend, Navigation, RouterLink, Routing
Introduction The goal here is to give a comprehensive introduction to the topic of routing via the Angular template using the RouterLink directive. Along the way, we’ll discover a few patterns and nuances to make development easier and give you, the developer,...
by Briebug Team | Feb 10, 2021 | Angular, Eslint, Frontend, JavaScript, TSLint
As you have probably heard, TSLint has been deprecated and its successor is ESLint. The TSLint roadmap details the timeline for deprecation: January 1st, 2020: Stop accepting anything except security fixes and fixes for crashes introduced by breaking TypeScript...