Articles by Tag #typesafe

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Build a type-safe and event-driven Uptime Monitor in TypeScript

TL;DR This guide shows you how to build and deploy a type-safe, event-driven, uptime...

Learn More 26 0Jun 11 '24

Typesafe HTTP Request in Node

Ensuring that HTTP requests and responses are typesafe is crucial in modern web development. It...

Learn More 7 0Jun 28 '24

TypedSQL in Prisma: Type-Safe SQL Made Simple

TypedSQL is a powerful feature in Prisma that allows developers to write raw SQL queries while...

Learn More 5 1Aug 30 '24

Java Generics : What and Why?

What are Java Generics? According to Javadocs A generic type is a generic class or...

Learn More 5 1Aug 8 '24

Enhancing Your Flutter Project with Typesafe Packages

Introduction Flutter's popularity has surged thanks to its ability to build beautiful and...

Learn More 2 0Jun 3 '24

Here’s how Lobechat applies typesafety to its environment variables in Next app

In this article, you will learn about T3 env and its usage with an example. We also analyze T3 env...

Learn More 0 0Nov 5 '24

Effortless Type-Safe GraphQL SDK Generation with GraphQL SDK Generator

Hello everyone Today, we will discuss one of the most challenging tasks in working with a GraphQL...

Learn More 0 1Sep 1 '24

Recursion in TypeScript (without the tears)

Principal devs hate this one weird trick... Have you felt frustrated by how hard recursion is? If...

Learn More 0 0Mar 21