title | date | tags | categories | ||||||
---|---|---|---|---|---|---|---|---|---|
Journey to Microfrontend: Pilot |
2021-06-09 19:43:03 -0700 |
|
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
mkdir x-one && cd x-one | |
git clone ssh://[email protected]:30022/gu/MIA-server.git server | |
cd server | |
git clone ssh://[email protected]:30022/gu/GUone-compile.git compile | |
cd .. | |
git clone ssh://[email protected]:30022/gu/FO-Client.git | |
git clone ssh://[email protected]:30022/gu/MIA-Client.git client | |
cd .. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var settings = { | |
max_width: 600, | |
max_height: 200 | |
} | |
resize_image = function(img){ | |
var ctx = canvas.getContext("2d") | |
var canvasCopy = document.createElement("canvas") | |
var copyContext = canvasCopy.getContext("2d") |
FWIW: I (@Rondy) am not the author of the content presented here, which is an outline from Edmond Lau's book. I've just copy-pasted it from somewhere and saved as a personal gist, before it got popular on newsnews.ycombinator.com. I don't remember where exactly the original source is from and neither could find the author's name, so I cannot give him/her the proper credits.
- By Edmond Lau
- Highly Recommended 👍
- http://www.theeffectiveengineer.com/