Some blog posts about code, but mostly distrating animations.
- Add gif
- Add gif
So far I've written random things about...
- 🟦 TypeScript
- 🤦🏻♂️ Coding Questions
- 🦀 Rust
- 🐳 Docker
- ⚛️ React
-
You can now view coffee-code-climb in the browser. ⠀ Local: http://localhost:8000/ On Your Network: http://192.168.1.102:8000/
- server.listen({ port: 4044 })
+ server.listen({ port: 4044, host: "192.168.1.102" })
or
+ server.listen({ port: 4044, host: process.env.HOST })
[
{
"AllowedHeaders": ["*"],
"AllowedMethods": ["PUT"],
"AllowedOrigins": [
"http://192.168.1.102:8000",
"http://localhost:8000",
"https://coffeecodeclimb.com"
],
"ExposeHeaders": []
}
]
Open a tab to chrome://inspect
— choose when to start/stop logging
Open another tab to http://192.168.1.102:8000