/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

codetv.dev
| | ole.michelsen.dk
18.2 parsecs away

Travel
| | [AI summary] The article discusses optimizing ReactJS unit tests by replacing Karma and webpack with mocha, nyc, and Babel to significantly improve test speed and code coverage.
| | www.integralist.co.uk
9.8 parsecs away

Travel
| | Introduction This post will explain how to set-up and configure the various tooling necessary in order to be able to write cross-compatible modern (ES2015+) JavaScript code. Note: if you're unsure of what 'modern' JavaScript looks like, then I'll refer you to these compatibility tables. The tools we'll be using: Babel: transpiler of modern JS into ES5 compatible code. Webpack: a js module bundler. Note: webpack is actually capable of transforming, bundling, packaging just about anything (as we'll see sho...
| | wweb.dev
10.4 parsecs away

Travel
| | Sometimes it makes total sense to build an old fashioned static website. It can be not only faster, but also simplier than throwing in a full JavaScript framework just to build a website with only a few pages...
| | amanhimself.dev
27.3 parsecs away

Travel
| [AI summary] This tutorial guides developers on building a REST API with Node.js and Express by connecting to HarperDB Cloud, covering setup and CRUD operations. Category programming is most relevant because the post is a software development tutorial focused on coding, frameworks, and API creation. Cloud computing is also relevant as it specifically teaches how to use and configure a cloud-based database service. Computer science is a close second regarding the technical subject matter of databases and application development logic. Technology broadly covers the general tools and programming languages discussed. Engineering is a final option as it relates to software engineering practices like API design and database integration.