ββDealing with a common data model between the front-end and the back-end can be a pain if youβre not working on a monorepo. This is because ideally, you do not want duplicate code that can become out of synch by lack of maintenance.
β± 8 minutes read
#TypeScript
β± 8 minutes read
#TypeScript
Medium
Sharing TypeScript Types between Backend and Frontend Repos
Keeping backend and client in sync with shared types and Bit
ββTypescript has had Template Literals since its early stages. They are really useful when you want to create types from a static string. It was not until the Typescript 4.1 release that we saw Template Literal Types. In further releases, the Typescript team has been polishing its features and fixing some quirks. As a result, it is now a mature feature.
β± 5 minutes read
#TypeScript
β± 5 minutes read
#TypeScript
Medium
Mastering TypeScript Template Literal Types
how to use the awesome Template Literal Types feature
ββFor the past few years, Node became one of the most popular back-end solutions. Itβs very easy to bootstrap an app on Node and start handling HTTP requests on the fly. But there is a problem, in most cases, Node apps get very complicated and coupled while they grow, so keeping domain and persistence layers separate becomes extremely hard.
β± 5 minutes read
#TypeScript
β± 5 minutes read
#TypeScript
Medium
Dependency Injection in TypeScript
DI with TypeScript Decorators in action
ββSince React props are used to send transmit data between one React component to another, there are many types that you can use to type React props.
β± 12 minutes read
#React #TypeScript
β± 12 minutes read
#React #TypeScript
Medium
React with TypeScript Cheatsheet
An answer to all your React typing questions
ββAt Vim weβre using TypeScript heavily and through our TypeScript journey Iβve found a few patterns that helps organise and improve types declarativity.
There are a few pain points Iβd like to discuss and offer some useful tricks and strategies to confront them
β± 7 minutes read
#TypeScript
There are a few pain points Iβd like to discuss and offer some useful tricks and strategies to confront them
β± 7 minutes read
#TypeScript
Medium
Writing Scalable Types in TypeScript
At Vim weβre using TypeScript heavily and through our TypeScript journey Iβve found a few patterns that helps organise and improve typesβ¦
ββTypeScript has many features that weβre using on a regular basis or, to put in another way, too many features to keep in mind. Releases are pretty often. It means that new features are constantly arriving.
β± 10 minutes read
#TypeScript
β± 10 minutes read
#TypeScript
Medium
10 TypeScript features you might not be using yet or didn't understand
TypeScript has many features that weβre using on a regular basis or, to put in another way, too many features to keep in mind. Releases areβ¦
ββReact is a JavaScript library, and it is the most popular and industry-leading frontend development library today.
β± 6 minutes read
#React #TypeScript
β± 6 minutes read
#React #TypeScript
Medium
10 Must-Know Patterns for Writing Clean Code with React and TypeScriptβ¨π
React is a JavaScript library, and it is the most popular and industry-leading frontend development library today.
ββ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