#typescript

[ follow ]
#nodejs
React
fromGitHub
3 months ago

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.

Lightweight reactive state management for efficient Node.js applications.
Node JS
fromnodesource.com
4 months ago

Node.js Now Supports TypeScript Natively: Everything You Need to Know

Node.js v23.6.0 enables native TypeScript support, enhancing development efficiency by removing extra compilation steps.
fromGitHub
3 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.

Node JS
fromnodesource.com
4 months ago

Node.js Now Supports TypeScript Natively: Everything You Need to Know

Node.js v23.6.0 enables native TypeScript support, enhancing development efficiency by removing extra compilation steps.
fromInfoWorld
1 week 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.
#javascript
fromgithub.com
2 weeks 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
fromhackernoon.com
2 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.
Node JS
fromInfoWorld
2 months ago

How to gracefully migrate your JavaScript programs to TypeScript

TypeScript allows for incremental transformation of JavaScript codebases into strongly typed alternatives.
fromgithub.com
2 weeks 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.

#react
#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
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.
Web development
fromHackernoon
1 month ago

How to Use LlamaIndex.TS to Orchestrate MCP Servers | HackerNoon

Llamaindex.TS enables orchestration of Model Context Protocol servers in TypeScript applications.
Node JS
fromAmazon Web Services
1 month 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.
#compiler
fromInfoQ
2 months ago
Node JS

Microsoft Announces Native Typescript Compiler Port for 10X Performance Boost

fromInfoQ
2 months ago
Node JS

Microsoft Announces Native Typescript Compiler Port for 10X Performance Boost

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
2 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
2 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
#go
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.
#angular
fromHackernoon
4 months ago
Angular

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.
Angular
fromHackernoon
3 years ago

Chronology and Evolution of Angular through the Years - From v2 to v19 | HackerNoon

The evolution of Angular versions is significant for optimizing application performance and improving developer productivity.
The project captures key changes and learning experiences through various Angular versions.
fromHackernoon
4 months ago
Angular

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

Angular
fromHackernoon
3 years ago

Chronology and Evolution of Angular through the Years - From v2 to v19 | HackerNoon

The evolution of Angular versions is significant for optimizing application performance and improving developer productivity.
The project captures key changes and learning experiences through various Angular versions.
fromLogRocket Blog
2 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
3 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.
#bun
fromLogRocket Blog
3 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
#react-native
#software-development
fromLogRocket Blog
3 months ago
Node JS

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
3 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.
#type-testing
fromHackernoon
4 years ago

Ending tsconfig Anxiety: Stop Guessing, Start Understanding | HackerNoon

Understanding key tsconfig properties simplifies TypeScript configuration, making it less intimidating for developers.
Angular
fromCSS-Tricks
4 months ago

Crafting Strong DX With Astro Components and TypeScript | CSS-Tricks

Utilizing TypeScript in Astro enhances developer experience by improving onboarding and preventing costly mistakes.
fromAllthingssmitty
4 months ago

Leveraging

The any type in TypeScript disables static type checking, which can lead to codebases being as unsafe as JavaScript, undermining TypeScript's primary benefits.
JavaScript
#eslint
fromInfoWorld
1 year ago

Deno adds API for date and time operations

Deno 1.40 introduces ECMAScript decorator syntax, enhancing code expressiveness and supporting new features like improved diagnostics and built-in Node.js APIs.
#enums
#zod
JavaScript
fromMedium
5 months ago

7 Powerful Use Cases for Zod Schemas

Zod is a powerful TypeScript-first schema validation library that ensures data integrity across applications.
Node JS
fromGitHub
4 months ago

GitHub - steelydylan/electron-typed-store

Electron Typed Store is a simple key-value storage solution for Electron applications using JSON files.
Node JS
fromInfoQ
4 months ago

TypeScript 5.8 Released with Improved Inference and Better JavaScript Ecosystem Interoperability

TypeScript 5.8 introduces smarter type inference, improving conditional return types and performance while allowing code to run directly in Node.js.
from2ality
4 months ago

Unions and intersections of object types in TypeScript

Unions and discriminated unions enhance TypeScript's type system by allowing flexible and safe representation of object types.
fromInfoWorld
5 months ago

Civet: A better TypeScript?

Civet enhances TypeScript by providing modern language features and simplifications, contrasting with CoffeeScript's complicated legacy.
#conditional-types
from2ality
5 months ago
Scala

The unexpected way in which conditional types constrain type variables in TypeScript

Scala
from2ality
5 months ago

The unexpected way in which conditional types constrain type variables in TypeScript

Conditional types in TypeScript constrain generics, providing new insights during type checks and leading to complex results.
Conditional types can produce both true and false due to their distributive nature.
Vue
fromVuejobs
5 months ago

Vuetify Developer at Vuetify LLC

Vuetify seeks a frontend developer to enhance its UI framework and engage with a global community.
Node JS
from2ality
5 months ago

The bottom type `never` in TypeScript

The 'never' type in TypeScript is crucial for ensuring certain conditions in type-level programming.
It is used in filtering union types, compile-time checks, and managing property assignments.
from2ality
5 months ago

Array type notation: `T[]` vs. `Array ` in TypeScript

Both T[] and Array<T> are equivalent notations in TypeScript, with preferences leaning toward Array<T> for readability and clarity.
JavaScript
from2ality
6 months ago

Template literal types in TypeScript: parsing during type checking and more

Template literal types in TypeScript enable static syntax checking and string manipulation at the type level, leveraging JavaScript's syntax.
fromMedium
7 months ago

Share Zod Validation Schemas Between Repositories

In this tutorial, readers learn how to leverage Bit by installing it, creating a workspace, and defining Zod schemas as reusable components for validation.
JavaScript
[ Load more ]