6 Stories by Stanley Ulili
Two new runtimes, Deno and Bun, have brought a lot of hype for the features they present over Node. Learn how Node stacks up...
Learn how to use Commander with TypeScript to build powerful CLIs.
JSPyBridge lets you interoperate between Node.js and Python — access and use JS functions, packages, classes, and arrays in Python and vice versa.
Learn how to deploy Python code in the browser using PyScript, a new library that builds of Pyodide and ports CPython to Wasm.
Compare Node.js and Python to see the scenarios where one would be better than the other so that you make the best choice for...
In this extensive post with specific examples, learn how to use Python type annotation to your advantage using the mypy library.