Record Your MIC with JavaScript
13:59
Build a Camera App in Vue JS
18:55
Outlines - CSS Effects
11:00
Жыл бұрын
Пікірлер
@lionxlover
@lionxlover Күн бұрын
Can you please give me link of source code i want to revise it I'm also working on a ai system called lion that have ability to self think and decision making
@ZZ-rn3ce
@ZZ-rn3ce 2 күн бұрын
I am unable to get the cursor to even track on the screen, It’s just stuck in the left corner. How can I fix this ?
@jasonwebber9214
@jasonwebber9214 3 күн бұрын
didn't work; got up to the JS and fail. really nothing appeared, you did not reference how where or why to link (src) the JS file. Even when I did and verified it was linked correctly, the js did nothing. Could be issue with VSCode working for the most part with sass in my .css file. Not sure why it would work and then crap out upon the introduction of css and selectors. moving on. An hour I cannot get back
@_krisbone
@_krisbone 10 күн бұрын
I want to do a cool website for my comic, this tutorial is so helpful, thanks! Definitely subscribing
@TylerPotts
@TylerPotts 4 күн бұрын
Awesome, thank you!
@satyampatil458
@satyampatil458 16 күн бұрын
Thanks, Mate!
@TylerPotts
@TylerPotts 4 күн бұрын
You're welcome!
@belleofportharcourt
@belleofportharcourt 17 күн бұрын
Progressive
@jessedv5915
@jessedv5915 20 күн бұрын
2024 3 years age?
@BenjaminJohanssonAndersson
@BenjaminJohanssonAndersson 20 күн бұрын
just started programming is a complete nuub, But when u did the clienty instead of clientY I was like oh maybe it doesnt matter but i'll do capital letter anyway, and then U had a problem and I was like haha u made such a small mistake! And then a bit proud I was like well mine should work perfect I go to my live server to check and Im like dafuq why isnt the cursor following! Realising I forgot to add $(y) part I only did the $(x) one lel I was too quick to laugh at ur miss when I myself immediatly made one ahahaha
@BenjaminJohanssonAndersson
@BenjaminJohanssonAndersson 20 күн бұрын
Also just wanna add thanks for the video man! Such awesome content truly worthy of some spaghetti and awesome sauce!
@mRWiil
@mRWiil 21 күн бұрын
thank you
@cicadashroud2531
@cicadashroud2531 23 күн бұрын
Thanks! I'm a 55 yr old graphic designer who is just now diving into coding, and this video has introduced me to a lot of knowledge, though some of it is still a bit ahead of me. Thoroughly enjoyed.
@AstridISanchez
@AstridISanchez 26 күн бұрын
Thank you. I finally got to understand it
@Shadowreaper8435
@Shadowreaper8435 Ай бұрын
nice tutorial most other ones I found start with "so, this here is called a variable" which just bores me to death when I've been programming for years Never made a standalone program, always as part of a bigger project or in unity, unreal etc. where this part is made for me already I do have one question though: why should I exclude macos from running app.quit() ? you say it's not necessary there but personally I would just leave it in despite being redundant, apple is not unlikely to make weird changes after all there's probably some reason why it needs to be excluded, I just wouldn't know and I'm curious
@RaabStephan
@RaabStephan Ай бұрын
assuming it was the difference between localCompare and localeCompare
@MohammadAtiyat-p8h
@MohammadAtiyat-p8h Ай бұрын
I loved your video and please can you show us how to save the audio file thankyou
@juic-boxnewbie2972
@juic-boxnewbie2972 Ай бұрын
I wish i new the coding i would build my AI around the philosophy of a Prime from transformers
@waisinglee1509
@waisinglee1509 Ай бұрын
Nice video; I purchased one and it does not come with a web cam mount - apparently that is optional here in Singapore.
@LearnCraftStudios
@LearnCraftStudios Ай бұрын
17:40 fetchweather
@LearnCraftStudios
@LearnCraftStudios Ай бұрын
21:24 ...
@LearnCraftStudios
@LearnCraftStudios Ай бұрын
16:14
@chandunaidu1421
@chandunaidu1421 Ай бұрын
It is applying hover for my arrows
@cassandramsc
@cassandramsc Ай бұрын
Thank you! Very great tutorial!!
@masudranatapu8878
@masudranatapu8878 Ай бұрын
i need auth type chat. with user to user. but do not find.
@war77ff69
@war77ff69 Ай бұрын
Your amazing teacher
@geofreymatto6710
@geofreymatto6710 2 ай бұрын
THANK, Let go... more video.. --->express js
@ReskyIndrawan
@ReskyIndrawan 2 ай бұрын
can you can you tell me what theme you are using in vs code
@ryostyles6434
@ryostyles6434 2 ай бұрын
Any idea how can we add a auto stop recording function so that when user stops speaking the audio stops recording?
@Lucas-jl4bp
@Lucas-jl4bp 2 ай бұрын
excellent tutorial, thank you so much! this is a great starting point for my first Vue project
@ssquyt
@ssquyt 2 ай бұрын
What is the theme you are using?
@VideoNOLA
@VideoNOLA 2 ай бұрын
Excellent insights here. Can't wait to try. Do you find one modern IDE more SVG-friendly (especially for animations) than the others? I've found limitations on all of them, so still shopping.
@TheTwoFiver
@TheTwoFiver 2 ай бұрын
god bless youtube and videos like this one
@HusnainYaseen-ex2gg
@HusnainYaseen-ex2gg 2 ай бұрын
bro where's ur ai ghost? is it same as alexa or more good
@gabrielaluppe
@gabrielaluppe 2 ай бұрын
First of all, thank you so much for clarifying something so interesting in such an easy-to-understand way. I have a question: when I don't scroll enough (less than 100vh), my boxes keep "dancing" on the screen. They repeatedly trigger the effect over and over. How can I prevent this? I followed the tutorial step by step, but of course, in just fifteen minutes, we can’t cover all the tricks. If you or someone else knows the solution, I’d love to learn!
@goringo_
@goringo_ 2 ай бұрын
I cant quite dont understand behaviur of the screenbar when it detects present - why the hell it turns on, then off, and then on again?
@TylerPotts
@TylerPotts 2 ай бұрын
This is because it's scanning the current light level in the room, this is the auto-light-level feature, it allows it to match the lighting of your room, for example if your room is really dark the light won't go full brightness as this could be uncomfortable for the user. I hope that helps.
@aleenajesval
@aleenajesval 3 ай бұрын
where is the coding section that u use how can i download it and where from i download the code
@supersaiyan6997
@supersaiyan6997 3 ай бұрын
Your English is too difficult to understand so talk little bit slow and use simple words
@learningtocode0
@learningtocode0 3 ай бұрын
this is awesome
@dukesoffishial
@dukesoffishial 3 ай бұрын
what about closing big deals ?
@TylerPotts
@TylerPotts 3 ай бұрын
Good Question! I'll create a short on that soon! :D
@Borracho-y-loco
@Borracho-y-loco 3 ай бұрын
Good shout. How would you go about promoting?
@TylerPotts
@TylerPotts 3 ай бұрын
I'd start with creating a Facebook page and having my friends and family share it! Then I'd probably use other social media too to network!
@MRTN-025
@MRTN-025 3 ай бұрын
thank you Tyler I'm a begginer CS student and I liked it
@TylerPotts
@TylerPotts 3 ай бұрын
Happy you liked it! :D
@TylerPotts
@TylerPotts 3 ай бұрын
Let me know what you thought of the tutorial, too fast? Too slow? Let me know! All feedback is welcome!
@WanderingBall
@WanderingBall 3 ай бұрын
i have a problem in iphone recording and is error
@saigudigunta9683
@saigudigunta9683 3 ай бұрын
thanks a lot bro
@winata7
@winata7 3 ай бұрын
thanks
@Widdle-b2w
@Widdle-b2w 3 ай бұрын
colour instead of color is so british...
@TylerPotts
@TylerPotts 3 ай бұрын
These bloody bri'sh lads and their bo'oh'o'wa'er!
@danielalbert6834
@danielalbert6834 3 ай бұрын
Thanks!
@TylerPotts
@TylerPotts 3 ай бұрын
No Thank you! :D
@AdoptingCode
@AdoptingCode 4 ай бұрын
great personality
@kennethjaybarnedo6345
@kennethjaybarnedo6345 4 ай бұрын
Wow nice!
@Cocoprep
@Cocoprep 4 ай бұрын
uhm idk how to open the black screen thing...