#typescript

[ follow ]
fromInfoQ
13 hours ago

Zod v4 Available with Major Performance Improvements and Introduction of Zod Mini

Zod v4 introduces a series of changes across three key areas: performance, API design, and tooling support. Benchmarks published by the maintainers show 14x faster string parsing, 7x faster array parsing, and 6.5x faster object parsing compared to Zod 3. These improvements are paired with reductions in TypeScript type instantiation, helping projects compile faster in large codebases. Another headline feature in this release is the introduction of @zod/mini, a lightweight distribution weighing just ~1.9 KB gzipped, designed for tree-shakable validation in modern frontend applications.
Software development
fromVue.js Jobs
20 hours ago

Vue.js Frontend Developer (Remote - U.S.) at Confidential - VueJobs

Seeking a proactive Vue 3 developer to build scalable components, integrate with Swagger-documented APIs using Pinia and TypeScript; 90-day contract-to-permanent, U.S. remote.
fromInfoQ
4 days ago

Oxlint v1.0 Stable Released: A Rust Based JavaScript Linter

Oxlint 1.0 offers fast linting with extensive rule coverage and simple migration tools for both open-source and enterprise projects.
fromAdropincalm
2 weeks ago

Next.js PWA offline capability with Service Worker, no extra package

A service worker can be in 4 possible states: download, install, waiting, and activate. SkipWaiting forces activation without waiting for the old service worker.
fromVue.js Jobs
2 weeks ago

Vue 3 / TS Engineer | small, profitable, bootstrapped at Dray Dog - VueJobs

Dray Dog assists trucking companies in Los Angeles with shipping containers and has grown to hold a substantial market share without traditional marketing.
fromInfoWorld
2 weeks ago

TypeScript 5.9 arrives with deferred module evaluation, expandable hovers

TypeScript 5.9 introduces expandable hovers and configurable hover lengths for improved tooltip readability in development environments.
#javascript
fromInfoQ
2 weeks ago
Web development

Microsoft Releases TypeScript 5.9 with Deferred Imports and Enhanced Developer Experience

fromgithub.com
1 month ago
Web development

GitHub - JakeRoggenbuck/regolith: A server-side TypeScript and JavaScript library immune to Regular Expression Denial of Service (ReDoS) attacks by using Rust and linear RegEx under the hood. Regolith has a linear worst case time complexity, compared to the default RegExp found in TypeScript and JavaScript, which has an exponential worst case.

Node JS
fromBomh
2 months ago

JS Dark Arts: Abusing prototypes and the Result type

Extending all functions with a 'try' method can help handle errors by converting returned values to a Result type.
Node JS
fromhackernoon.com
3 months ago

Releasing Utilities Package to GitHub Packages: A Guide

Using GitHub Packages for internal JavaScript/TypeScript packages simplifies management and enhances security through scoped access.
fromInfoQ
2 weeks ago
Web development

Microsoft Releases TypeScript 5.9 with Deferred Imports and Enhanced Developer Experience

fromgithub.com
1 month ago
Web development

GitHub - JakeRoggenbuck/regolith: A server-side TypeScript and JavaScript library immune to Regular Expression Denial of Service (ReDoS) attacks by using Rust and linear RegEx under the hood. Regolith has a linear worst case time complexity, compared to the default RegExp found in TypeScript and JavaScript, which has an exponential worst case.

#nodejs
fromGitHub
4 months ago
React

GitHub - nerdalytics/beacon: A lightweight reactive state library for Node.js backends. Enables reactive state management with automatic dependency tracking and efficient updates for server-side applications.

fromGitHub
4 months ago
React

GitHub - nerdalytics/beacon: A lightweight reactive state library for Node.js backends. Enables reactive state management with automatic dependency tracking and efficient updates for server-side applications.

fromInfoWorld
1 month ago

Nuxt 4.0 improves project organization, data fetching, TypeScript support

Nuxt 4.0 enhances project organization, data fetching, and TypeScript support for a smoother development experience.
#react
fromHackernoon
3 years ago
React

Creating a Type-Safe Router for React Without Browser Navigation | HackerNoon

A typed routing system for React can be beneficial for specific application contexts, like Electron or simple browser widgets.
fromLogRocket Blog
2 months ago
React

How to build a React + TypeScript app with Vite - LogRocket Blog

Combining React, TypeScript, and Vite enhances web application development for both seasoned and new developers.
#deno
Node JS
fromInfoWorld
2 months ago

What is Deno? A 'better' Node.js

Deno reimagines Node.js by integrating modern JavaScript features and the TypeScript compiler, but it's still under development and not for production.
Node JS
fromAmazon Web Services
2 months ago

Validating event payload with Powertools for AWS Lambda (TypeScript) | Amazon Web Services

The new Powertools for AWS Lambda Parser utility simplifies payload validation for TypeScript, enhancing application resilience against unexpected inputs.
Node JS
fromInfoWorld
2 months ago

Microsoft rolls out TypeScript Native Previews

Microsoft's TypeScript, under Project Corsa, focuses on enhanced type checking and JavaScript support.
Developers can access and test the native TypeScript via NPM and VS Code.
fromInfoQ
2 months ago

Microsoft Announces Native Typescript Compiler Port for 10X Performance Boost

The core value proposition of TypeScript is an excellent developer experience. As your codebase grows, [...] in many cases TypeScript has not been able to scale up to the very largest codebases.
Node JS
fromInfoWorld
1 year ago

Deno 1.38 features HTML documentation, hot module replacement

Deno 1.38 introduces significant improvements in documentation, hot module replacement, and Node.js compatibility, enabling the use of NPM package manager from Deno.
fromTheregister
3 months ago

Microsoft's latest layoffs hit software engineers hard

Microsoft's recent layoffs predominantly impacted software developers, including key personnel in Python and TypeScript.
fromLogRocket Blog
3 months ago

How to pass a TypeScript function as a parameter - LogRocket Blog

In JavaScript, functions are considered first-class citizens, allowing them to be passed as parameters, returned from other functions, and assigned to variables.
JavaScript
fromLogRocket Blog
3 months ago

Why Go wasn't the right choice for the TypeScript compiler - LogRocket Blog

The TypeScript team’s decision to rewrite the compiler in Go introduces performance improvements, but raises concerns about ecosystem disruption and long-term maintainability.
React
fromHackernoon
2 years ago

TypeScript Showdown: Type vs Interface - Why 'Type' Wins | HackerNoon

Type aliases are more versatile than interfaces in TypeScript, supporting complex patterns and modern frameworks.
fromHackernoon
4 months ago

The Case for Factory Functions: Reducing Bugs and Technical Debt in Angular + Microservices Projects | HackerNoon

Factory functions improve data consistency and reliability in Angular applications by reducing risks associated with manual object creation.
fromLogRocket Blog
3 months ago

Here's why everyone's going crazy over Zod 4 - LogRocket Blog

Zod 4 introduces deep internal optimizations that make parsing up to 3x faster and more memory-efficient, especially for complex, nested schemas.
Node JS
#guitar-theory
fromMedium
4 months ago

Building a CAGED System Visualization: Guitar Theory Interactive Guide

The CAGED system is foundational in guitar theory, built on five open chords: C, A, G, E, and D.
fromHackernoon
6 years ago

Your Backend Deserves Better Than JSON Guesswork-Try This Setup | HackerNoon

API documentation is essential for seamless application communication and developer experience.
Zod and Swagger are key tools for creating and documenting APIs effectively.
fromBitexpert
6 months ago

My first experience with Bun | bitExpert

According to their docs, Bun is "an all-in-one JavaScript runtime & toolkit designed for speed, complete with a bundler, test runner, and Node.js-compatible package manager".
Node JS
fromLogRocket Blog
4 months ago

Use TypeScript instead of Python for ETL pipelines - LogRocket Blog

TypeScript’s design enforces type safety from the start of the ETL process, reducing runtime errors from unexpected data types.
Data science
fromInfoQ
4 months ago

Shopify's React Native Journey: An In-Flight Retrospective

React Native apps can meet stringent performance requirements, but success depends on applying the right patterns effectively, eliminating performance bottlenecks.
React
Node JS
fromLogRocket Blog
4 months ago

TypeScript is going Go: Why it's the pragmatic choice - LogRocket Blog

TypeScript is being ported to Go, termed 'TypeScript 7', reflecting a shift towards languages beyond JavaScript for tool development.
Artificial intelligence
fromHackernoon
3 years ago

Building a Game with AI: Fast, Flawed, and Full of Potential | HackerNoon

AI coding assistants can accelerate development processes, but they may also introduce errors.
A balance between guidance and freedom in prompts can optimize AI performance.
Node JS
from2ality
4 months ago

Deploying TypeScript: recent advances and possible future directions

Current best practice for deploying TypeScript includes producing JS, source maps, and type definitions for optimal development experience.
Recent advancements like type stripping and isolated declarations improve TypeScript compiling efficiency.
from2ality
4 months ago

Ideas for making TypeScript better at testing types

Testing types in TypeScript enhances reliability and documentation, making it crucial for developers.
[ Load more ]