Sometimes, we want to query referenced objects in MongoDB. In this article, we’ll look at…
Month: April 2022
Sometimes, we want to create an object based on an interface file definition in TypeScript.…
Sometimes, we want to pass optional parameters while omitting some other optional parameters with TypeScript.…
Sometimes, we want to extend types in TypeScript. In this article, we’ll look at how…
Sometimes, we want to get an object’s class name at runtime with TypeScript. In this…
Sometimes, we want to fix the “error TS2533: Object is possibly ‘null’ or ‘undefined’” error…
Sometimes, we want to add a class type check in TypeScript. In this article, we’ll…
Sometimes, we want to fix “The property ‘value’ does not exist on value of type…
Sometimes, we want to set an object to the Date type with TypeScript. In this…
Sometimes, we want to declare and initialize a dictionary in TypeScript. In this article, we’ll…