DEV Community

TypeScript

Optional static type-checking for JavaScript.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
I Built an Open-Source Code Snippet Collection

I Built an Open-Source Code Snippet Collection

38
Comments 17
2 min read
Setting up Vite with TypeScript for a Simple To-Do List

Setting up Vite with TypeScript for a Simple To-Do List

25
Comments 9
4 min read
Why i stoped using Redux and started using Nori-Store

Why i stoped using Redux and started using Nori-Store

Comments
4 min read
The Journey to Building a Color-Matching Library with Euclidean Distance

The Journey to Building a Color-Matching Library with Euclidean Distance

1
Comments
4 min read
TypeScript Day 4: I Created a Strong Password Control System! 🛠️

TypeScript Day 4: I Created a Strong Password Control System! 🛠️

Comments
1 min read
Weekly JavaScript Roundup: Friday Links 15, January 17, 2025

Weekly JavaScript Roundup: Friday Links 15, January 17, 2025

1
Comments
5 min read
Simplifying Object-Oriented Programming (OOP) Concepts with Real-Life Examples in TS

Simplifying Object-Oriented Programming (OOP) Concepts with Real-Life Examples in TS

Comments
9 min read
How to build an Astro collection loader

How to build an Astro collection loader

5
Comments
5 min read
Recursão a moda clássica em TS: auto referência do tipo de função

Recursão a moda clássica em TS: auto referência do tipo de função

6
Comments 2
5 min read
Running Kokoro-82M ONNX TTS Model in the Browser

Running Kokoro-82M ONNX TTS Model in the Browser

2
Comments
3 min read
Centralizing Query and Mutation Configurations with TanStack Query + React 😎

Centralizing Query and Mutation Configurations with TanStack Query + React 😎

Comments
3 min read
Major Differences Between TypeScript and JavaScript: 5 Key Points with Simple Code Examples

Major Differences Between TypeScript and JavaScript: 5 Key Points with Simple Code Examples

Comments
2 min read
Server-Side Rendering vs. Static Site Generation in the Modern Web

Server-Side Rendering vs. Static Site Generation in the Modern Web

Comments
4 min read
Understanding the Bridge Pattern: Decoupling Abstraction and Implementation

Understanding the Bridge Pattern: Decoupling Abstraction and Implementation

Comments
2 min read
Lite version of Flyway migrator for PostgreSQL in TypeScript

Lite version of Flyway migrator for PostgreSQL in TypeScript

Comments
4 min read
Programming Language Trends for 2025

Programming Language Trends for 2025

Comments
6 min read
LogLayer: A Modern Logging Library for TypeScript / JavaScript

LogLayer: A Modern Logging Library for TypeScript / JavaScript

Comments
3 min read
Unique Symbols: How to Use Symbols for Type Safety

Unique Symbols: How to Use Symbols for Type Safety

20
Comments 3
3 min read
Building a Robust Color Mixing Engine: From Theory to Implementation

Building a Robust Color Mixing Engine: From Theory to Implementation

Comments
3 min read
Automating Limit Orders on Polygon with TypeScript, 0x, and Terraform

Automating Limit Orders on Polygon with TypeScript, 0x, and Terraform

Comments
9 min read
Building a Secure Authentication API with TypeScript, Node.js, and MongoDB

Building a Secure Authentication API with TypeScript, Node.js, and MongoDB

1
Comments
13 min read
"yup" is the new extra virgin olive oil

"yup" is the new extra virgin olive oil

Comments
1 min read
Dynamic Routes in Astro (+load parameters from JSON)

Dynamic Routes in Astro (+load parameters from JSON)

Comments
4 min read
TypeScript Discord Bot Handler

TypeScript Discord Bot Handler

Comments
1 min read
Converting JPA entities to Mendix

Converting JPA entities to Mendix

Comments
7 min read
lodash._merge vs Defu

lodash._merge vs Defu

Comments
3 min read
React Native With TypeScript: Everything You Need To Know

React Native With TypeScript: Everything You Need To Know

Comments
1 min read
100 Days of Code

100 Days of Code

Comments
1 min read
A Beginner’s Guide to DevOps: Where to Start and What to Learn

A Beginner’s Guide to DevOps: Where to Start and What to Learn

7
Comments 2
3 min read
🚀 TypeScript Fundamentals: A Complete Guide for Beginners

🚀 TypeScript Fundamentals: A Complete Guide for Beginners

3
Comments
7 min read
Ship mobile apps faster with React-Native-Blossom-UI

Ship mobile apps faster with React-Native-Blossom-UI

Comments
2 min read
The Perfect React-TypeScript Starter Template for your Vite projects

The Perfect React-TypeScript Starter Template for your Vite projects

5
Comments
1 min read
Import JSON Data in Astro (with Typescript)

Import JSON Data in Astro (with Typescript)

Comments
2 min read
How to use Astro with Hono

How to use Astro with Hono

5
Comments
4 min read
How to write unit tests and E2E tests for NestJS applications

How to write unit tests and E2E tests for NestJS applications

Comments
12 min read
Matanuska ADR 009 - Type Awareness in The Compiler and Runtime

Matanuska ADR 009 - Type Awareness in The Compiler and Runtime

Comments
3 min read
Do You Really Know AbortController?

Do You Really Know AbortController?

5
Comments
4 min read
Exploring TypeScript Support in Node.js v23.6.0

Exploring TypeScript Support in Node.js v23.6.0

Comments
3 min read
Observing position-change of HTML elements using Intersection Observer

Observing position-change of HTML elements using Intersection Observer

Comments
4 min read
Breweries App

Breweries App

Comments
1 min read
Teaching Large Language Models (LLMs) to do Math Correctly

Teaching Large Language Models (LLMs) to do Math Correctly

5
Comments
3 min read
Swapable React context without breaking Rules of Hooks and your neck

Swapable React context without breaking Rules of Hooks and your neck

Comments
6 min read
Build a Mac Tool to Fix Grammar Using TypeScript, OpenAI API, and Automator

Build a Mac Tool to Fix Grammar Using TypeScript, OpenAI API, and Automator

Comments
7 min read
Share the state of a hook between components

Share the state of a hook between components

Comments
2 min read
Your own Telegram bot on NodeJS with TypeScript, Telegraf and Fastify (Part 3)

Your own Telegram bot on NodeJS with TypeScript, Telegraf and Fastify (Part 3)

Comments
7 min read
Create an Amazing Interactive Tour in React – A Complete Guide

Create an Amazing Interactive Tour in React – A Complete Guide

1
Comments
4 min read
“pretty-bytes” usage in unbuild

“pretty-bytes” usage in unbuild

Comments
2 min read
How to Combine English Folders with Polish Paths in Next.js (Rewrites, Redirects, and Middleware)

How to Combine English Folders with Polish Paths in Next.js (Rewrites, Redirects, and Middleware)

Comments
4 min read
RAG - Creating the SQLite database and config file

RAG - Creating the SQLite database and config file

Comments
8 min read
The "images.domains" Configuration is Deprecated 🐞

The "images.domains" Configuration is Deprecated 🐞

6
Comments 1
2 min read
Mastering React Native with TypeScript: From Basics to Brilliance - Part 1

Mastering React Native with TypeScript: From Basics to Brilliance - Part 1

Comments
5 min read
The Pipeline Pattern: Streamlining Data Processing in Software Architecture

The Pipeline Pattern: Streamlining Data Processing in Software Architecture

1
Comments
3 min read
Mastering Efficient Queue Structures in TypeScript: A Complete Guide

Mastering Efficient Queue Structures in TypeScript: A Complete Guide

Comments
8 min read
10 Months of Elm to Angular

10 Months of Elm to Angular

Comments 1
7 min read
“hookable” package in unbuild source code.

“hookable” package in unbuild source code.

Comments
3 min read
Introducing Codin: A CLI for Automated ML Model Testing in CI/CD

Introducing Codin: A CLI for Automated ML Model Testing in CI/CD

Comments
1 min read
React-copytext

React-copytext

Comments
2 min read
TS is bad at hover text

TS is bad at hover text

8
Comments
1 min read
Professional TypeScript: Improve Type Safety with Branded Types

Professional TypeScript: Improve Type Safety with Branded Types

Comments
5 min read
NextJs: How to create a dedicated layout file for index page

NextJs: How to create a dedicated layout file for index page

Comments
2 min read
loading...