Contract Testing for Event-Driven Systems: Catching Breaking Changes Before Production
Learn how to test event contracts between producers and consumers so schema drift, semantic changes, and versioning mistakes are caught before deployment.
Topic
12 Devspedia articles tagged with typescript.
Learn how to test event contracts between producers and consumers so schema drift, semantic changes, and versioning mistakes are caught before deployment.
Discover how Bun—an all-in-one JavaScript runtime, bundler, package manager, and test runner—is rewriting the rules of backend development with blazing-fast performance and a seamless developer experience.
Learn how tRPC eliminates the type-safety gap between your TypeScript backend and frontend without REST conventions, GraphQL schemas, or code generation. A practical guide covering setup, procedures, middleware, subscriptions, and testing.
Deno is a new JavaScript and TypeScript runtime that has become popular among developers. This article provides a step-by-step guide to developing a robust web application with Deno.
A comprehensive dive into Deno: a robust and secure runtime for JavaScript and TypeScript. We'll be exploring why Deno could be an ideal choice for your next project, its key features, setup and, how to build a simple application using Deno.
Discover the power of Deno, a secure runtime for JavaScript and TypeScript, created by the original developer of Node.js. Understand why it could be your next go-to choice for streamlining workflows.
A deep-dive into Deno, the secure JavaScript and TypeScript runtime boasting better tooling and performance improvement over Node.js. A must-read for JavaScript enthusiasts and developers venturing into the new era of JavaScript runtime.
Explore the new, secure runtime environment for JavaScript and TypeScript that aims to revolutionize the future of web development: Deno.
A comprehensive look into Deno, the secure runtime for JavaScript and TypeScript. Understand its strengths, how to get started, and how it stands up against Node.js.
In this blog post, we will provide a comprehensive guide to help you get started with building AI-powered chatbots using the ChatGPT API. We will show you how to use Node.js and TypeScript to interact with the API and explore the different models available to use. We will also cover the limitations and considerations when using ChatGPT, as well as provide examples of how it can be integrated into your own applications. Whether you're a beginner or an experienced developer, this post will help you start building intelligent chatbots with ChatGPT.
AWS EventBridge is a serverless event bus that makes it easy to connect applications together using events. The archiving feature of EventBridge allows you to store and retrieve events, making it possible to replay events in the event of data loss. In this article, we'll show you how to create a custom EventBridge event bus with archiving enabled using CloudFormation and TypeScript. We'll also cover how to list and replay archived events, so you can ensure that your applications remain connected and functioning smoothly.
We've been using npm for years, then yarn came and gained tons popularity. Today we'll talk about pnpm, which gives a huge benefit not available in yarn/npm