I Coded A Checkout Bot To Buy High Demand Products in Seconds!

  Рет қаралды 235,035

Ritesh Verma

Ritesh Verma

Күн бұрын

Пікірлер: 398
@RiteshVermaREAL
@RiteshVermaREAL Жыл бұрын
I launched a free community of people using code to launch their own side hustles! Join and change your life: www.skool.com/wifi-life
@notaprogamer9648
@notaprogamer9648 Жыл бұрын
I sent you an email. Amazing video
@osnopuppy
@osnopuppy 3 жыл бұрын
If you can't beat em join em
@nicholas1641
@nicholas1641 3 жыл бұрын
It hurts but it must be done
@AKGaming-oj8hk
@AKGaming-oj8hk 3 жыл бұрын
True bro true
@trueswayne2556
@trueswayne2556 3 жыл бұрын
Like fr tho
@stick.-1_
@stick.-1_ 3 жыл бұрын
exactly
@NicklausHaynie
@NicklausHaynie 3 жыл бұрын
Join them till you get the thing you want then quit
@satyafariz8587
@satyafariz8587 2 жыл бұрын
In order to create a super fast and lightweight bot, you need to make a bot that directly interacts with the website API, not using web drivers.
@Karagee2
@Karagee2 2 жыл бұрын
dis ^ tbh
@harshalmarotkar2417
@harshalmarotkar2417 2 жыл бұрын
hello friend , do you know how to make a bot, need help if you can
@AlitasDePoll0
@AlitasDePoll0 2 жыл бұрын
~~^ this is correct, mostly. Sounds like you're thinking in terms of AJAX requests/responses/callbacks. There's very little (if any) difference between what you said and what he did. Unless you're on a corporate connection, at the end of the day you're at the mercy of your connection's latency. These arguments will be evaluated way sooner than the connection can keep up with (assuming his latency is ~50ms, the national high-speed average). To your point, he's using await functions which do cause a bit of lag; but they are as synchronous as using regular callbacks with the website's API. The "page.wait(2000)" is completely unnecessary here and is the death of this program. Any halfway decent bot using the Website's API or slimmed down code (NO eval functions!) would smoke this bot. Only thing this bot is good for is form filling. BUT --- he's a STUDENT, most likely just starting out his programming career. I would give this guy an A if I was his Comp Sci teacher. Well done, dude. You have a bright future in programming.
@therealb888
@therealb888 2 жыл бұрын
@@AlitasDePoll0 Wonder how much lower corporate broadband latencies are compared to home latency. But why not go the cloud route?
@AlitasDePoll0
@AlitasDePoll0 2 жыл бұрын
@@therealb888 most corporate ISP's market their connections at
@studymaterial988
@studymaterial988 3 жыл бұрын
Everyone is gangsta untill captcha appears !!!
@vipersqueal
@vipersqueal 3 жыл бұрын
"I love stack overflow" Agreed.
@felixnajdowski7698
@felixnajdowski7698 2 жыл бұрын
if someone told me few years ago that i would be watching a bot tutorial to buy coal i would laugh my ass off
@daweed7412
@daweed7412 Жыл бұрын
watchu need coal for? do you wanna buy at a specific price or is there actually coal that is sold out?
@nickelthepickle9130
@nickelthepickle9130 4 жыл бұрын
This guy: Creates an efficient checkout bot I'm not a robot check: *I'm bout to end this mans whole career*
@RiteshVermaREAL
@RiteshVermaREAL 4 жыл бұрын
I'll show you how to solve that in a future video haha
@frankyre8521
@frankyre8521 3 жыл бұрын
@@RiteshVermaREAL yes bro please do, I am learning a lot from these types of vids honestly. please keep them coming
@LudwigVanSkorm
@LudwigVanSkorm 3 жыл бұрын
😂
@stonedbunny5721
@stonedbunny5721 3 жыл бұрын
@@RiteshVermaREAL Subscribed! :) TY
@pranavvkr
@pranavvkr 3 жыл бұрын
@@RiteshVermaREAL you cant if they ask you object in image identification verification
@binobyslar
@binobyslar 2 жыл бұрын
According to what am seeing here, you created a bot for an item that is already available. But how can I create a bot for an item that's goes out of stock in minutes, which I can't even be chanced to get all the classes or ids to input into the bot code?
@teokarlsson305
@teokarlsson305 2 жыл бұрын
you compare to another item in the same category that is in stock.
@otobama4684
@otobama4684 2 жыл бұрын
@@teokarlsson305 useless bot
@otobama4684
@otobama4684 2 жыл бұрын
We need a video for an out of stock item
@Daniel-pc2ov
@Daniel-pc2ov 2 жыл бұрын
​@@binobyslar Need a video using requests. you just have an if/else statement that will use response code or status with the exact ATC parameter/variant
@kyle6754
@kyle6754 3 жыл бұрын
What if you have it scan the 'in stock' section and loop it until it reads 1 or more. Once it reads stock is 1-99, it'll initiate the purchase sequence. So if you know a prod is about to drop, it'll loop the stock section until it gets a hit
@fahdcoding8701
@fahdcoding8701 4 жыл бұрын
Can you make a video on making a solely request based bot. Managing with the tokens being generated on the page for the request payload, header information, cookies and all that. I would love to see an in-depth video on this type of methodology and see your logic and approach on reverse engineering through the requests.
@harshalmarotkar2417
@harshalmarotkar2417 2 жыл бұрын
apko bot banane aata hai ky?
@KrestenGiese
@KrestenGiese 3 жыл бұрын
This method is still too slow for it to be realistic in the real world. Plus few of the challenges if being able to predict how long it will take for a webpage to load its contents, which will most definitely be longer on a launch day. If you predict too early, it will fail, if you predict too late, you will be beaten by other bots. I made a similar bot using selenium and the best time I could get it to was 10 seconds.
@ssj5omar
@ssj5omar 2 жыл бұрын
So you'd say selenium is the most ideal thing to use out of all options?
@himaliamit8698
@himaliamit8698 2 жыл бұрын
Can a get a fit link of that
@slayx1042
@slayx1042 2 жыл бұрын
I built a sneaker bot a while back using python and the library I was using had a “wait until” function which would wait until the elements im looking for load on the page before executing the next line.
@lakshayrastogi7640
@lakshayrastogi7640 2 жыл бұрын
@@slayx1042 bro can you mail me the code??
@l.d.a8046
@l.d.a8046 2 жыл бұрын
@@slayx1042 same here can you mail me the code please man ? Thanks bro
@Prakhar_A
@Prakhar_A 3 ай бұрын
hey, i’m guessing this can also work for booking concert tickets?
@harkitnebamake
@harkitnebamake 3 ай бұрын
haha , I see where you're coming from , but this simple ass bot wont work for concert ticekts. A good bot is one that interacts with API and not the web page.
@Prakhar_A
@Prakhar_A 3 ай бұрын
@@harkitnebamake only if i had know that such an industry exists, i would have tried exploiting the que-it CORS bypass on BMS's back-end. This has sparked an interest in a lot of devs and everyone's mad researching about it. Heard that the infinity tickets are also releasing later this November😅
@vizzkif
@vizzkif 3 ай бұрын
@@harkitnebamake how can you interact with a booking partners API if they do not have an API to begin with?
@dharamshah3577
@dharamshah3577 4 жыл бұрын
When did you start learning how to code?
@_w1ll3m
@_w1ll3m 2 жыл бұрын
Where can I get the code
@babiemystic
@babiemystic 4 жыл бұрын
He said it’ll make sense don’t cry but I’m still crying 🥺🥺😭😭
@edwardinfante2602
@edwardinfante2602 3 жыл бұрын
You took my comment 😂
@sof4183
@sof4183 3 жыл бұрын
noob
@sumthinfresh
@sumthinfresh 2 жыл бұрын
You seem very knowledgeable on coding but if you slow down a bit and articulate 1 thought at a time you will be a great instructor/video creator
@RiteshVermaREAL
@RiteshVermaREAL 2 жыл бұрын
Check the description for my course!
@FaustianTinkering
@FaustianTinkering Ай бұрын
I was looking for a bot that does something along these lines, thank you. Also, very good that you stumble and show the learning process
@RiteshVermaREAL
@RiteshVermaREAL Ай бұрын
Yessir, if you want a bot just email me
@danielwall1277
@danielwall1277 2 жыл бұрын
Can this bot run even when the computer is off? Or if not can one be created to do so?
@iffataslam4188
@iffataslam4188 Жыл бұрын
Bro i wanna get a ps5 but idk how to do this coding and programing stuff😢
@aj7710
@aj7710 3 жыл бұрын
How do bots checkout when so many sites are updating the "Checkout," icon right as it drops? That I don't get.
@noneofyourbusiness8625
@noneofyourbusiness8625 3 жыл бұрын
the just take the html code from that new checkout button and code a click path to that new button. Same concept shown here, but just with what the page shows on restock day for limited products.
@iamkzonjames
@iamkzonjames 3 жыл бұрын
I made one with selenium python but I'm still having problem integrating proxies for multiple webdrivers
@rodolforodriguez7938
@rodolforodriguez7938 3 жыл бұрын
could you help me
@newagehero9605
@newagehero9605 3 ай бұрын
Can I make a bot that applies for a job when it’s available?
@RiteshVermaREAL
@RiteshVermaREAL 3 ай бұрын
yup!
@catalyzt7162
@catalyzt7162 3 жыл бұрын
how do you do this if the website is not live and you don't know what buttons to press
@unbox_spots
@unbox_spots 23 күн бұрын
Can this also work for iPad pros?
@RiteshVermaREAL
@RiteshVermaREAL 10 күн бұрын
yes
@NitroPaul305
@NitroPaul305 3 жыл бұрын
I don't understand the puppeteer part in the beginning like what exactly it is and how to get it
@jakeunderwood666
@jakeunderwood666 Жыл бұрын
Can I use a bot like this for Ticketmaster? I have been trying to get tickets to Taylor Swift for days and I can never check out in time. I know so many scalpers have used bots to get the tickets and sell them way overpriced, so I've decided that if you can't beat em, join em lol. I just want tickets for personal use, not to scam people
@sremik
@sremik 9 ай бұрын
I think its illegal to bot tickets
@afakhri6750
@afakhri6750 7 ай бұрын
I have a question, now can you make it in a way where you can set it to buy at certain price?
@RiteshVermaREAL
@RiteshVermaREAL 7 ай бұрын
Send me an email , check description
@janrowe4405
@janrowe4405 2 жыл бұрын
How can u do it on a an android phone
@carissa8283i
@carissa8283i 2 жыл бұрын
Hey do you know how to handle investment plans?
@Mincypop99
@Mincypop99 2 жыл бұрын
what sight do i use to get to command it
@monsterviki2698
@monsterviki2698 2 жыл бұрын
How to add the auto refresh the page when available the buy butoon
@difizil8453
@difizil8453 3 жыл бұрын
Hi can you make a video on how to install the puppeteer?
@scottgamedev8542
@scottgamedev8542 3 жыл бұрын
did you manage to install it after?
@hraymondcolten268
@hraymondcolten268 2 жыл бұрын
Any video yet?
@ingenium7135
@ingenium7135 3 жыл бұрын
I am sick of getting beat by bots. But i think neither am i capable of writing one, nor do i even know how to buy one :/
@trishaarenas5378
@trishaarenas5378 Жыл бұрын
Is there also a program to monitor the site for drops?
@WellBeingCollege
@WellBeingCollege Жыл бұрын
Checkout Bot does it have a virtual credit card to make payments?
@thingsshady2581
@thingsshady2581 3 жыл бұрын
How do you create a bot for Iphone to select specific words when the appear on the screen?
@Islamike
@Islamike Жыл бұрын
How to fill randomize data from google sheet?
@zaza-fg5xj
@zaza-fg5xj 3 жыл бұрын
can you create like a pastebin so i can just copy and paste the source code but alter the name of checkout and stuff for the respective site
@shivamsingh7219
@shivamsingh7219 3 жыл бұрын
Why are you using puppteer ?
@lka55364
@lka55364 2 жыл бұрын
How could we bypass CAPTCHA?
@janrowe4405
@janrowe4405 2 жыл бұрын
How can u do it on an android phone
@e.a7424
@e.a7424 3 жыл бұрын
how can i do to find the class button if the product isn't available??
@asadmaqbool3847
@asadmaqbool3847 3 жыл бұрын
hi how do i code it for an app does this work for apps or not .?
@markmahaffey06
@markmahaffey06 3 жыл бұрын
Where is link to the bot?
@picklerick424
@picklerick424 3 жыл бұрын
Should I master c code before I attempt a bot?
@derekrodrigues4385
@derekrodrigues4385 2 жыл бұрын
You links don’t work. What’s up?
@RiteshVermaREAL
@RiteshVermaREAL 2 жыл бұрын
Which links do not work?
@Blurpers
@Blurpers 3 жыл бұрын
How do you validate whether something is in stock or not in stock?
@vanish3408
@vanish3408 3 жыл бұрын
It's real easy to write a bot that just navigates a browser. All of the best bots don't use browser and do a request based approach which is a lot harder because it requires you to reverse engineer all antibot solutions that they may have
@ssj5omar
@ssj5omar 2 жыл бұрын
Any tips on how to research and use this approach?
@fastlearner9993
@fastlearner9993 2 жыл бұрын
@@ssj5omar did you ever find any good resources for this
@guerinoantonini7634
@guerinoantonini7634 3 жыл бұрын
when the webpage refreshes doesn't the dom reset?
@harishravi590
@harishravi590 3 жыл бұрын
Banging vid bro! Super useful and the editing makes it entertaining to watch. Keep these vids coming!
@RiteshVermaREAL
@RiteshVermaREAL 4 жыл бұрын
If you want to learn how to code bots and sell them for $2000+, check out my bot course! The next 2 people who use code BOTPRO get $100 off! whop.com/slyte?pass=prod_0zId93QgZw1He
@musaratskitchen6281
@musaratskitchen6281 3 жыл бұрын
how can i make a bot for a product that has no link , because its not released? example the graphics card amd rx6700xt that is not released so i dont have a link for it so how do i make a bot for that ?
@otobama4684
@otobama4684 3 жыл бұрын
@@musaratskitchen6281 exactly
@marceloglzm
@marceloglzm 3 жыл бұрын
@@musaratskitchen6281 you can’t, you’ve to look for the url the day of the release or sometimes they update the web page a few hours before is released
@musaratskitchen6281
@musaratskitchen6281 3 жыл бұрын
@@marceloglzm thanks for the quick reply
@maherabdelghanithinks2242
@maherabdelghanithinks2242 2 жыл бұрын
Amazing !!!
@One40kev
@One40kev 7 ай бұрын
Looking to buy a bot that looks for items on sale ,online or in store . Can you help me with this or point me to the right directions much appreciated thanks
@BullAndBlockChain
@BullAndBlockChain 4 жыл бұрын
Bro, you're super smart. 🤓
@WarDamnEagle4
@WarDamnEagle4 2 жыл бұрын
Can you schedule the bot to execute at the release? So that it does it immediately at 7 am pst? Or am I supposed to manual execute this at the release time?
@RiteshVermaREAL
@RiteshVermaREAL 2 жыл бұрын
You can set it to be manual. If you want a bot by me , check description for the email to reach me at :)
@WarDamnEagle4
@WarDamnEagle4 2 жыл бұрын
Beautiful. Reached out for your guidance. Many thanks!
@jidukrishnapj
@jidukrishnapj Жыл бұрын
Use python with selenium and schedulers for executing at the exact time
@Krishhh02
@Krishhh02 3 ай бұрын
hey bro I'm from india does these bots work in india as well?
@vaples
@vaples 3 жыл бұрын
do you know not to make it not choose a certain price value like for example a gpu you would want it to choose a specific value else keep refreshing
@sebiixxon
@sebiixxon 3 жыл бұрын
what app is that
@farihafatima2269
@farihafatima2269 3 жыл бұрын
How many amount things can buy the bot$?
@AzakaGodstime
@AzakaGodstime Жыл бұрын
Hi do you have a course about bots development on udemy?
@RiteshVermaREAL
@RiteshVermaREAL Жыл бұрын
I have one here: whop.com/slyte/
@XxstrikermanxX
@XxstrikermanxX 3 жыл бұрын
where is the code? I dont see it in the description
@adedoyinfadeko8850
@adedoyinfadeko8850 2 жыл бұрын
How can I create a bot that will place a bet automatically on a betting website? I really want to get this done. I have an idea that will always make a passive income from a betting website.
@ClipFlicky
@ClipFlicky 3 жыл бұрын
Is there a way I could make a bot like this to checkout with paypal or would it not work?
@erjonkadriu3184
@erjonkadriu3184 3 жыл бұрын
how do you run the program
@jerrevanostaeyen8498
@jerrevanostaeyen8498 3 ай бұрын
can you make one for ticketswap?
@RiteshVermaREAL
@RiteshVermaREAL 3 ай бұрын
for anything, just email me :)
@shamort06
@shamort06 3 жыл бұрын
how can u see the simulation on the web ? =)
@jordyndillard3775
@jordyndillard3775 3 жыл бұрын
I have coded the entire checkout bot. Where do i go from here? can i make this into an executable for mac? i want to combine this and a possible scraper to work together in a single project.
@RiteshVermaREAL
@RiteshVermaREAL 3 жыл бұрын
Yup, i go over packaging in my latest free Amazon Monitor Course!
@jordyndillard3775
@jordyndillard3775 3 жыл бұрын
@@RiteshVermaREAL which video is it?
@YuvrajSingh-ml4ld
@YuvrajSingh-ml4ld 3 жыл бұрын
@@jordyndillard3775 check description
@fader4358
@fader4358 3 жыл бұрын
Would i be able to make one for any website using this method?
@dhileepshyl
@dhileepshyl 3 жыл бұрын
@Ritesh Verma I have s button 'Checkout' in a slide bar and when I try to click it is not happening how can I solve this please help ?
@skysaville
@skysaville 3 жыл бұрын
so how do you tell it when to run? cronjob? webhook? … just curious.
@jpramirez2492
@jpramirez2492 3 жыл бұрын
Have u ever made a bot for nfts
@serispeaks
@serispeaks Жыл бұрын
Bro this was awesome 👍 Nice job!!
@justicem5919
@justicem5919 3 жыл бұрын
You've become the very thing you've sought to destroy
@RiteshVermaREAL
@RiteshVermaREAL 3 жыл бұрын
You either die a hero or live long enough to become the villain.
@joshuab113
@joshuab113 3 жыл бұрын
@@RiteshVermaREAL which program is this? do you have a source code?
@RiteshVermaREAL
@RiteshVermaREAL 3 жыл бұрын
@@joshuab113 if you want a bot made by me dm me on discord
@hraymondcolten268
@hraymondcolten268 2 жыл бұрын
Ritesh Verma where is the discord link? I have few questions about the bot
@modernken1971
@modernken1971 2 жыл бұрын
Hey @Ritesh I am trying to use your video to build a Hot Topic bot, I have mostly gotten through everything ut when it comes to the CC information, it seems each of the fields are within an and I can't quite grasp or modify the value of the fields inside there. That us pretty much the last step since then it would be a click on the review button and click on the place order button.... Could you help me out?
@Daniel-pc2ov
@Daniel-pc2ov 2 жыл бұрын
Use requests but they have akamai
@alicealice4713
@alicealice4713 3 жыл бұрын
why didn't you use selenium?
@reynaldosantana8195
@reynaldosantana8195 3 жыл бұрын
I want one . I have beee looking for a check out bot for a specific website . How can pay for a bot or make one myself please ?
@aura-j1i
@aura-j1i Жыл бұрын
How to create a fake followers bot for any kinda social media except ig,tg, Twitter
@ankitchauhan5423
@ankitchauhan5423 Жыл бұрын
Hey man can it also do like buy product for a group of people I mean to say buy with different name ,addresss, card no and place order
@RiteshVermaREAL
@RiteshVermaREAL Жыл бұрын
Yessir, just not at once. One checkout at a time.
@ankitchauhan5423
@ankitchauhan5423 Жыл бұрын
@@RiteshVermaREAL can it is done by some change in code
@thomasguinan3619
@thomasguinan3619 3 жыл бұрын
hey bro really interested in the bot development course I have just one question that I cannot seem to find the answer too, does the course allow a user to create a bot that can notify them when a product is back in stock when there is no set release date, for example a store randomly updates there stock from out of stock to in stock, not like a set restock at 5pm type example I mean a restock unannounced at any time because thats how products are released in ireland they just come into stock on a random date and time so its impossible to no when they are in stock but a bot could do that, and i was wondering does this bot do it?
@RiteshVermaREAL
@RiteshVermaREAL 3 жыл бұрын
You can add that feature!
@elliberalismolibertari3897
@elliberalismolibertari3897 3 жыл бұрын
Do you have tutorials with java?
@iamkzonjames
@iamkzonjames 3 жыл бұрын
How do you integrate proxies for multiple webdrivers? Need help with that. Hope you could help. TIA
@trevon___lamb
@trevon___lamb 3 жыл бұрын
How did you run a live server/ preview when running puppeteer??
@sof4183
@sof4183 3 жыл бұрын
he's running his script with node, you see him run the command in terminal early on
@volman5033
@volman5033 3 жыл бұрын
what program do you use to start making the checkout bot?
@DaSmallG
@DaSmallG 3 жыл бұрын
Visual Studio
@IFounditonAmazon
@IFounditonAmazon 2 жыл бұрын
I need a bot to buy posters when they drop on the metallica merch site. They sell so fast
@shotzz4762
@shotzz4762 2 жыл бұрын
can u make a tutorial on how to make a amazon instock notification bot
@mastermindbandobust
@mastermindbandobust 3 жыл бұрын
What would you do if an otp is generated and required?
@akshayakki362
@akshayakki362 2 жыл бұрын
Bro i need a bot for bidding work..tell me the cost
@RiteshVermaREAL
@RiteshVermaREAL 2 жыл бұрын
Email me at rvbusiness1m@gmail.com
@akshayakki362
@akshayakki362 2 жыл бұрын
@@RiteshVermaREAL email kis liye yahi btado
@jayantbaweja6077
@jayantbaweja6077 2 жыл бұрын
bro I m from India, i needed price drop alert bot nd auto checkout for Amazon nd ready to pay if you can make that bot
@YunkiG
@YunkiG 3 жыл бұрын
Ok now wheres the code so I can use it?
@jassu875
@jassu875 3 жыл бұрын
when I launch the localhost refuses to connect
@karabas-barabas1510
@karabas-barabas1510 2 жыл бұрын
How can I contact you? Have a business proposal?
@tysonw4686
@tysonw4686 3 жыл бұрын
Do i need to install puppeteer?
@zandmattyt4199
@zandmattyt4199 2 жыл бұрын
hi sir can you make a hundreds of bots that can visit your website?
@Leon-hu3og
@Leon-hu3og 3 жыл бұрын
What coding language is this
@techgeek2994
@techgeek2994 3 жыл бұрын
bro make a video when product is out of stock what would be script then if i want gpu but it is out of stock
@otobama4684
@otobama4684 3 жыл бұрын
EXACTLY!
@otobama4684
@otobama4684 3 жыл бұрын
Useless video for out of stock items. Why would you need a bot for items in stock lol
@motionmedley5155
@motionmedley5155 3 жыл бұрын
Are you aware of any ways to import puppeteer into nodeclipse?
@RiteshVermaREAL
@RiteshVermaREAL 3 жыл бұрын
not yet
@TurnUpTony
@TurnUpTony Жыл бұрын
So this bot checked out a order with out spending
@holoceph3916
@holoceph3916 7 ай бұрын
Bro is the hype machine
@matosbeats3379
@matosbeats3379 3 жыл бұрын
What language is this in? Can I do this in Java?
@baery4552
@baery4552 3 жыл бұрын
It is python or ruby I guess...
@aamirahmed60
@aamirahmed60 3 жыл бұрын
This is Javascript.
@QuaesitorDei
@QuaesitorDei 3 жыл бұрын
can i buy your sevices for saturday please?
@aaronmark3930
@aaronmark3930 2 жыл бұрын
I tried doing this a while ago by extracting the websites api requests. puppeteer feels like cheating...
How I Built It: $40K/Month iPhone App
17:02
Starter Story
Рет қаралды 622 М.
It works #beatbox #tiktok
00:34
BeatboxJCOP
Рет қаралды 41 МЛН
My scorpion was taken away from me 😢
00:55
TyphoonFast 5
Рет қаралды 2,7 МЛН
AI Agents with Reasoning: MOST ADVANCED Agentic System! (FREE)
12:44
I Coded a Sneaker Bot to Buy LIMITED-EDITION Shoes!
8:03
Ritesh Verma
Рет қаралды 68 М.
How I Would Learn To Code (If I Could Start Over)
13:43
Namanh Kapur
Рет қаралды 7 МЛН
How to create a Python Bot to auto-buy a GPU using Selenium Easily!
27:24
Ebay Buying Bots Being Used by Resellers - #CUPodcast
11:56
Pat the NES Punk
Рет қаралды 94 М.
The Dome Paradox: A Loophole in Newton's Laws
22:59
Up and Atom
Рет қаралды 1,1 МЛН
How to OVER Engineer a Website // What is a Tech Stack?
11:20
Fireship
Рет қаралды 2,5 МЛН
5 Design Patterns That Are ACTUALLY Used By Developers
9:27
Alex Hyett
Рет қаралды 318 М.
How to Create Entire Website with ChatGPT (No Coding)
15:15
Website Learners
Рет қаралды 767 М.