Selection Sort: A Step-by-Step Guide 💬
12:06
How to be convincing! 🍔
1:34
Күн бұрын
Always be shipping! 😱
1:08
14 күн бұрын
Career Growth Secrets! 😱
14:01
21 күн бұрын
The Career Three Body Problem
5:50
What is product strategy? 🌎
2:01
Fibonacci, Part 2! 🐚
9:04
5 ай бұрын
Fibonacci, Part 1! 🐚
9:40
5 ай бұрын
What does a Product Manager do?
1:22
Пікірлер
@danielpriego3904
@danielpriego3904 5 күн бұрын
Great video Kirupa! Had some longing when I heard you guys talking about Geocities :)
@kirupa
@kirupa 5 күн бұрын
@@danielpriego3904 haha! Those were the days 😅
@MA-th4ts
@MA-th4ts 24 күн бұрын
Good insight, great advice and informative
@kirupa
@kirupa 13 күн бұрын
Glad you liked it! Thanks for the comment 🙂
@alyssakirstine
@alyssakirstine 29 күн бұрын
Helpful intro video as I'm diving into making my first app using a WebView, thank you!
@kirupa
@kirupa 29 күн бұрын
@@alyssakirstine glad it helped 😀
@helenewright3100
@helenewright3100 Ай бұрын
Uninscribe
@kirupa
@kirupa Ай бұрын
I hope you found the "Uninscribe" capability easily :-)
@fola_azeez
@fola_azeez Ай бұрын
Thank you so much
@TonyaWalker-hs8pp
@TonyaWalker-hs8pp Ай бұрын
You said that 2 to the power of 1 is four. Two to the power of 1 is two. You also said that "The binary value of 11 is 5 in the decimal world." The binary value of 11 is 3 in decimal.
@kirupa
@kirupa Ай бұрын
Tonya - thanks for flagging these mistakes! I think this is something that will require me to re-record these videos, so I'll prioritize them higher in my queue.
@Skelly_boyGT
@Skelly_boyGT Ай бұрын
This was 8 years ago!!?!?!!??!??
@kirupa
@kirupa Ай бұрын
Yes it was! Surprised? 😄
@Skelly_boyGT
@Skelly_boyGT Ай бұрын
Yup
@Skelly_boyGT
@Skelly_boyGT Ай бұрын
And I’m surprised that you commented
@kirupa
@kirupa Ай бұрын
@@Skelly_boyGT I still record videos and post new content regularly, so I try to reply to all comments quickly 🥳
@CLaSHGOD
@CLaSHGOD 2 ай бұрын
Thank you
@m.choupie.
@m.choupie. 2 ай бұрын
Ce n’est pas ce que je cherchais.
@joshdronfield
@joshdronfield 2 ай бұрын
Cool tutorial. Would be better if you used external style sheets and found a solution without inline styles. you cant realistically use inline styles on a large application becasue of security issues. Styled-Components enables interpolation so that styles can be inherited from eachother. so you could use that for the delay effect
@kirupa
@kirupa 2 ай бұрын
That is a good point, Josh. I will keep that in mind when I record a revision of this video in the future.
@thang8617
@thang8617 2 ай бұрын
How can the frame rate be automatic on different devices? I mean the frame rate can vary on different devices. I don't want the frame rate to always be 60.
@kirupa
@kirupa 2 ай бұрын
If you want your frame rate to vary on different devices, then you can simply omit all of the code shown here. A call to requestAnimationFrame without any of supporting code is all you need.
@thang8617
@thang8617 2 ай бұрын
@@kirupa Do you mean deltaTime is only needed when the frame rate is known in advance?
@kirupa
@kirupa 2 ай бұрын
@@thang8617 Correct. You only need to implement this if you wish to fix the frame rate. For variable frame rate, you can ignore all of this code. The starting state in the video is the final state you will need 😀
@thang8617
@thang8617 2 ай бұрын
@@kirupa thank you very much, bro 👍
@user-lz2wf5dz2f
@user-lz2wf5dz2f 2 ай бұрын
The problem I found is when I zoom into any sketches on canvas then it looks really pixelated.. does this method solve that problem also?
@kirupa
@kirupa 2 ай бұрын
No, it will not help with that. The canvas is just like a raster image. You can ensure the initial appearance is sharp, but when you start zooming in further, the individual pixels will become more visible.
@user-lz2wf5dz2f
@user-lz2wf5dz2f 2 ай бұрын
@@kirupa How can this be solved? When drawing shapes using the DOM one can keep zooming and the resolution remains the same.
@kirupa
@kirupa 2 ай бұрын
@@user-lz2wf5dz2f If you have an SVG in the DOM, they are vector based. Those naturally remain crisp when zooming in. For the canvas, you will need to detect the zoom and redraw all of your visuals at the new zoom level to ensure that the pixels are drawn to scale.
@user-lz2wf5dz2f
@user-lz2wf5dz2f 2 ай бұрын
@@kirupa I guess the way the DOM works is that all the elements are SVGs? Because when I zoom they are still crisp. Is the detecting zoom a solution you've encountered before? Surely there's an easier built in solution?
@AlphaBeta-vq6ks
@AlphaBeta-vq6ks 2 ай бұрын
Any tips on creating animations in the canvas? On a similar level to DOM animations.
@kirupa
@kirupa 2 ай бұрын
This article may be just what you are looking for! www.kirupa.com/canvas/creating_animations_canvas.htm
@AlphaBeta-vq6ks
@AlphaBeta-vq6ks 2 ай бұрын
@@kirupa any tips on ensuring that you can zoom on the canvas and keep the same resolution/ not get pixelated?
@kirupa
@kirupa 2 ай бұрын
@@AlphaBeta-vq6ks Just redrawing the visuals again. That's the only viable option where you detect the zoom level and draw all the shapes at a size proportional to the zoom level.
@curious__
@curious__ 2 ай бұрын
thanks it works for me.
@kirupa
@kirupa Ай бұрын
Great!
@AnnatarTevildo
@AnnatarTevildo 2 ай бұрын
You book Creating Web Animations is awesooooooome!!!!
@kirupa
@kirupa 2 ай бұрын
Glad you liked it, Kinder! Anything you'd suggest I revise in a future edition?
@AnnatarTevildo
@AnnatarTevildo 2 ай бұрын
@@kirupa Ohhh well, i really likead alot maybe you could add how to do animations and transitions in React, you know without third-party libraries.. just a thought or maybe idk you really nailed it your book 👍👍👍👍
@zovee_9484
@zovee_9484 2 ай бұрын
is there a desktop idx app or is only avaible in the browser?
@kirupa
@kirupa 2 ай бұрын
There is a desktop app. In Chrome, you can install IDX as a PWA with a desktop icon.
@dogcow64
@dogcow64 2 ай бұрын
I love the pixelated design. It brings me back good memories from the original Macintosh era. 👍
@kirupa
@kirupa 2 ай бұрын
Haha yes! Totally. My school had those and those icons were always soo good. Thanks for the comment 😀
@gustavomonteiro2323
@gustavomonteiro2323 3 ай бұрын
Thank you so much my friend!!! I was trying to do ovelapping in a multiple layer animation and before I watch your video everything went wrong! And now it is working easy!
@kirupa
@kirupa Ай бұрын
Glad I could help!
@ronicarvalho3386
@ronicarvalho3386 3 ай бұрын
hey. good class. but mine doesn't work, no signal.
@kirupa
@kirupa 3 ай бұрын
Can you please post on the forums with your code and more details? forum.kirupa.com
@hwapyongedouard
@hwapyongedouard 3 ай бұрын
wait is this book "Absolute Beginner’s Guide to Algorithms: A Practical Introduction to Data Structures and Algorithms in JavaScript" yours ?? i love it
@kirupa
@kirupa 3 ай бұрын
Yes it is! Glad you liked it! 😀
@kirupa
@kirupa 3 ай бұрын
One favor! If you liked the book, can you please write a review for it on Amazon?
@hwapyongedouard
@hwapyongedouard 3 ай бұрын
@@kirupa sure
@OzayOzdemir
@OzayOzdemir 3 ай бұрын
It would be nice if you also mentioned how to install the iOS simulator?
@Penghuin_
@Penghuin_ 3 ай бұрын
source code link pls
@kirupa
@kirupa 3 ай бұрын
You can find it here: www.kirupa.com/animations/animated_3d_starfield_effect.htm#mainContent
@AlexandrePintodePaula
@AlexandrePintodePaula 3 ай бұрын
FODAAAA! Salutations from Brazil!
@roshinif
@roshinif 3 ай бұрын
Omg. No freaking way that this video exists. I spent 3 weeks to find a way recreate this effect thank brother. ❤️✨
@kirupa
@kirupa 3 ай бұрын
Glad you found it, and I am glad it helped you out! I had that same problem when I was looking for it a while ago. Seems like such a popular effect, yet all of the versions I saw were unnecessarily complicated 😅
@DenDev
@DenDev 3 ай бұрын
It was great being on the show! 🚀
@rayray66
@rayray66 3 ай бұрын
great video, thank you
@rodrigoribeiro8700
@rodrigoribeiro8700 4 ай бұрын
Very nice, thank you!
@kirupa
@kirupa 4 ай бұрын
Glad you liked it, Rodrigo!
@Brain_Bay
@Brain_Bay 4 ай бұрын
Are you bragging with IDX on your dev machine? Or you sharing useful knowledge with people? If you are sharing knowledge - provide some useful info like, from where to download this tool, how to install this tool, how to run it, etc
@kirupa
@kirupa 4 ай бұрын
You can sign-up to try it here: idx.dev
@elti8614
@elti8614 2 ай бұрын
@@kirupa How to setup the ios simulator
@mahmoudramadan4641
@mahmoudramadan4641 4 ай бұрын
I hope you will reply, is reading dsa tutorial on your website the same as reading your book. Thanks
@kirupa
@kirupa 4 ай бұрын
It is similar. The book is more convenient and contains a few more in-depth topics.
@NikosKatsikanis
@NikosKatsikanis 4 ай бұрын
found in my google spam folder
@kirupa
@kirupa 4 ай бұрын
That happens all the time. Not sure how to avoid it 😓
@NikosKatsikanis
@NikosKatsikanis 4 ай бұрын
@@kirupa send less mail?
@kirupa
@kirupa 4 ай бұрын
@@NikosKatsikanis I send these out maybe once every few weeks
@vanquoc29
@vanquoc29 4 ай бұрын
can i use ios simulator in windows?
@md2dfg1
@md2dfg1 4 ай бұрын
Thank you very much! Really helped me with understanding animations
@noweare1
@noweare1 4 ай бұрын
"tell your friends and enemies all about it" ha, ha. Got my very old webcam not only working on linux but displaying its stream on a webpage. I'm taking the rest of the day off !
@onelook1870
@onelook1870 4 ай бұрын
Will have a look at this course
@ashley524
@ashley524 4 ай бұрын
thanks =)
@eswarbalasubramanian129
@eswarbalasubramanian129 4 ай бұрын
This thing is not working in Firefox browser😅
@mdlabib3383
@mdlabib3383 4 ай бұрын
Your videos need to do SEO (Search Engine Optimization) so that your channel and videos rank on KZbin. Your videos need to add Keywords.
@user-tn4zu8zz6e
@user-tn4zu8zz6e 4 ай бұрын
Can u be unknowingly be watched or heard
@EastSun5566
@EastSun5566 4 ай бұрын
Hi KIRUPA, thank you for sharing this. I really love the simple and intuitive way you explain things. I just wonder if there are more references available to understand these concepts or ideas related to products, apps, or businesses? Thanks!
@kirupa
@kirupa 4 ай бұрын
Are you looking for early-in-career advice or advice catering to more senior roles?
@haydenmaeser2549
@haydenmaeser2549 4 ай бұрын
Great content! Very well explained!
@drewjex2030
@drewjex2030 5 ай бұрын
The logo, the website, the integration with Codespaces, the 3d graphics, it's all top-notch. I would love to see this idea take off! Hackathon organizers might really like this kind of thing.
@kirupa
@kirupa 4 ай бұрын
Tagging @zilchdev to make sure he sees your awesome comment!
@zilchdev
@zilchdev 5 ай бұрын
Thanks for having me on Kirupa!!
@kirupa
@kirupa 4 ай бұрын
So happy to do it! Thank you for taking the time to chat 🙂
@RAHUL-dt5xm
@RAHUL-dt5xm 5 ай бұрын
thanks for the help
@marksshane3967
@marksshane3967 5 ай бұрын
It seems that this video does not demonstrate how to debug javascript, just show ui🤔
@kirupa
@kirupa 5 ай бұрын
That is correct. Previewing and visually testing is the primary use case, but we are exploring ways to provide debugging capabilities as well.
@AsusMemopad-us5lk
@AsusMemopad-us5lk 5 ай бұрын
Yay, found a new math channel! Subscribing...
@kirupa
@kirupa 5 ай бұрын
Glad you like it! If you ever have requests for future topics, feel free to let me know :-)
@badcatdesign
@badcatdesign 5 ай бұрын
🌟🌟🌟🌟🌟
@yuvaraj6608
@yuvaraj6608 5 ай бұрын
when will android simulator will available in idx
@kirupa
@kirupa 5 ай бұрын
It is already available for Flutter projects. We are exploring ways of making it work for Web projects as well.
@yuvaraj6608
@yuvaraj6608 5 ай бұрын
Great, waiting for support for Android project
@kirupa
@kirupa 5 ай бұрын
@@yuvaraj6608 Our focus is on multi-platform development via Flutter. We currently don't have any plans to support native Android development.
@TutoGratiJavierApliArte
@TutoGratiJavierApliArte 5 ай бұрын
I can not open it says I have to enter the whitelist but I've been trying like I do not know how many months, is it because you can not in españaa? @kirupa
@klvntmi
@klvntmi 5 ай бұрын
please how do i setup the simulator on my project idx