Тёмный
Atharva Deosthale
Atharva Deosthale
Atharva Deosthale
Подписаться
If you're looking for web development tutorials, this channel is the best place for you to look at the existing tutorials, or request a tutorial where we go in-depth with all the deep concepts of the topic. Subscribe to the channel NOW if you don't want to miss out on dope web development tutorials.
A rant about roadmaps...
11:32
2 месяца назад
Bun Tutorial - a new JavaScript runtime!
22:00
6 месяцев назад
Easy form handling in React using Formik!
18:58
6 месяцев назад
Open Source Under Attack?
11:16
7 месяцев назад
Drizzle ORM is my new favorite ORM...
27:36
7 месяцев назад
Turborepo Tutorial - a monorepo by Vercel
16:32
7 месяцев назад
Using the useContext() hook in React
11:38
7 месяцев назад
Комментарии
@pratikdevdas3746
@pratikdevdas3746 2 дня назад
Great! what extension are you using which is giving you suggestions while you type something in your vs code terminal?
@pradyumncs
@pradyumncs 5 дней назад
since stripe is banned in india i guess lemonsqueezy can be used from india to international right ?
@shubham_1712
@shubham_1712 12 дней назад
only sane video on next js+ lemonsqueezy. thank youu
@pradyumncs
@pradyumncs 5 дней назад
i guess lemonsqueezy can be used from india to international right ?
@shubham_1712
@shubham_1712 5 дней назад
@@pradyumncs yes but it takes lot of time for approval.
@cairoli98
@cairoli98 13 дней назад
Hey Artharva greate video, , but i have a question. I'm working with React , Tailwind Css and Daisy UI as tailwind plugin. So can i use also Magic UI together Daisy Ui for example ? Thank you
@chandankumarnetha
@chandankumarnetha 14 дней назад
tq for this video
@ryukaizen211
@ryukaizen211 19 дней назад
Rat race robots slave mentality ❤
@francescociulla
@francescociulla 20 дней назад
I can see the new RGBs in action!
@effekt.design
@effekt.design 20 дней назад
Thanks Atharva for this amazing video! Very comprehensive, no one ever talks about lemonsqueezy, glad I found this video!
@GeekyNasir
@GeekyNasir 20 дней назад
@mianzaid5762
@mianzaid5762 21 день назад
@AtharvaDeosthale I have setup both Hardhat and Foundery but not able to use any Test ETH's on uniswap, In metamask wallet I can see the 10000 ETH
@LEGENDARYSTREAMER
@LEGENDARYSTREAMER 21 день назад
🔥
@ajaydeepsinghrajpoot
@ajaydeepsinghrajpoot 23 дня назад
Bhai can you make a video about best Payment gateway for Indians.
@AhmedAminJIDAR
@AhmedAminJIDAR 25 дней назад
Thank You Mr.Atharva! Very helpfull.
@srijansil8036
@srijansil8036 28 дней назад
What if we have a use case to generate the HTML from the react component in the a backend (nodeJS) itself? I have seen docs where people have just imported the react component function in the backend and generate the HTML for it, but it doesn't work as nodeJS throws an error while trying to import.a jsx file. Is there a work around for this?
@gioLMO
@gioLMO 29 дней назад
Does MagicUI works in WordPress? More specifically can I use it with bricks builder?
@toleenhajkassem6154
@toleenhajkassem6154 Месяц назад
Thank you so much !!
@ogunleyeoluwafemi7243
@ogunleyeoluwafemi7243 Месяц назад
Hi there, this is nice could you please provide the sourcecode to this 🙏🏾🙏🏾. Thank you
@LEGENDARYSTREAMER
@LEGENDARYSTREAMER Месяц назад
🔥🔥
@ibongamtrang7247
@ibongamtrang7247 Месяц назад
Thanks for sharing : )
@praveenmatheesha4394
@praveenmatheesha4394 Месяц назад
Amazing video 🎉 BTW how did it popup the directory path on Your terminal ?
@PartneredAdmin
@PartneredAdmin Месяц назад
Hi how to add a new app using a command e.g. npx create-payload-app@latest as an app to a turborepo? I can 't find this anywhere clearly?
@GeekyNasir
@GeekyNasir Месяц назад
❤‍🔥
@LEGENDARYSTREAMER
@LEGENDARYSTREAMER Месяц назад
🔥
@0xtz_
@0xtz_ Месяц назад
cooooool man 😎 this ll help aloot
@juanocampo3415
@juanocampo3415 Месяц назад
Great thanks! Did you have the deployment process to vercel for each app? I'm kind stuck with that
@ramandahiya6977
@ramandahiya6977 Месяц назад
nice
@macacovelho94
@macacovelho94 Месяц назад
I keep getting insufficient funds on uniswap... idk why
@rishikesh7676
@rishikesh7676 Месяц назад
Intermediate and senior level engineer don't do shit
@YassinSalah-nj6xf
@YassinSalah-nj6xf Месяц назад
like whats the difference i think it is the same , and one more question is it gonna stop being for free ?
@riteshregmi5594
@riteshregmi5594 Месяц назад
Can you make a video on nextjs-14 app router with trpc and web socket connection
@black-fb1hw
@black-fb1hw Месяц назад
Looks like i m the first one to get all the new features which open ai releases like chat gpt 4o, chat gpt voice chat etc. I even got the chat gpt -4o mini even before any video got released on yt or any article on internet.
@YoutubeAichatbot
@YoutubeAichatbot Месяц назад
What you yapping about i got gpt4o mini like way before anyone was talking about it so your not the only one
@black-fb1hw
@black-fb1hw Месяц назад
@@RU-vidAichatbot cry more
@YoutubeAichatbot
@YoutubeAichatbot Месяц назад
@@black-fb1hw Why should I cry? I was only saying i have the same things as you.
@black-fb1hw
@black-fb1hw Месяц назад
@@RU-vidAichatbot it sounded like u were crying.
@YoutubeAichatbot
@YoutubeAichatbot Месяц назад
@@black-fb1hw ok
@0ni_x4
@0ni_x4 Месяц назад
THEY ONLY TUTORIAL I COULD FIND, that works!
@gettingoverit__
@gettingoverit__ Месяц назад
sir import { trpc } from "../../utils/trpc"; import React from "react"; export default function Home() { const hi = trpc.hello.useQuery(); return ( <> <div></div> </> ); } here i am getting the error on usequery that ⨯ TypeError: react__WEBPACK_IMPORTED_MODULE_2__.useContext is not a function at Home (./src/app/page.tsx:14:68) at stringify (<anonymous>) can you help me
@francescociulla
@francescociulla Месяц назад
!first
@AtharvaDeosthale
@AtharvaDeosthale Месяц назад
😭😭😭
@wasit-shafi
@wasit-shafi Месяц назад
can you also make a video daisyUI once you got some free time. Thanks
@LEGENDARYSTREAMER
@LEGENDARYSTREAMER Месяц назад
🔥
@Demonicskyers
@Demonicskyers Месяц назад
Awesome job, thank you!
@Ai-Universe-x9j
@Ai-Universe-x9j 2 месяца назад
can you remove someones video if they posted about your open source project ?
@arhumgirach7623
@arhumgirach7623 2 месяца назад
how can i deploy it on mainnet
@emmanuel-ayxdele
@emmanuel-ayxdele 2 месяца назад
awesome
@allhailalona
@allhailalona 2 месяца назад
very good video thank you very much!
@reikoleci4689
@reikoleci4689 2 месяца назад
awesome tutorial man
@akiozfn6694
@akiozfn6694 2 месяца назад
Could you make a overlay checkout tutorial
@rodrigocardoso126
@rodrigocardoso126 2 месяца назад
I need help
@yashpal5355
@yashpal5355 2 месяца назад
Nice one atharv
@no---on
@no---on 2 месяца назад
Is this for next js 14?
@Grishopping
@Grishopping 2 месяца назад
friend thanks for the video... could you explain an example where you explain how to use prism with a turborepo Greetings Jose Grillo from Venezuela
@francescociulla
@francescociulla 2 месяца назад
Levelling up your thumbnail game 👀🔥
@AtharvaDeosthale
@AtharvaDeosthale 2 месяца назад
Well, I tried 😁
@bmjunior2977
@bmjunior2977 2 месяца назад
Does the forking process used in your video is the same if I fork the ethereum mainnet?
@satviksingh3184
@satviksingh3184 3 месяца назад
Does it work without gst number?