- 196
- 674 592
WebDevWithArtisan
United Kingdom
เข้าร่วมเมื่อ 2 ก.ย. 2020
Hi all,
I am Aditya Kadam. I am an entrepreneur and coding freak who manages startups in the daytime while coding on random problems/stuff at night time.
When I was pursuing my undergrad in Computer Science, I hated coding a lot, not sure why but it felt so boring. I changed my stream from CS to business by choosing a bridge course in technology and business for my Master's degree. During my MSc, I found that coding is actually interesting, weird right? but it is actually like that. A wild guess I could make is maybe I got more exposure to the practical application side of concepts I learned in undergrad. I have used C++, Java, and Python but Laravel is something that increased my interest in web development.
I started this channel with the view that I could make web dev learning more fun and interesting by sharing the least theoretical and most applied (application of programming) videos. The theory is important but understanding its concepts and applying them is more important.
I am Aditya Kadam. I am an entrepreneur and coding freak who manages startups in the daytime while coding on random problems/stuff at night time.
When I was pursuing my undergrad in Computer Science, I hated coding a lot, not sure why but it felt so boring. I changed my stream from CS to business by choosing a bridge course in technology and business for my Master's degree. During my MSc, I found that coding is actually interesting, weird right? but it is actually like that. A wild guess I could make is maybe I got more exposure to the practical application side of concepts I learned in undergrad. I have used C++, Java, and Python but Laravel is something that increased my interest in web development.
I started this channel with the view that I could make web dev learning more fun and interesting by sharing the least theoretical and most applied (application of programming) videos. The theory is important but understanding its concepts and applying them is more important.
Laravel Sanctum and Postman | Most asked question
Hello everyone,
This video addresses your question about fixing the CSRF token error with Postman for the Laravel Sanctum API.
Nuxt and Laravel Full stack video:
th-cam.com/video/ev206pOjRos/w-d-xo.html
Follow me on Twitter:
adir1521
Follow me on LinkedIn
www.linkedin.com/in/adityakadam2194/
Follow me on GitHub
github.com/adityar15
This video addresses your question about fixing the CSRF token error with Postman for the Laravel Sanctum API.
Nuxt and Laravel Full stack video:
th-cam.com/video/ev206pOjRos/w-d-xo.html
Follow me on Twitter:
adir1521
Follow me on LinkedIn
www.linkedin.com/in/adityakadam2194/
Follow me on GitHub
github.com/adityar15
มุมมอง: 61
วีดีโอ
Smart Chatbot With Function Calling | Claude AI | Laravel | Livewire
มุมมอง 4194 หลายเดือนก่อน
Follow me on Twitter: adir1521 Follow me on LinkedIn www.linkedin.com/in/adityakadam2194/ Follow me on GitHub github.com/adityar15 Courses: adiranids.com/courses Website adiranids.com
Project management app | Nuxt 3 | Laravel 11 | Sanctum
มุมมอง 7K6 หลายเดือนก่อน
Hello everyone, In this video, we will see a complete full stack using Nuxt 3 and Laravel 11 Sanctum. Thanks a lot for helping to choose this topic, you guys are amazing :) Key highlights: 🔥 Laravel 11 Sanctum and Breeze setup 🔥 CRUD APIs 🔥 Managing Auth with Nuxt and Laravel 🔥 Email verification 🔥 Draggable tickets in the Kanban board 00:00:00 - Introduction 00:01:32 - Creating Laravel project...
Upload File to AWS S3 using Express API | Real-time progress | Vue 3 | Server sent events
มุมมอง 2598 หลายเดือนก่อน
Hello everyone, In this video, we will see how to upload file to S3 using Express API and have real-time progress using Server sent events (SSE) Git Repo: github.com/adityar15/vuelinkpreview.git Follow me on Twitter: adir1521 Follow me on LinkedIn www.linkedin.com/in/adityakadam2194/ Follow me on GitHub github.com/adityar15 Courses: adiranids.com/courses Website adiranids.com Discor...
Next server actions | React memo | Social media card preview in Next
มุมมอง 1078 หลายเดือนก่อน
Hello everyone, In this video, we will see the Next 14 server actions, and the React memo using a Link preview project. Follow me on Twitter: adir1521 Follow me on LinkedIn www.linkedin.com/in/adityakadam2194/ Follow me on GitHub github.com/adityar15 Courses: adiranids.com/courses Website adiranids.com Discord: discord.gg/tqgbRE4D
Create Dynamic URL Previews in Your Web App | Vue 3 & Express Tutorial
มุมมอง 4338 หลายเดือนก่อน
Hello everyone, In this video, we will see how to create a link preview by extracting the URL from the post content (like LinkedIn, Twitter and other platforms). Github Repo: github.com/adityar15/vuelinkpreview.git Discord: discord.gg/tqgbRE4D Follow me on Twitter: adir1521 Follow me on LinkedIn www.linkedin.com/in/adityakadam2194/ Follow me on GitHub github.com/adityar15 Courses: a...
Laravel 11 API in 13 minutes | Sanctum
มุมมอง 26K8 หลายเดือนก่อน
Hello everyone, In this video, we will see Laravel 11 and changes done for Sanctum. We will also create a fundamental API. Laravel 10 Sanctum crash course th-cam.com/video/jGVHEgqkToc/w-d-xo.html Postman cofig: th-cam.com/video/6uJ2nzDfUu8/w-d-xo.html Follow me on Twitter: adir1521 Follow me on LinkedIn www.linkedin.com/in/adityakadam2194/ Follow me on GitHub github.com/adityar15 We...
Mastering SOLID Principles in Vue 3: Unleash Clean & Scalable Code!
มุมมอง 2.4K9 หลายเดือนก่อน
Hello everyone, In this video, we will see how to use the SOLID programming principle in Vue 3 to write clean and scalable code. Follow me on Twitter: adir1521 Follow me on LinkedIn www.linkedin.com/in/adityakadam2194/ Follow me on GitHub github.com/adityar15 Courses: adiranids.com/courses Website adiranids.com
Turbocharge Your Laravel API: Import Millions with Flash Validation!
มุมมอง 71110 หลายเดือนก่อน
Hi all, In this video, we will see how to import a CSV file with 1 million records into a MySQL database using Laravel in a few seconds. We will see how to batch jobs without causing memory and timeout problems. I have also written a blog article here: dev.to/adityar15/laravel-api-import-1-million-records-with-validation-in-few-seconds-29po Follow me on Twitter: adir1521 Follow me o...
Elevating Vue Projects: The Ultimate defineModel Guide & 3.4 Upgrade Tips!
มุมมอง 56910 หลายเดือนก่อน
Hello everyone, In this video, we will see how we can use defineModel which comes with Vue 3.4 along with a codebase upgrade from Vue 3.2 to 3.4 Vue 3 Code refactor video th-cam.com/video/rBDBXzInFmc/w-d-xo.html Follow me on Twitter: adir1521 Follow me on LinkedIn www.linkedin.com/in/adityakadam2194/ Follow me on GitHub github.com/adityar15 Courses: adiranids.com/courses Website adi...
Headless blog using Nuxt 3, Firebase and Garchi CMS | Part 1 | Server side authentication
มุมมอง 43611 หลายเดือนก่อน
Welcome to this headless blog series using Nuxt 3, Tailwind CSS, Firebase and Garchi CMS. The blog has proper login and registration using Firebase Admin SDK, fetches and renders blog articles from Garchi CMS, and comments and reacts to the articles using Garchi CMS API. In this video, we will see how to authenticate the user using Firebase admin SDK. repo link: github.com/adityar15/nuxt3-garch...
Headless blog using Nuxt 3, Firebase and Garchi CMS | Part 3 | Render blog article | DOMPurify
มุมมอง 8411 หลายเดือนก่อน
Welcome to this headless blog series using Nuxt 3, Tailwind CSS, Firebase and Garchi CMS. The blog has proper login and registration using Firebase Admin SDK, fetches and renders blog articles from Garchi CMS, and comments and reacts to the articles using Garchi CMS API. In this video, we will see how to render the blog article markdown using Nuxt 3 server component, tailwind typography and dom...
Headless blog using Nuxt 3, Firebase and Garchi CMS | Part 2 | Get blog articles
มุมมอง 9811 หลายเดือนก่อน
Welcome to this headless blog series using Nuxt 3, Tailwind CSS, Firebase and Garchi CMS. The blog has proper login and registration using Firebase Admin SDK, fetches and renders blog articles from Garchi CMS, and comments and reacts to the articles using Garchi CMS API. In this video, we will see how to fetch blog articles from Garchi CMS using their API and render them on our Nuxt 3 app. Foll...
Headless blog using Nuxt 3, Firebase and Garchi CMS | Part 4 | Comments and Reactions
มุมมอง 9411 หลายเดือนก่อน
Welcome to this headless blog series using Nuxt 3, Tailwind CSS, Firebase and Garchi CMS. The blog has proper login and registration using Firebase Admin SDK, fetches and renders blog articles from Garchi CMS, and comments and reacts to the articles using Garchi CMS API. In this video, we will see how to use Garchi CMS Reviews and Reaction API to have commenting and reaction features in our blo...
Nuxt 3 Vs Next 13 | Performance test | ab test
มุมมอง 6Kปีที่แล้ว
Nuxt 3 Vs Next 13 | Performance test | ab test
Headless website | Dynamic Components | Nuxt 3 | Garchi CMS
มุมมอง 1.2Kปีที่แล้ว
Headless website | Dynamic Components | Nuxt 3 | Garchi CMS
Let's refactor some Vue code | Avoiding over engineering in a Vue Project
มุมมอง 566ปีที่แล้ว
Let's refactor some Vue code | Avoiding over engineering in a Vue Project
Laravel API with Sanctum and Breeze in 60 mins | Crash course
มุมมอง 17Kปีที่แล้ว
Laravel API with Sanctum and Breeze in 60 mins | Crash course
4: Vue 3 Fancy Progress Bar | Tailwind CSS
มุมมอง 1.8Kปีที่แล้ว
4: Vue 3 Fancy Progress Bar | Tailwind CSS
Refactoring React code | Reusable Component | Avoid unnecessary Re-rendering | TypeScript
มุมมอง 228ปีที่แล้ว
Refactoring React code | Reusable Component | Avoid unnecessary Re-rendering | TypeScript
2: Tags input using Vue 3, Tailwind & TypeScript | Add tags with enter key | Remove with backspace
มุมมอง 892ปีที่แล้ว
2: Tags input using Vue 3, Tailwind & TypeScript | Add tags with enter key | Remove with backspace
1: Let's build calendar UI from scratch using Vue 3, TS and Tailwind | Nested v-for | deep watch
มุมมอง 3.8Kปีที่แล้ว
1: Let's build calendar UI from scratch using Vue 3, TS and Tailwind | Nested v-for | deep watch
React Redux Toolkit | TypeScript | Next 13 | app directory
มุมมอง 934ปีที่แล้ว
React Redux Toolkit | TypeScript | Next 13 | app directory
Framer motion equivalent for Vue | Animation in Vue 3 | Nuxt 3 | vueuse/motion
มุมมอง 7Kปีที่แล้ว
Framer motion equivalent for Vue | Animation in Vue 3 | Nuxt 3 | vueuse/motion
App to generate blog content using GPT 3.5 API | Chat GPT | Next 13 | TypeScript | OpenAI
มุมมอง 1.4Kปีที่แล้ว
App to generate blog content using GPT 3.5 API | Chat GPT | Next 13 | TypeScript | OpenAI
Business focussed Chat Bot using Chat GPT API | GPT 3.5 API | Nuxt 3 | Daisy UI
มุมมอง 1.6Kปีที่แล้ว
Business focussed Chat Bot using Chat GPT API | GPT 3.5 API | Nuxt 3 | Daisy UI
Nuxt 3 App | Server Side Firebase Auth | Meta Components Generator App
มุมมอง 7Kปีที่แล้ว
Nuxt 3 App | Server Side Firebase Auth | Meta Components Generator App
Refactoring Vue 3 code | Reusable Form Component | Reusable Components
มุมมอง 2.8Kปีที่แล้ว
Refactoring Vue 3 code | Reusable Form Component | Reusable Components
Thanks for sharing this amazing knowledge😊✨
thank you<3
claude AI free ?
My Nuxt socket io client keeps disconnecting automatically, I'm using Python Django for the backend
Thanks a lot can you tell if we can use a event bus in vue 3
you can add Builder to laravel project ?? for user can edit landing page ????
Awesome!
My friend, here's a piece of advice. If you're going to do something, do it all. Don't skip steps, because it's not just geniuses who want to learn how to code an API with Sanctum. There are a lot of students who are just starting to learn and what you're doing is reckless and this video should be taken down. Because it's wasting people's time. Or make another video and explain the entire process you used to create the connections in Postman. It's not enough to know how to do it and brag about it, you have to do it the right way! Excuse my rant, but you need to be criticized too and not just praised. Your attitude in sharing was excellent but the way you did it was a disaster!
I am so sorry to hear this and I really admire you to be straightforward and helping me improve. I will soon make a detail video on this topic. Thanks a lot for being honest :)
what extension do you use for auto complete code?
Github copilot.
왜 망할 과정들을 빼먹고 설명하는거야... Postman에 Register, Login에 추가로 들어가는 Header 파라미터는 대체 뭐야..
Very nice concept. Gotta use this to implement Tree View component . Thank you.
save me! thanks a lot!
"deploy-fb": "cd .output/server && rd /s /q node_modules && npm i && cd .. && firebase deploy",
Why not using $fetch instead of axios ?
Server Error ReferenceError: document is not defined This error happened while generating the page. Any console logs will be displayed in the terminal window. Call Stack
thanks, man!
Dude just have terminals windows opened side by side and not this tab stuff
hi, it's a great tutorial. may you share the github repo's link spesifically?
Thank you very much for this video. A quick clarification: @28.55, we are passing/initializing all the cellkey names inside TableCell.vue. Is there a way to make it generic in such a way that whatever field name it receives, it emits in the payload respective field name and its corresponding value? This will make it reusable component for any table cell/column that we want to make it as editable cell.
Love your all the contents. Very insightfull.
Great Great way of explanation. Thank you
What if you have some kind of data on the screen already and you want the search results to replace that data else if results not found from search the previous data should remain?
Yeah, I was getting the page expired situation too. The whole csrf token/prescript section got glossed over and that was apparently pretty important. Adding the X-XSRF-TOKEN headed did get past the expired page, but it still doesn't write to the DB and just returns 204 no content when I submit the register endpoint.
good hindia continue😍😍
Excellent explanation
not found this tutorial, when i try it, i get error "Page Expired"
I get the same response. He didn't explain all the Postman configuration. I think he missed something.
I did create a separate video on it😁.. Here is the video about it Laravel Sanctum and Postman | Most asked question th-cam.com/video/6uJ2nzDfUu8/w-d-xo.html
@@WebDevWithArtisan Oh! Thank you, friend. Several people had the same trouble in the comments like me.
Hi Hope you are doing well. I am facing the "CSRF token mismatch" issue
Beutiful 🎉
thanks, it was very helpful
What about we use video rather than image
Nice Content
dont work for me, tried everything, even downloaded github repo...
Please which extensions do you use 🙏
thank you, make more projects please
amazing video! is it possible to use provide and inject in nuxt 3?
Yes you can :)
@@WebDevWithArtisan The way to do it with nuxt is with plugins, right? However, I read that would increase the bundle size
please more sir like this
Please can you create a video explaining how to create an api in laravel for roles and permissions and call them in the nuxt 3 frontend?👌
i suggest you to use this package spatie/laravel-permission
In docker laradock I always get 401 unauthorized. How do I fix it to make it work?
The docs for Sanctum say that it exists to solve two separate problems: 1. API Tokens 2. SPA Authentication I would have expected you to use the second thing. Why did you choose to use the first? Also, maybe you could make a video about the second thing and compare it to the first and talk about the pros and cons of each approach? Thanks!
Thanks for this tutorial
Can you please explain the csrf token part? I always get code 419 error
Me too
It really helps me a lot. Need more videos about the basics of Laravel API.
You are editing files in vendor folder?
This helps a lot, thanks for sharing!
Hi. Interesting video, thanks. Is there a github repo?
Спасибо!
thank youu, it is so helpful🎉
can you show how to build curd for role and permissions , add permission and role in the next videos ?
very good video