Typescript Developers

Typescript Developers

Share, Explain and Discuss with other Typescript Developers

Morioh is a Social Network for Developers to discuss topics about bugs and issues, write and share knowledge and connect with millions of developers worldwide. You can learn/post your video/article/hiring/link/tutorial/question/problem ... on https://morioh.com/ (Everything is FREE).

Viem: TypeScript Interface for Web3 02/03/2024

Viem: TypeScript Interface for Web3

Viem: TypeScript Interface for Web3 In today's post we will learn about Viem: TypeScript Interface for Web3. viem is a library that simplifies interacting with Ethereum and other web3 platforms. I

Tevm-monorepo: Web3 Development Toolkit for Solidity and TypeScript 02/03/2024

Tevm-monorepo: Web3 Development Toolkit for Solidity and TypeScript

Tevm-monorepo: Web3 Development Toolkit for Solidity and TypeScript In today's post we will learn about Tevm-monorepo: Web3 Development Toolkit for Solidity and TypeScript. Tevm-monorepo is a browser-based ethereum development t

GTS - Google's TypeScript Style Guide 01/03/2024

GTS - Google's TypeScript Style Guide

GTS - Google's TypeScript Style Guide GTS is Google's TypeScript style guide and configuration tool for TypeScript projects. It provides a consistent codebase by including a formatter, linter, and

Read Easier with Phrase Breaks: The Chrome Extension for Clearer Text 01/03/2024

Read Easier with Phrase Breaks: The Chrome Extension for Clearer Text

Read Easier with Phrase Breaks: The Chrome Extension for Clearer Text Breaks Lines Naturally: Applies phrase-based line breaks, following natural reading patterns for improved comprehension.Marks Phrase Boundaries: Visualizes

TypeScript with gts: Style Guide, Formatter & Linter in One 29/02/2024

TypeScript with gts: Style Guide, Formatter & Linter in One

TypeScript with gts: Style Guide, Formatter & Linter in One Effortless Consistency: No more manual formatting or endless configuration tweaks. gts ensures your code adheres to Google's best practices automatically.

Google Dev Library - Open Source & Tech Blogs for Developers 29/02/2024

Google Dev Library - Open Source & Tech Blogs for Developers

Google Dev Library - Open Source & Tech Blogs for Developers This vibrant platform curates contributions from developers worldwide, showcasing the latest Google technologies through code and insightful blogs.

Type-check: JavaScript Type Checking Made Simple 28/02/2024

Type-check: JavaScript Type Checking Made Simple

Type-check: JavaScript Type Checking Made Simple In today's post, we will learn about Type-check: JavaScript Type Checking Made Simple. Type-check is a lightweight JavaScript library for type checking. It's ea

Profile Node.js Apps Effortlessly: pprof to the Rescue 28/02/2024

Profile Node.js Apps Effortlessly: pprof to the Rescue

Profile Node.js Apps Effortlessly: pprof to the Rescue This powerful tool, now available for Node.js 14 and above, offers in-depth profiling capabilities to help you identify CPU and memory issues, optimize code,

How to Create a Solid API Contract and Enforcein a REST API 28/02/2024

How to Create a Solid API Contract and Enforcein a REST API

How to Create a Solid API Contract and Enforcein a REST API Learn how to add Swagger UI and data validation from OpenAPI contract with Node.js, Express.js and TypeScript. How to create a solid API contract and enforce

TypeScript with tsec: Effortless Trusted Types Checks 27/02/2024

TypeScript with tsec: Effortless Trusted Types Checks

TypeScript with tsec: Effortless Trusted Types Checks Build secure web apps with confidence! tsec extends the TypeScript compiler, automatically scanning your code for potential vulnerabilities related to Trusted

Reformat Code Comments with Ease: reflowList 27/02/2024

Reformat Code Comments with Ease: reflowList

Reformat Code Comments with Ease: reflowList reflowList is a handy extension/tool for reflowing (wrapping) text, particularly comments in code, while maintaining proper formatting for lists

Develop Apps Script Locally: clasp CLI 27/02/2024

Develop Apps Script Locally: clasp CLI

Develop Apps Script Locally: clasp CLI clasp, the Command Line Apps Script Projects tool, empowers developers to work on Apps Script projects locally. This eliminates the need to switch between the

DQM: Effortless Data Validation (Customizable Rules) 26/02/2024

DQM: Effortless Data Validation (Customizable Rules)

DQM: Effortless Data Validation (Customizable Rules) Ensure data quality with DQM! Set custom rules & continuously monitor data integrity for informed decision-making.

Smithy TypeScript: Effortlessly Generate TypeScript Clients & Servers 26/02/2024

Smithy TypeScript: Effortlessly Generate TypeScript Clients & Servers

Smithy TypeScript: Effortlessly Generate TypeScript Clients & Servers In today's post, we will learn about Smithy TypeScript: Effortlessly Generate TypeScript Clients & Servers. Smithy TypeScript simplifies TypeScript code generat

Build a REST API using TypeScript, ExpressJS and Prisma 16/02/2024

Build a REST API using TypeScript, ExpressJS and Prisma

Build a REST API using TypeScript, ExpressJS and Prisma Learn how to build a basic REST API using TypeScript, ExpressJS and Prisma. we'll walk through the steps of creating a simple API that allows us to create, read

Learn TypeScript Generics In 13 Minutes 27/12/2023

Learn TypeScript Generics In 13 Minutes

Learn TypeScript Generics In 13 Minutes Unlock the power of TypeScript Generics swiftly! In this tutorial, I will be breaking down everything you need to know about generics (including advanced generi

Type Predicates Solve This Common TypeScript Error 20/12/2023

Type Predicates Solve This Common TypeScript Error

Type Predicates Solve This Common TypeScript Error Type Predicates Solve This Common TypeScript Error. Type predicates are an interesting feature in TypeScript since they cover a very niche use case that can cause type errors if you are not aware of this solution.

06/12/2023

Pick in TypeScript!!

When you try to include the 'address' property in the personSummary object, TypeScript will raise a compilation error because 'address' is not part of the PersonSummary type.

This is useful when you want to create a new type with a subset of properties from an existing type, providing a way to make your code more modular and reusable.

Interfaces vs Types in TypeScript 29/11/2023

Interfaces vs Types in TypeScript

Interfaces vs Types in TypeScript In this tutorial I explain all the differences between types and interfaces in TypeScript and why you should probably be using types.

Google Drive Clone with Next.js, TypeScript, Tailwind CSS & Firebase 22/11/2023

Google Drive Clone with Next.js, TypeScript, Tailwind CSS & Firebase

Google Drive Clone with Next.js, TypeScript, Tailwind CSS & Firebase Learn how to build a full stack Google Drive clone using Next.js, TypeScript, Tailwind CSS, and Firebase 9. This tutorial will teach you how to create a cloud storage application with features such as file uploading, downloading, sharing, and more.

Prisma: Next-generation ORM for Node.js & TypeScript 21/11/2023

Prisma: Next-generation ORM for Node.js & TypeScript

Prisma: Next-generation ORM for Node.js & TypeScript In today's post we will learn about Prisma: Next-generation ORM for Node.js & TypeScript | PostgreSQL, MySQL, MariaDB, SQL Server, SQLite, MongoDB and Cockroach

Build a React Component Library with TypeScript & CSS-in-JS 21/11/2023

Build a React Component Library with TypeScript & CSS-in-JS

Build a React Component Library with TypeScript & CSS-in-JS In this tutorial, we will learn how to build a React component library with TypeScript and use CSS-in-JS with some tools like Rollup, Storybook, and Jest.

Build a Full-Stack Blog App with Next.js, TypeScript, and Tailwind 20/11/2023

Build a Full-Stack Blog App with Next.js, TypeScript, and Tailwind

Build a Full-Stack Blog App with Next.js, TypeScript, and Tailwind Learn how to build a full-stack blog app with Next.js, TypeScript, and Tailwind, inspired by the Neobrutalist design style. This tutorial covers everything you

Algorithms and Data Structures Cheat Sheet in JavaScript and TypeScript 20/11/2023

Algorithms and Data Structures Cheat Sheet in JavaScript and TypeScript

Algorithms and Data Structures Cheat Sheet in JavaScript and TypeScript Learn the fundamentals of algorithms and data structures in JavaScript and TypeScript with this cheat sheet. It is a great resource for anyone who wants to lear

Countdown Timer with Vue.js and TypeScript 19/11/2023

Countdown Timer with Vue.js and TypeScript

Countdown Timer with Vue.js and TypeScript In this tutorial, we will learn how to build a countdown timer with Vue.js and TypeScript. we will walk you through the steps of creating a simple countdown tim

How to Build a ChatGPT Plugin with TypeScript and Next.js 19/11/2023

How to Build a ChatGPT Plugin with TypeScript and Next.js

How to Build a ChatGPT Plugin with TypeScript and Next.js In this video, you'll learn How to Build a ChatGPT Plugin with TypeScript and Next.js | Step-by-Step Guide

Webshop/E-Commerce Store with Angular/TypeScript, Express and Stripe 18/11/2023

Webshop/E-Commerce Store with Angular/TypeScript, Express and Stripe

Webshop/E-Commerce Store with Angular/TypeScript, Express and Stripe Build a Webshop! In this tutorial, we are going to build a webshop or e-commerce store using Angular/TypeScript, Express.js, and Stripe.

How to Use ArkType for Runtime Validation in TypeScript 18/11/2023

How to Use ArkType for Runtime Validation in TypeScript

How to Use ArkType for Runtime Validation in TypeScript In this tutorial, you will learn the fundamental concepts of using ArkType for runtime validation in TypeScript, covering both basic and advanced use cases.

Build a Modern App with Next.js and TypeScript 17/11/2023

Build a Modern App with Next.js and TypeScript

Build a Modern App with Next.js and TypeScript Learn how to use Next.js with TypeScript to build high-quality, search-optimized, and predictable apps. Using TypeScript with Next.js to build an article manager app.

Build a ChatGPT plugin with Next.js and TypeScript 17/11/2023

Build a ChatGPT plugin with Next.js and TypeScript

Build a ChatGPT plugin with Next.js and TypeScript In this video, you will learn how to build a ChatGPT plugin from scratch using Next.js and TypeScript. ChatGPT is a large language model chatbot developed by Op

TypeScript

Here to share talks, tutorials, courses, books, jobs ... related to #TypeScript #JavaScript #Angular #ECMAScript #WebDev #Vue #React and more