Microsoft has announced a beta for TypeScript 6.0, which will be the last release of the language using the JavaScript codebase. The company announced last year that it was working on a native implementation of TypeScript written in Go, in an attempt to improve editor startup time, reduce build time, and cut down on memory … continue reading
Arcjet has announced the release of version 1 of its JavaScript SDK designed to enable security capabilities like bot detection, email validation, attack protection, and data redaction across JavaScript apps. “Shipping v1.0 is a clear signal to developers that Arcjet’s API is stable and fully tested with real production workloads,” said David Mytton, CEO of … continue reading
For too long, the barrier to entry for building even basic business applications has been artificially high. The requirements for front-end development have included expertise in React, CSS, and other disciplines, forcing organizations into a costly and inefficient hiring cycle. XMLUI was created to address this problem, designed for the “line of business app,” according … continue reading
Moderne, a company that provides solutions to help modernize code, announced that its Lossless Semantic Tree (LST) code model now supports JavaScript and TypeScript. LST is a format-preserving code model that captures syntax, types, symbols, dependencies, control and data flow, and whitespace. With today’s announcement, LST can now model Java, JavaScript, TypeScript, and common Infrastructure-as-Code … continue reading
Chainguard, a company that provides a repository of trusted container images, has announced the launch of a new collection of trusted builds for JavaScript dependencies. According to Chainguard, recent attacks against the JavaScript package manager npm have underscored the need for more secure mechanisms to consume JavaScript libraries. The company says that public registries do … continue reading
Microsoft has announced it has been working on creating a native implementation of the TypeScript compiler and tools, significantly improving editor startup time, reducing build time, and drastically cutting down on memory usage. TypeScript is a language that builds on JavaScript, but according to Anders Hejlsberg, lead architect of TypeScript, JavaScript does have its limitations. … continue reading
Deno, a company that provides a JavaScript runtime, has filed a petition with the U.S. Patent and Trademark Office to cancel Oracle’s trademark for JavaScript, claiming the Java steward has abandoned it and that it should be free for use by the large community of developers using the language. Ryan Dahl, co-creator of Deno and … continue reading
In today’s fast-paced software landscape, managing dependencies and the myriad of components that contribute to software builds has become a critical challenge for development teams. This is where artifact management emerges as an essential practice, fundamentally transforming how software is built, secured, and maintained. Understanding Artifact Management At its core, artifact management refers to the … continue reading
Node.js 22 is now available with a number of new features, such as support for “require()” for synchronous ECMAScript (ES) module graphs, which is currently an experimental feature. When the experimental module is enabled and “require()” tries to load an ES module, if it is both explicitly marked as an ES module and is fully … continue reading
Microsoft just announced that TypeScript 5.4 is now available. TypeScript is an extension to JavaScript that adds static types to the language, and it was created and is maintained by Microsoft. TypeScript 5.4 introduces features like the NoInfer utility type, the ability to preserve type refinements for closures that were created past the last assignment, … continue reading
FastUI enables developers to create user interfaces through declarative Python code. This framework is particularly beneficial for Python developers, as it allows them to build responsive web applications with React without needing to write JavaScript or interact with npm. It offers frontend developers the advantage of focusing on crafting reusable components, eliminating the need to … continue reading
Syncfusion today released volume 4 of its 2023 Essential Studio with new controls for its .NET MAUI app UI framework, its Blazor component library and its JavaScript offering. “Our teams were focused on enriching our current controls and file-format libraries with a lot of functionality, including multiple improvements on all platforms for one of our … continue reading