letswritecode
letswritecode copied to clipboard
:mortar_board: code examples for Let's Write Code
Thanks for the https://www.youtube.com/watch?v=Ipa58NVGs_c chrome extension tutorial! I found it very helpful. I would be very interested in learning how to authenticate from this extension. For example, suppose I have...
I deployed this app on heroku and tested by connecting two different PCs with peer. But both the colored boxes show the same stream of the owner PC. I cannot...
https://github.com/shama/letswritecode/blob/3102a79da3b7289dd2a6dd70f57b7dcb50b53d9d/p2p-video-chat-webrtc/index.js#L35 ``` + video.srcObject = stream; - video.src = window.URL.createObjectURL(stream) ``` source: https://www.fxsitecompat.dev/en-CA/docs/2017/url-createobjecturl-stream-has-been-deprecated/
For some reason once I add your get user media code I no longer get the info client info appearing in the textarea. Any idea what might be causing this?
It seems like for every project I make it has to download so much stuff. Also fyi, when I do "npm i browserfy" it gives a warning about fsevents. I...
Thank you for your video! I do application on nodejs what request some data on external server and relay them to some external client via TCP. Do you have an...
Idea List
- [ ] JavaScript - [ ] Async/Await - [ ] Loops - [x] [Functions (including call/apply)](https://www.youtube.com/watch?v=jEx9V4uUcg0) - [x] [Arrays](https://www.youtube.com/watch?v=KhQkErkEips) - [x] [Promises](https://www.youtube.com/watch?v=g90irqWEqd8) - [x] [Callbacks](https://www.youtube.com/watch?v=qN0dkXj7jc0) - [x] [Timing](https://www.youtube.com/watch?v=YmaFAKUFmp0) -...
I really like to get more materials on nested loops... I just want sound foundations on these basic javascript basics... thank you
Hi Kyle I was tried to use guidelines you provided in http://dontkry.com/posts/code/using-npm-on-the-client-side.html article on a Laravel website. I am trying to use node_modules inside my web site, and by chance...