1
2
Engineering a Fast Logger (blog.coderspirit.xyz)
submitted 1 month ago* by to c/typescript@lemmy.ml
 
 

Hi there :) . I recently developed a collection of libraries for ultra-efficient logging in NodeJS, and also pure ESM, for easy tree shaking.

In this article I try to explain some of the ideas behind its performance properties.

3
4
5
6
7
8
9
10
11
12
13
14
15
16
submitted 1 year ago by to c/typescript@lemmy.ml
17
submitted 3 years ago by to c/typescript@lemmy.ml
 
 

For me, the biggest excitement is around "Easier Implicit Returns for undefined-Returning Functions". It's nice not to have to insert a return undefined; when that's the implicit behavior.

18
 
 

cross-posted from: https://lemmy.ml/post/642690

An introductory article on how to leverage some basic mathematical tricks and widely available browser APIs to generate beautiful animations.

19
Announcing TypeScript 4.9 (devblogs.microsoft.com)
submitted 3 years ago by to c/typescript@lemmy.ml
 
 

Here’s a quick list of what’s new in TypeScript 4.9!

  • The satisfies Operator
  • Unlisted Property Narrowing with the in Operator
  • Auto-Accessors in Classes
  • Checks For Equality on NaN
  • File-Watching Now Uses File System Events
  • "Remove Unused Imports" and "Sort Imports" Commands for Editors
  • Go-to-Definition on return Keywords
  • Performance Improvements
  • Correctness Fixes and Breaking Changes
20
 
 

My (probably controversial) take on why the barrel exports pattern can be harmful.

21
Announcing TypeScript 4.7 (devblogs.microsoft.com)
submitted 4 years ago by to c/typescript@lemmy.ml
22
23
 
 

One of the great advantages of Deno is the absence of a package manager, this section is practically monopolized by two corporations (MS with npm and FB with yarn); Deno has shown itself to be a more independent ecosystem with respect to its counterpart, Node. Do you think that this decision taken by the core team was the right one? would you have preferred it to become a foundation instead of a company? Will it become a more independent solution or will it end up like Node with OpenJS? being a front entity for a few big techs that lobby the ecosystem?

24
 
 

Why?

Why not? I mean - I think there is genuine utility, but even if there wasn't, it would simply be an interesting project to undertake.

25
view more: next ›