by Kevin Schucard | Apr 12, 2024 | JavaScript, Vue
One of the most powerful features of Vue is the ability to create custom components that can be easily reused across different parts of your application. Whether you’re a seasoned Vue.js developer or just getting started with the framework, mastering Vue...
by Myles Morrone | Mar 15, 2024 | Angular, JavaScript, React, Vue
Angular: The Full-Featured Framework As the landscape of web development continues to evolve, choosing the right framework for building modern applications has become increasingly crucial. Among the numerous options available, Angular, React, and Vue stand out as the...
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 | 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...