Jest is feature-rich testing framework that comes with several in-built features that make it powerful and easy to use.
Learn to streamline your Vue.js applications with Axios for simplified HTTP requests and efficient data handling.
Learn to serialize and deserialize data using Protobuf with TypeScript and the ts-protoc-gen
Protobuf plugin.
Editor’s Note: This blog was reviewed for accuracy on 4 April 2023. Since publication, Microsoft released TypeScript v5, which includes […]
NestJS middleware can help developers perform common tasks in applications. Let’s understand how to create and apply middleware in NestJS.
JavaScript and TypeScript share many shorthands for common code concepts. Learn how to use 18 helpful JavaScript and TypeScript shorthands.
Let’s take a look at NestJS routes and controllers, including what they do, how they work, and advanced use cases.
In this article, you will learn about type assertion and type conversion operations in Go using examples.
Use MicroDiff to implement caching in a simple API application and handle cache validation within the app to improve app speed.
Learn how to use the popular testing library, Jest, for your TypeScript apps in this detailed tutorial of functional test implementation.
vue-loader
to create single-page applicationsLearn how vue-loader defines Vue.js components as single-file components to create single-page applications.
Learn how to use a single ORM on multiple database types to switch between databases without rewriting code with TypeScript and Sequelize.