Tag: typescript

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.

Muhammad 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
TypeScript Enums Vs. Types: Enhancing Code Readability

TypeScript enums vs. types: Enhancing code readability

Dev

Discover how TypeScript enums work, compare them to types and constants, and explore how to use them in your next project.

Nwose Lotanna
Nov 12, 2024 ⋅ 11 min read
How to set up TypeScript with Node.js and Express

How to set up TypeScript with Node.js and Express

Dev

Explore how to integrate TypeScript into a Node.js and Express application, leveraging ts-node, nodemon, and TypeScript path aliases.

Aman Mittal
Nov 7, 2024 ⋅ 10 min read
Angular Unit Testing Tutorial With Examples

Angular unit testing tutorial with examples

Dev

This tutorial demonstrates building an Angular app and writing a unit test, testing an async operator, and automatically generating unit tests.

Mesh Seun
Nov 5, 2024 ⋅ 12 min read
Understanding The Dependency Inversion Principle In TypeScript

Understanding the dependency inversion principle in TypeScript

Dev

Implement the dependency inversion principle in TypeScript for maintainable, scalable code with dependency injection, abstraction layers, and practical examples.

Samuel Olusola
Oct 25, 2024 ⋅ 11 min read
How To Build A Component Library With React And TypeScript

How to build a component library with React and TypeScript

Dev

In this article, we’ll learn what a component library is and how to build a custom component library using React and TypeScript.

Yan Sun
Oct 23, 2024 ⋅ 13 min read