inDepth.dev
  • Our Manifesto
Subscribe
Tagged

software architecture

A collection of 3 posts

How to use the environment for specific HTTP services
angular

How to use the environment for specific HTTP services

Have you ever needed to switch your backend endpoints before building for production? Or has it been problematic to change the endpoint of a resource? It sure happened to me, so I am going to show you how I dealt with this issue. If you just want to browse the final code, you can check it here.

  • Oriol Miro-Barcelo
Oriol Miro-Barcelo Mar 24, 2020 • 4 min read
Webpack 5 Module Federation: A game-changer in JavaScript architecture
webpack

Webpack 5 Module Federation: A game-changer in JavaScript architecture

Module federation allows a JavaScript application to dynamically run code from another bundle/build, on both client and server. This is the JavaScript bundler equivalent of what Apollo did with GraphQL.A scalable solution to sharing code between independent applications has never been convenient, and near impossible at scale. The

  • Zack Jackson
Zack Jackson Mar 8, 2020 • 10 min read
Shell Library patterns with Nx and Monorepo Architectures
angular

Shell Library patterns with Nx and Monorepo Architectures

In this article we will discuss concepts of shell libraries and how they differ. At the end, we will settle on a shell library pattern and discuss under which circumstances it's useful.

  • Nacho Vazquez
Nacho Vazquez Mar 3, 2020 • 14 min read
inDepth.dev © 2021
Powered by Ghost