Sr Web Dev - FHD Latin America Homeland
Performance/Scalability
https://www.youtube.com/watch?v=FMhScnY0dME (3:15)
https://www.youtube.com/watch?v=O-NWCjC9iRw (0:40-3:26)
https://www.youtube.com/watch?v=X5V6RXJBp8I (7:40-16:20)
brew install wrk
wrk -t8 -c256 -d30s http://127.0.0.1:3000/)
https://www.youtube.com/watch?v=X5V6RXJBp8I (5:10-7:40)
Install bun with
curl https://bun.sh/install | bash
touch server.ts
export default { port: 3000, fetch() { return new Response("Hello, World!") } }
bun server.ts
YouTube playlist: https://www.youtube.com/playlist?list=PLy626RPaflBuyOEJwk3p2yef4bD7fbWg0
Make a .bunfig.toml file with .npmrc configuration for Artifactory:
```
[install.scopes]
fs = "https://username:password@familysearch.jfrog.io/artifactory/api/npm/fs-npm-prod-virtual/"
```
YouTube playlist: https://www.youtube.com/playlist?list=PLy626RPaflBuyOEJwk3p2yef4bD7fbWg0
Make a .bunfig.toml file with .npmrc configuration for Artifactory:
```
[install.scopes]
fs = "https://username:password@familysearch.jfrog.io/artifactory/api/npm/fs-npm-prod-virtual/"
```