by Myles Morrone | Sep 20, 2022 | Angular, Frontend, Typescript
Global Variables and Constants There are quite a few ways that you can create and manage both global variables and constants within the Angular framework. Three methods that we will go over in this article are through the environment file, an auxiliary constants file,...
by Briebug Team | Oct 25, 2021 | Frontend, React, Router, Typescript
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 Briebug Team | Oct 18, 2020 | Angular, Frontend, Rxjs, Typescript
In September of 2016, the javascript world was changed with the release of Angular 2.0. It was a complete rewrite of the AngularJS framework from the ground up. With the removal of “JS” from the name, the Angular team signaled a major shift in their...