Pinned Loading
-
Dependency Injection - Principles Pr...
Dependency Injection - Principles Practices and Patterns - Tailored for a Nodejs and TypeScript context 1# Dependency Injection - Principles, Practices and Patterns2_Book by Mark Seemann and Steven van Deursen_
34This document serves as a distilled summary of the book, tailored for a Node.js and TypeScript context.
5 -
Interfaces Best Practices in the con...
Interfaces Best Practices in the context of TypeScript, Clean Code & Dependency Injection 1## Best Practices for using Interfaces in the context of TypeScript, Clean Code & Dependency Injection23**Is it correct to say that interfaces have ownership?** Not really, instead, we should think of interfaces as contracts, expectations of behaviors or how data structures should look/be used. Interfaces are a way to ensure consistency across different implementations.
45**What are the main benefits that we are looking for when using Interfaces?**
-
Logging Standard in the context of T...
Logging Standard in the context of TypeScript, Clean Code & Dependency Injection 1# Logging Standard23In most of our codebases we should use a library to log. When we do, it is useful to adhere to a standardised logging practice when using this library to make it easier to understand, query and analyse logs. This standardisation involves using two main parameters: `message` and `data`. **The message parameter is structured to include the class name, method, and an optional error description**, while **the data parameter contains valuable information that aids in troubleshooting and analysis**.
45## Creating the Logging Library -
Code Review Tips: Must-Haves & Enhan...
Code Review Tips: Must-Haves & Enhancements in the context of TypeScript, Clean Code & Dependency Injection 1# Code Review Tips: Must-Haves & Enhancements23Code reviews are a critical part of ensuring code quality, maintainability, and adherence to best practices. The goal of this guide is to provide a structured approach to reviewing code effectively.
45 -
high-boltage
high-boltage Publicproof-of-concept for a renewable energy purchase certification system based on blockchain technology
TypeScript 7
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.