Tag: typescript

set up Node.js with TypeScript and Express

How to set up TypeScript with Node.js and Express

Dev

Set up TypeScript with Node.js and Express, focusing on configuring key elements for a smooth development experience.

Aman Mittal
Mar 28, 2025 ⋅ 9 min read
featured image tsx extension

What is the difference between a .ts and .tsx file extension?

Dev

Examine the differences between the .ts and .tsx file types, their use cases, and best practices for a React TypeScript project.

Hussain Arif
Mar 27, 2025 ⋅ 8 min read
TypeScript Is Getting A 10x Faster Compiler —Here’s What It Means For Developers

TypeScript is getting a 10x faster compiler — here’s what it means for developers

Dev

TypeScript’s new Go-based compiler offers 10x faster builds, improved CI/CD performance, quicker editor startup, and enhanced hot reload times.

Kapeel Kokane
Mar 21, 2025 ⋅ 6 min read
typescript enums

TypeScript enums: Usage, advantages, and best practices

Dev

Learn how TypeScript enums work, the difference between numeric and string enums, and when to use enums vs. other alternatives.

Clara Ekekenta
Mar 14, 2025 ⋅ 7 min read
typescript vs javascript

TypeScript vs. JavaScript: Differences and use cases for each

Dev

Choosing between TypeScript and JavaScript depends on your project’s complexity, team structure, and long-term goals.

Kayode Adeniyi
Mar 4, 2025 ⋅ 4 min read
Using tsup To Bundle Your TypeScript Package

Using tsup to bundle your TypeScript package

Dev

Learn how to efficiently bundle your TypeScript package with tsup. This guide covers setup, custom output extensions, and best practices for optimized, production-ready builds.

Muhammed Ali
Feb 20, 2025 ⋅ 7 min read
Building A Telegram Bot With GrammY

Building a Telegram bot with grammY

Dev

Build a Telegram bot with Node.js and grammY to automate text, audio, and image responses using the Telegram API and Google Gemini.

Amazing Enyichi Agu
Feb 20, 2025 ⋅ 7 min read
typescript object destructuring

TypeScript object destructuring and you

Dev

Whether you’re part of the typed club or not, one function within TypeScript that can make life a lot easier is object destructuring.

Lewis Cianci
Jan 22, 2025 ⋅ 5 min read
How To Iterate Over Enums In TypeScript

How to iterate over enums in TypeScript

Dev

Explore different methods for iterating over enums in TypeScript, such as using inbuilt object methods, for loops, and the Lodash library.

Matteo Di Pirro
Jan 13, 2025 ⋅ 7 min read
A Guide To Async/Await In TypeScript

A guide to async/await in TypeScript

Dev

TypeScript’s async/await allows you to write asynchronous code that looks and behaves like synchronous code and is easier to read and write.

Olasunkanmi John Ajiboye
Dec 31, 2024 ⋅ 13 min read
How To Use React Context With TypeScript

How to use React Context with TypeScript

Dev

Explore how React Context and the Context API simplifies managing global data or state between components in a TypeScript app.

Ibrahima Ndaw
Dec 4, 2024 ⋅ 14 min read
TypeScript logo over a pink and white background.

Drizzle vs. Prisma: Which ORM is best for your project?

Dev

Compare Prisma and Drizzle ORMs to learn their differences, strengths, and weaknesses for data access and migrations.

Temitope Oyedele
Nov 21, 2024 ⋅ 10 min read