Getting TypeScript to find the modules you’re importing can be surprisingly tricky. It is controlled by the moduleResolution configuration option, file exten... (more…)
Read more »
There are a handful of wildly popular validation libraries in the Javascript ecosystem with thousands of stars on GitHub. (more…)
Read more »
A couple of blog posts ago we’ve set up a basic build-line, in particular for TypeScript. In this post we’ll get our hands-on again and apply some automagic stuff for doing BDD and / or behavioral-testing on our builds.
Read more »
GitHub Actions - Workflows as Code (WAC). Contribute to webiny/github-actions-wac development by creating an account on GitHub. (more…)
Read more »
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 »