Topic

typescript

12 Devspedia articles tagged with typescript.

April 16, 2026 · 1 min read

tRPC: Building End-to-End Type-Safe APIs Without Code Generation

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.

September 4, 2023 · 1 min read

Discovering Deno: The Next Generation JavaScript Runtime

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.

February 19, 2023 · 1 min read

Getting Started with ChatGPT: A Guide to Building AI-Powered Chatbots

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.

January 30, 2023 · 1 min read

Why you should archive AWS EventBridge events for your custom event bus?

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.