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.