DungThandungthan.hashnode.dev·Feb 4, 2025From Javascript to TypescriptNăm 1995 Được đưa vào sử dụng bắt đầu từ năm 1995, Javascript được thiết kế như một ngôn ngữ kịch bản nhỏ cho các website đơn giản trong trình duyệt. Năm 1999 - 2005 Mãi tới 1999, Javascript mới có khả năng hỗ trợ những trang web động. Tuy nhiên cũng...TypescriptTypeScript
The Syntax Nodejsmaraiya.sbs·Jan 28, 2025Simplifying React Functional Components with TypeScriptReact and TypeScript together provide a robust solution for creating maintainable, type-safe front-end applications. This guide will demonstrate how to create a React functional component using TypeScript, offering a clear example, detailed explanati...React.jsTypeScript
Oohnohassanigocoding.hashnode.dev·Jan 24, 2025🚀 Mastering Generics in TypeScript: A Fun & Simple Guide 🎯Have you ever looked at TypeScript's generics and thought, "Nope, not today!"? Yeah, me too. For the longest time, I avoided them like they were some kind of dark magic. But guess what? They’re not scary at all! Once I actually took the time to under...1 likeTypeScript
Ender Wigginsjinno.hashnode.dev·Jan 14, 2025🔥 10 Must-Have VS Code Extensions for 2025 🔥In the rapidly changing world of software development, having the right tools can significantly impact your workflow and efficiency. Visual Studio Code (VS Code) has become a favorite among developers globally, thanks to its flexibility and extensive...3 likes·45 readsReact
Darshit Anjariadarshitanjaria.hashnode.dev·Nov 28, 2024TypeScript Generics Clarified: Crafting Reusable and Scalable CodeGenerics are one of the most powerful features in TypeScript, enabling developers to write reusable and flexible code while maintaining type safety. In this article, we’ll explore the fundamentals of generics, dive into advanced constraints, and look...TypeScript Deep Dive: Advanced features for Real-World applications.TypeScript
Sadra Yahyapourblog.imsadra.me·Nov 3, 2024FeaturedGeneric Typing in PythonSince Python introduced the ability to add generic types to functions, the language has become much more type-friendly and encourages you to follow this convention for more maintainable code. Obviously, this will lead to a better development experien...31 likes·1.0K readsPython Generics
Abhay Agnihotriabhayagnihotri.hashnode.dev·Oct 30, 2024typescript verse...Let’s Go from Basics to Advance🚀 Why you Should Read ? Whether you’re a coding novice, a seasoned pro, or just curious about typescript, this guide will make typescript’s core concepts a breeze. So get ready to dive into the world of typescript! Jav...TypeScript
Alpit Kumaralpit.hashnode.dev·Jul 12, 2024Understanding Typescript1) Definition: Typescript is the Superset of Javascript. It's just compiles the compiles it to plain Javascript. It adds static types to javascript for better tooling and error handling. Typescript is a development tool, your project still runs in j...TypeScript
AARYAN BAJAJaaryan-bajaj-learnings.hashnode.dev·Jun 14, 2024Unleashing the Power of Generics in TypeScript: A Comprehensive GuideIntroduction Imagine a world where you could create functions, interfaces, and classes that work seamlessly with any data type, providing both flexibility and type safety. Welcome to the world of Generics in TypeScript! In this blog, we'll delve i...Generics in TypeScript
Alvison Hunteralvisonhunter.hashnode.dev·May 20, 2024The Elegance of Clean Code: A Fundamental Guide with JavaScriptIn the world of JavaScript development, there is a secret recipe for success that not everyone is aware of: writing clean, concise, and precise code. Clean code is like a well-organized kitchen, where every utensil has its place, concise code is the ...clean code