Rendering Large Logs in the Browser for GitHub Actions

Rendering large logs in a browser can be a complex task if you want a rich UI including coloring, grouping, search, and permalinks, says GitHub engineer Alberto Gimeno. This is why after testing with both a React and plain JS library, they opted to build … more Read More

April 2021 Security Releases

Summary The Node.js project will release new versions of all supported release lines on or shortly after Tuesday, April 6th, 2021. Three High severity issues Impact The 15.x release line of Node.js is vulnerable to two high severity issues. The 14.x release … more Read More

Node v15.13.0 (Current)

Notable Changes buffer : implement btoa and atob (James M Snell) #37529 deps : upgrade npm to 7.7.6 (Ruy Adorno) #37968 This update adds workspaces support to npm run and npm exec doc : add legacy status to stability index (James M Snell) #37784 add … more Read More

Deno Company forms to back Node.js rival

The creators of Deno have formed the Deno Company, a business venture around the JavaScript/TypeScript runtime and rival to Node.js. In a bulletin on March 29, Deno creator Ryan Dahl and Bert Belder, both of whom also led the development of Node.js, … more Read More

Echo JS

The easy way to get started building a business app with React. UI Component that can arrange items according to the type of masonry, justified, frame, packing Announcing the Deno company … more Read More

Angular Basics: The Scope of This and Arrow Functions

Scope, this and arrow functions are complex concepts that are not easily grasped, especially when you’re getting started with JavaScript and Angular. Let’s take a look at them together! What Does Scope Mean in JavaScript? It’s hard to talk about what … more Read More

Node v12.22.0 (LTS)

Notable changes The legacy HTTP parser is runtime deprecated The legacy HTTP parser, selected by the –http-parser=legacy command line option, is deprecated with the pending End-of-Life of Node.js 10.x (where it is the only HTTP parser implementation … more Read More