Entries from 2021-12-01 to 1 month

What is Micro-Frontends(MFEs)?

MFEs — microservices approach for modern web. What is Micro Frontends? The idea behind Micro Frontends is to think about a website or web app as a composition of features which are owned by independent teams. Each team has a distinct area …

What is WebAssembly (wasm) ?

WebAssembly JavaScript APIs WebAssembly is a new type of code that can be run in modern web browsers — it is a low-level assembly-like language with a compact binary format that runs with near-native performance and provides languages such…