ββTypeScript is bringing 2 incredible new features to the table, stay on top of whatβs coming!
β± 4 minutes read
#TypeScript
β± 4 minutes read
#TypeScript
Medium
2 NEW killer features coming to TypeScript
TypeScript is bringing 2 incredible new features to the table, stay on top of whatβs coming!
ββUsing strongly typed language has a lot of benefits. But TypeScript is not a magical tool β the stronger types you provide, the better results you will get. Unfortunately, in a lot of the cases we can end up using very broad types to describe much narrower sets of values β itβs foremost apparent when using primitives like strings or numbers.
β± 5 minutes read
#TypeScript
β± 5 minutes read
#TypeScript
Medium
Advanced TypeScript: Mapped Types and more
Advanced TypeScript features can allow us type our code more strictly. Iβll show how you can use mapped types to autogenerate types for us!
β€1
ββIn this article, Iβll explore the seven most stackoverflowed TypeScript questions.I spent hours researching these. I hope you gain a deeper understanding of the common problems you may face with TypeScript.
β± 20 minutes read
#TypeScript
β± 20 minutes read
#TypeScript
freeCodeCamp.org
The Most Asked TypeScript Questions on StackOverflow β Handbook for Beginners
By Emmanuel Ohans _"I hate stack overflow"_ β said no developer ever. While itβs helpful to have your answers a Google search away, whatβs even more powerful is truly understanding the solutions you stumble upon. In this article, Iβll explore the sev...
ββDoes it sound strange when you first see the T in TypeScript generics?
β± 3 minutes read
#TypeScript
β± 3 minutes read
#TypeScript
Medium
What Are K, T, and V in TypeScript Generics?
Explained With Animations, Let You Easily Master TypeScript Generic Type Parameters.
ββWelcome to the Mastering TypeScript series. This series will introduce the core knowledge and techniques of TypeScript in the form of animations. Letβs learn together!
β± 6 minutes read
#TypeScript
β± 6 minutes read
#TypeScript
Medium
Using TypeScript Conditional Types Like a Pro
Explained with animations. Master TypeScript Conditional Types and understand how TypeScriptβs built-in Utility Types work.
ββLast week I wrote an article about code smells in TypeScript, the article received a lot of attention and praise. So I think many people want to know more about code smells in general and TypeScript to be more specific.
β±οΈ 4 minutes read
#Typescript
β±οΈ 4 minutes read
#Typescript
Medium
Clean Code in TypeScript
Introduction
ββAn ORM provides a simpler way to interact with databases in an app, it allows developers to work with data using objects.
β±οΈ 6 minutes read
#Typescript #ORM #Database
β±οΈ 6 minutes read
#Typescript #ORM #Database
Medium
In Search of the Perfect TypeScript ORM!
What is an ORM?
ββFor the last couple of years, I have done lots of interviews for the Senior NodeJS Developer position, and one of the key requirements always was a good knowledge of TypeScript. How good exactly? Well, by βgoodβ I understand the ability of a programmer to use TypeScript not just as a set of keywords you can use to define types, but as a tool that helps you design and to write better code.
β±οΈ 5 minutes read
#Typescript
β±οΈ 5 minutes read
#Typescript
Medium
π₯How good is Your TypeScript? Interview with just 3 questions.
New Article here: TypeScript Level Up. 5 Tips with Examples.
ββAchieve Typescript mastery with a 21-steps guide, that takes you from Padawan to Obi-Wan.
β±οΈ 15 minutes read
#Typescript
β±οΈ 15 minutes read
#Typescript
Medium
π₯ Mastering TypeScript: 20 Best Practices for Improved Code Quality
Achieve Typescript mastery with a 20-steps guide, that takes you from Padawan to Obi-Wan.
ββWeβll explore twelve TypeScript tricks for writing clean code, with examples that demonstrate how they work and why they are useful. By using these tricks in your own TypeScript code, you can create more robust and maintainable applications that are easier to reason about and debug.
β±οΈ 11 minutes read
#Typescript
β±οΈ 11 minutes read
#Typescript
Medium
12 TypeScript tricks for Clean Code
Weβll explore twelve TypeScript tricks for writing clean code, with examples that demonstrate how they work and why they are usefu
ββAs a programming language that has been gaining popularity among developers, TypeScript has continued to evolve, bringing a plethora of improvements and new features. In this article, weβll delve into the latest iteration of TypeScript, version 5.0, and explore its most noteworthy updates.
β±οΈ 8 minutes read
#Typescript
β±οΈ 8 minutes read
#Typescript
Medium
Typescript 5.0 Released: A Quick Overview
Exploring the Most Exciting Features and Updates
ββAccording to Wikipedia, in computer programming, a code smell is any characteristic in the source code of a program that possibly indicates a deeper problem.
β±οΈ 6 minutes read
#Typescript
β±οΈ 6 minutes read
#Typescript
Medium
Clean Up Code Smells with Clean Code: TypeScript Edition
Common Code Smells in JavaScript and TypeScript and How To Fix Them
ββThe SOLID principles form the foundation of clean, scalable, and maintainable software development. Though these principles originated in Object-Oriented Programming (OOP), they can be effectively applied in JavaScript (JS) and TypeScript (TS) frameworks like React and Angular. This article explains each principle with real-life examples in both JS and TS.
β±οΈ 9 minutes read
#JavaScript #TypeScript #SOLID
β±οΈ 9 minutes read
#JavaScript #TypeScript #SOLID
DEV Community
Applying SOLID Principles in JavaScript and TypeScript Framework
Introduction The SOLID principles form the foundation of clean, scalable, and maintainable...
π8β€βπ₯2π2β€1π1