TypeScript Stage 3 Decorators: A Journey Through Setup and Usage
So, What Are TypeScript Decorators? In the simplest of terms, a decorator in TypeScript is like a wrapping paper. You take a function or a class and wrap it with another function that adds some extr...
JavaScript Equality Under the Lens: Enhancing React’s Dependency Checks - Part 2
In a previous blog, [JavaScript Equality Under the Lens: Enhancing React’s Dependency Checks](https://www.balysnotes.com/javascript-equality-checks), we delved into the nuances of JavaScript data typ...
- Brian Baliach
- 19 Jun 2024
Streamlining Your Next.js Project with Private GitHub/Gitlab Repositories as NPM Packages
### Using Private GitHub/Gitlab Repos in Your Next.js Projects Imagine this scenario: you're working on a super cool Next.js project, and you have some shared code that you'd like to use across mult...