Showing posts sorted by relevance for query Typescript. Sort by date Show all posts
Showing posts sorted by relevance for query Typescript. Sort by date Show all posts

Why Typescript is our god now

Why Typescript is our god now
Using TypeScript for better code quality and maintainability in applications If you're working on a  Javascript  project, you know that maintaining a lar…
Read more »

Using modern decorators in TypeScript

Using modern decorators in TypeScript
TypeScript has indeed become one of the most popular programming languages, and its growth is remarkable. Its popularity is due in part to its ability to provi…
Read more »

Node.js Typescript with MySQL example

Node.js Typescript with MySQL example
In this tutorial, I will show you step by step to implement CRUD operations in Node.js Typescript with MySQL example using mysql2 . You should install MySQL i…
Read more »

Getting started with the TypeScript satisfies operator

Getting started with the TypeScript satisfies operator
TypeScript is a programming language that is a superset of JavaScript. It adds optional static typing, classes, and interfaces to JavaScript. TypeScript compi…
Read more »

Level up your TypeScript with Record types

Level up your TypeScript with Record types
The Record type in TypeScript is used to define dictionaries or key-value pairs with a fixed type for the keys and a fixed type for the values. It allows…
Read more »

Types vs. interfaces in TypeScript

Types vs. interfaces in TypeScript
We have two options for defining types in TypeScript : types and interfaces. One of the most frequently asked questions about TypeScript is whether w…
Read more »

Validate your data with Zod

Validate your data with Zod
Preface Surely many developers do not know where the line between Javascript and Typescript is. Some people probably wasted a lot of time understan…
Read more »

How to Build a Rust CLI Tool to Generate Typescript Types from Rust

Motivation Why would you want to write a tool that converts Rust types to Typescript types? Aren't they entirely separate languages? There are many…
Read more »

How to write type-safe CSS Modules with TypeScript

How to write type-safe CSS Modules with TypeScript
One of the benefits of using TypeScript is that it significantly reduces the occurrence of specific bugs, like typos; it even makes it easier to access…
Read more »

DeviceScript - TypeScript for micros

DeviceScript - TypeScript for micros
Story This post introduces DeviceScript , a professional TypeScript developer experience microcontrollers such as the RP2040 or the ESP32 ( full list ). Devic…
Read more »

How to get started with the TERN stack

How to get started with the TERN stack
In this post, I'll tell you about the TERN stack, explain why you should think about using it or moving your MERN stack application over to TERN, and show …
Read more »

Boost up NestJS server much faster and easier (maximum 20,000x faster + tRPC similar)

Boost up NestJS server much faster and easier (maximum 20,000x faster + tRPC similar)
Preface As I've promised in the previous Typia Series Articles , I'll introduce you my new library nestia , which can make NestJS much faster and …
Read more »

Understanding TypeScript generators

Understanding TypeScript generators
Generator functions run from top to bottom like normal functions but can be paused during execution and resumed later from the same point. This process c…
Read more »

7 Secret TypeScript Tricks Pros Use

7 Secret TypeScript Tricks Pros Use
TypeScript is a superset of JavaScript that adds optional static typing and other features to the language. It is designed to make it easier to write and main…
Read more »

How to Use AI to Create Your Own 'Super Macro' VS Code Extensions

How to Use AI to Create Your Own 'Super Macro' VS Code Extensions
ChatGPT is an advanced AI that makes it super easy to create custom Visual Studio Code extensions. You can use it to add any functionality you need to y…
Read more »

5 Front-End Web Frameworks to Consider Other Than React

5 Front-End Web Frameworks to Consider Other Than React
Modern web development requires developers to focus on creating complex logic, improving performance, and serving users on different networks across the globe …
Read more »

Learn "Zod" In 5 Minutes

Learn "Zod" In 5 Minutes
Zod is also a library for TypeScript runtime type checking and data validation. It is inspired by Haskell's `newtype` keyword and Rust's `type` keywor…
Read more »

An E-Commerce project, developed by Nextjs and typescript

An E-Commerce project, developed by Nextjs and typescript
An E-commerce site template, implemented with Next.js and TypeScript . Styled with TailwindCSS . This is one of my portfolios, but I would be pleased if the…
Read more »