JavaScript (JS) is one of the most popular programming languages, and widely used for web apps and even backend development. Due to its dynamic nature, however, JS applications often have a reputation for poor software quality. As a type-safe superset of ... (more…)
Read more »
JSON parsing library that enables custom number parsing - jawj/json-custom-numbers... (more…)
Read more »
Async generators and async iteration are likely to ship before too long. Let’s investigate how async generators work and examine the challenges of using them. (more…)
Read more »
A module is a function or group of similar functions. They are grouped together within a file and contain the code to execute a specific task when called into a larger application. You create modules to better organize and structure your codebase. You can... (more…)
Read more »