TypeScript Coffee

TypeScript Coffee

Welcome to TypeScript Coffee

Your source for the latest news in the TypeScript community

News Thumbnail

10 Advanced TypeScript Concepts Every Developer Should Know

TypeScript is a modern programming language often preferred over JavaScript for its added type... Read More

Author Avatar Niharika Goulikar 3 days ago
News Thumbnail

No more Try/Catch: a better way to handle errors in TypeScript

Hello everyone. Have you ever felt that Try/Catch is a bit inconvenient when developing an... Read More

Author Avatar Noah 13 days ago
News Thumbnail

Node.js Frameworks Roundup 2024 — Elysia / Hono / Nest / Encore — Which should you pick?

Node.js web frameworks — where do we even begin? With so many options out there, choosing the right... Read More

Author Avatar Simon Johansson 16 days ago
News Thumbnail

20 TypeScript Tricks Every Developer Should Know 🚀

TypeScript is a powerhouse for modern JavaScript development, bringing type safety and advanced... Read More

Author Avatar Jagroop Singh 25 days ago
News Thumbnail

How to Write Better TypeScript Code: Best Practices for Clean, Effective, and Scalable Code

Introduction As TypeScript has grown in popularity, developers have embraced it for its... Read More

Author Avatar Yug Jadvani 15 days ago
News Thumbnail

Building a Meta Tags Scraping API in Under 40 Lines of Code

Have you ever wondered how messaging apps like Whatsapp or Telegram let you see a preview of a link... Read More

Author Avatar paripsky a month ago
News Thumbnail

Functional Programming in TypeScript

Contents Introduction TypeScript Environment Representing Data Through... Read More

Author Avatar aelassas 20 days ago
News Thumbnail

NestJS vs Encore.ts: Choosing the Right Framework for Your TypeScript Microservices

Introduction When web applications grow larger, so does the complexity in developing and... Read More

Author Avatar Marcus Kohlberg 18 days ago
News Thumbnail

How to integrate ERC20 token presale smart contract with Frontend

Introduction Integrating an ERC20 token presale smart contract with a frontend using... Read More

Author Avatar Steven a day ago
News Thumbnail

Technical Interview Questions - Part 2 - Typescript

Introduction Hello, hello!! :D Hope you’re all doing well! How we’re really... Read More

Author Avatar Giuliana Olmos 24 days ago
News Thumbnail

New Swagger-UI embedding Cloud TypeScript Editor with RPC SDK

@nestia/editor Swagger-UI embedding Cloud TypeScript Editor and RPC SDK. Live... Read More

Author Avatar Jeongho Nam 19 days ago
News Thumbnail

TypeScript vs Go: Choosing Your Backend Language

🤔 Picking between Go and TypeScript for your backend? Let's take a look at each language to see which... Read More

Author Avatar Marcus Kohlberg 9 days ago
News Thumbnail

I received JavaScript Hero of Community Award 🎉

Last week, I had a great opportunity to give a talk at one of my favourite conferences recently - JS... Read More

Author Avatar Jakub Andrzejewski 6 days ago
News Thumbnail

Building Type-Safe Event-Driven Applications in TypeScript using Pub/Sub, Cron Jobs, and PostgreSQL

In this post, I’ll walk you through how to create an event-driven Node.js app in TypeScript. We will... Read More

Author Avatar Simon Johansson 4 days ago
News Thumbnail

Typing Prisma Json Fields? Yes, You Can!

SQL databases provide us with many benefits, the most important of which is strong schema... Read More

Author Avatar ymc9 10 days ago
News Thumbnail

The Evolution of JavaScript

The Humble Beginnings (1995) JavaScript was developed by Brendan Eich at Netscape to bring... Read More

Author Avatar Shafayet Hossain 3 days ago
News Thumbnail

spartan enters a new era with Zerops

A Game-Changing Partnership I’m beyond excited to share that spartan has partnered with... Read More

Author Avatar Robin Goetz 5 days ago
News Thumbnail

Unit Test Generation with Early AI

Accelerating Unit Test Generation and Improving Code Quality Recently, I had the... Read More

Author Avatar Richard Zampieri a month ago
News Thumbnail

Mastering Advanced TypeScript: A Deep Dive into Dynamic Types, Asynchronous Programming, and Utility Types

As I continue to deepen my expertise in TypeScript, I’m excited to share some powerful concepts I... Read More

Author Avatar Naym Hossen 14 days ago
News Thumbnail

Keep Hydrated with Angular Incremental Hydration 💦

By leveraging deferrable views, or defer blocks, developers can control when and how different parts... Read More

Author Avatar Muhammad Awais a month ago
News Thumbnail

Auxiliary Routes in Angular

In this article, we’ll explore how auxiliary routes work, how to define and set up named router... Read More

Author Avatar Muhammad Awais 7 days ago
News Thumbnail

Build a Command-Line Application With Deno 2.0

Command-line interfaces (CLI) are often used for automating tasks, such as building reports,... Read More

Author Avatar David Neal 6 days ago
News Thumbnail

Tauri 2.0 - Sqlite DB - React

I’m currently building my first Tauri app and needed a persistent data storage solution. After some... Read More

Author Avatar Stephan Lüddemann 13 days ago
News Thumbnail

Mastering the Builder Design Pattern: Simplifying Complex Object Creation

Introduction All of us, as developers, have encountered situations where we need to create... Read More

Author Avatar Houda-DE 6 days ago