Tutorials
Go Premium
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
DSA
20.0K+ articles
JavaScript
9.9K+ articles
Misc
7.8K+ articles
JQuery
4.8K+ articles
CSS
4.5K+ articles
HTML
4.1K+ articles
PHP
3.8K+ articles
Node.js
3.0K+ articles
jQuery-jQWidgets
2.5K+ articles
PHP-function
2.3K+ articles
Web Technologies
/
TypeScript
TypeScript
596+ posts
Recent Articles
Popular Articles
TypeScript 5.0 Updates: What's New
Last Updated: 24 March 2025
TypeScript is a programming language that adds type safety to JavaScript, making it easier to find errors early and improving code quality. Maintained by Microsoft, TypeSc...
read more
TypeScript
A 10x faster TypeScript
Last Updated: 24 March 2025
TypeScript has become an essential part of modern JavaScript development, offering static typing, better tooling, and more reliable codebases. However, as projects grow in...
read more
TypeScript
Introduction to Zustand
Last Updated: 20 March 2025
Zustand is a state management library used to manage your app's data in React and Next.js. It's fast and easy to use, allowing you to share information between components ...
read more
TypeScript
Interesting Facts About Modules and Namespaces in TypeScript
Last Updated: 20 March 2025
Modules and namespaces in TypeScript help organize and encapsulate code, preventing naming conflicts and improving maintainability. Modules use the ES6 import/export syste...
read more
TypeScript
TypeScript-Modules
Interesting Facts About Classes and Object-Oriented Programming in TypeScript
Last Updated: 20 March 2025
TypeScript extends JavaScript’s prototype-based inheritance model while also allowing developers to use class-based object-oriented programming with modern features like a...
read more
TypeScript
TypeScript-OOP
Interesting Facts About Generics in TypeScript
Last Updated: 20 March 2025
TypeScript generics provide a powerful way to create reusable, type-safe components and functions that work with multiple types. They improve flexibility, reduce redundanc...
read more
TypeScript
Interesting Facts About Object Types and Interfaces in TypeScript
Last Updated: 20 March 2025
TypeScript enhances object types and interfaces with strong typing, extendibility, and dynamic features, making code more structured and maintainable. Mastering these conc...
read more
TypeScript
Interesting Facts About Functions in TypeScript
Last Updated: 19 March 2025
TypeScript enhances JavaScript functions with strong typing, better inference, and advanced features, making code safer, more readable, and more scalable. Understanding it...
read more
TypeScript
Interesting Facts About TypeScript Basics
Last Updated: 20 March 2025
TypeScript is a statically typed superset of JavaScript that brings powerful tools and features to modern web development. While it may seem like just an extension of Java...
read more
TypeScript
TypeScript Cheat Sheet
Last Updated: 23 July 2025
TypeScript is a strongly typed, object-oriented, compiled programming language developed and maintained by Microsoft. It is a superset of JavaScript, adding static types a...
read more
Web Technologies
TypeScript
Top 15 TypeScript Projects With Source Code
Last Updated: 23 July 2025
TypeScript is a powerful, statically typed superset of JavaScript that enhances code quality and maintainability, making it a popular choice for modern web development. Fr...
read more
Web Technologies
TypeScript
TypeScript-Projects
TypeScript - Recursive Types and Utility Types
Last Updated: 23 July 2025
TypeScript adds strong typing to JavaScript. Recursive Types define types that refer to themselves, useful for trees or nested objects. Utility Types simplify type changes...
read more
Web Technologies
TypeScript
TypeScript-Types
TypeScript - Conditional and Mapped Types
Last Updated: 23 July 2025
TypeScript provides Conditional Types and Mapped Types to make type definitions more flexible and reusable. Conditional Types allow types to change based on conditions, wh...
read more
TypeScript
TypeScript-Types
Type Assertions and Guards
Last Updated: 23 July 2025
Type Assertions and Type Guards are powerful features in TypeScript that are used to handle data types more effectively. They allow you to narrow down types, assign the co...
read more
Web Technologies
TypeScript
TypeScript - Generic Functions and Generic Classes
Last Updated: 23 July 2025
Generics in TypeScript enable functions and classes to work with multiple data types while ensuring type safety. Generic functions provide reusable logic that adapts to va...
read more
TypeScript
TypeScript-Generics
TypeScript-Functions
TypeScript-Classes
1
2
3
4
...
40
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !