esm Tutorial for ESM + CommonJS package creators There is hot discussion about dropping CommonJS or building dual packages in JS world. I selected most valuable links that you should read to understand why it is problem and wrote tutorial that help to publish dual package.
rust QuickSort implementation in Rust, Typescript and Go Master QuickSort with our in-depth guide and implementation examples in three popular programming languages, and sort large datasets quickly and efficiently.
recursion CodinGame: Derivative Time - Part 1, Recursion (Typescript) Solution of CodinGame exercise. Simple recursion example with typescript. Formula representation inspired by lisp.
typescript Overload Signatures in Typescript In TypeScript, we can specify a function that can be called in different ways by writing overload signatures. You can use this to define functions with returned type dependent from arguments values.
metamask Login by Metamask - Rest Backend in Fastify (Node, Typescript, Prisma) Part 1/2 We building from scratch rest api in fastify using mongodb connected by prisma as database, jest as test framework and etherjs to verify signatures signed by metamask.
rust Maximum Inequality [Linear Search] rust and typescript Simple hackeartch task solved in node js and rust. You con compare these two languages on example of this problem. I recommend to solve it independently before reading solutions.