Tag: typescript

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
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