When we write software, we intend it to be used in some, usually predefined and desirable, way. All software has some specification, either explicitly described or implicitly assumed. How do we know that it (software) works? We can test it manually, using all of its features and functionalities. Unfortunately, this approach breaks down pretty fast.| binaryigor.com
Nowadays, when we develop web-based app/system it is most likely built as SPA, which is a single page application. We should ask, why have we done that? Why have we switched from multi page applications, where the browser supported all of these functions out of the box, functions that we now need to recreate by writing custom JavaScript code?| binaryigor.com
How to split up your large, complex, frontend codebases into simple, composable, independently deliverable apps.| martinfowler.com
Manage components, binaries & build artifacts across your software supply chain. Your single source of truth to store & distribute software quickly & reliably.| www.sonatype.com
The software industry is learning once again that complexity kills| renegadeotter.com
webpack is a module bundler. Its main purpose is to bundle JavaScript files for usage in a browser, yet it is also capable of transforming, bundling, or packaging just about any resource or asset.| webpack