Daily Shaarli
November 22, 2021
- De quoi parle-t-on ?
l’architecture micro frontend c’est faire d’une application web front-end un ensemble d’applications indépendantes (cycle de vie, complexité, technologie) cohabitant et communiquant sur le même site.
-
Concrètement, pourquoi faire ?
-
front + front = front ?
Technologies pour les construire:- Web Components
- Node.js / Express / EJS
- Framework Single SPA
-
Comment les applications communiquent entre elles ?
- Attributes et properties
- DOM / Custom Events
- Solution de state management
- sessionStorage / localStorage / cookies
-
Quelle stratégie de tests utiliser ?
-
Ai-je vraiment besoin des micro frontends ?
I find it also useful to run eslint src/* ---fix
I hop cargo fmt
in the future.
A project to check email, because it is hard to do it by hand !
The classic but the one I forget everytime ! A bank of images that are free to use
Why would I use this?
If you just want to launch already.
An MVP is a temporary site, it doesn't have to be and shouldn't be perfect.
I will start using it. It seems useful if you give your email address to third-parties or to know where someone got your email from.
Checklist to set up a new python project on Github
Another bank of images that are free to use
Generate browser images from raw images 👍
Useful to get a presentation of a website with screenshots of it. In gives more context about webviews :)
Generate and share logos fast
Okay so these guys built a WebAssembly based virtual machine to run x86 binaries. SO you can run ANY type of programs in the browser !
Mhmhmh ok ! I note the hyperfine
command to benchmark the speed of cli commands :)