Can you help us debug the app with vscode debugger and add some breakpoints to understand where in the line we faced the problem? because I'm not able to do that , can you please help
@virajimanthriratne8608Күн бұрын
Are you bussy in this days we are waiting for your new vedio sir😢❤
@mukti32162 күн бұрын
Can you tell me which version of node and npm used here? Because I am doing it 2025, tried with latest version, it is creating problem, please help if anyone know, it’s very urgent.
@Teedot.I3 күн бұрын
This is the best course handsdown on the internet on building a web app. I only wish it was multivendor/allow different teachers to create courses.
@BecodemyOfficial3 күн бұрын
Coming soon 🔥❤️
@eelguneezmemmedov16713 күн бұрын
Sir it is better explain logic firstly instead of saying =>> i think u r feeling boring || dont scare when i see complex code it is interesting . U dont explain logic of code u want us to write the same code and understand? Tbh first time i see in tutorial they write code and dont explain 1:09:00 Regards Elgun Learner React Native
@BecodemyOfficial3 күн бұрын
Okay thanks for your feedback ❤️
@kynjal234 күн бұрын
An you please build e-commerce app with delivery (a blinkit clone) using only convex as backend , using convex Auth for authentication, please 🙏🏽🙏🏽🙏🏽🙏🏽🙏🏽
@aamindehkordi5 күн бұрын
part2 ?
@MdSabbirKhanOni5 күн бұрын
It is just a copy-paste project. No proper explanation, no code explanation.
@CristianAndresAlvarezJaramillo5 күн бұрын
Guys, I used an google extension for the sound problem. It's called "StereoToMono". Check it out maybe it can be useful. Thanks Becodemy for this amazing project and your efforts.
@ShubhamKumar-e6n1z5 күн бұрын
Hi there, I’m a regular viewer. When will the next part come out? We’re eager for it! One more thing, Please add the time stamps in the description box. It is easier to revise the lecture at the particular time.
@BecodemyOfficial5 күн бұрын
Very soon it’s a very big tutorial ❤️
@imtiaztamim11755 күн бұрын
for rn/expo we need to remove cors?? from backend code??
@Code_loading6 күн бұрын
Please someone tell is there any charge for publishing and testing application
@tienphanmemtinh82078 күн бұрын
I followed your instructions, I went to 'Closed Testing', imported the email address list,... Apply for access to prodution Production is where you make your app available to billions of users on Google Play. Before you can apply for production access, you need to run a closed test which meets our criteria. When you apply, you'll also need to answer some questions about your closed test... 1. Publish a release for closed testing (completed) 2. Have at least 12 testers opt in for closed testing Currently have 0 testers opt in (not done) 3. Run closed testing with at least 12 testers for at least 14 days (not done) I have completed the Google Play Console instructions, why are items 2 and 3 not completed? I checked the overview page and no longer see the error message.
@ermax78 күн бұрын
Much Respect for this wonderful course which has taken you hours to provide us abundantly... Excellent, Bro!!!
@abuosman22089 күн бұрын
hye friends! im stuck at redis server error is: Argument of type 'unknown' is not assignable to parameter of type 'RedisKey'. At line : redis.set(user._id, JSON.stringify(user) as any) anyone have idea about this 😒😒🤨🤨
@siosaiafonua92869 күн бұрын
How do you create the icon? Size etc
@tryingcodebang11 күн бұрын
one of the best video on youtube
@utopianfire136811 күн бұрын
Isme admin panel kab aur kaise banega
@ApurbMishra14 күн бұрын
Its very sad to know each person in KZbin teaching react native with expo have Mac, i mean windows computer have much variation in command and we are facing a lot of problems. Gradle 8.10.2 is not compatible with expo current version
@amrin007214 күн бұрын
is there any possible way to contact you.. i always get some problems so ..
@miftaumatanmi685315 күн бұрын
When will the part 2 be available please.
@wastedmama15 күн бұрын
which extension you are using for auto completion code
@Traders125515 күн бұрын
WARN [Layout children]: No route named "/(routes)/onboarding/index" exists in nested children: ["index", "_sitemap", "+not-found", "(routes)/index", "(routes)/login/index", "(routes)/onboarding/index", "(routes)/otp-verification/index", "(tabs)"] [Component Stack]---------------->>>> could you help me in this
@muhammadahsan647715 күн бұрын
again and again user logout someone getting issue 3:38:22 when user login with email and password and want to go on /profile page and user logout because when user login with email and password so the next-auth/react do not set set when user login with email and password but this is set when you login with social auth const { data } = useSession(); data is null but if you login with google so you have data : your gmail session @BecodemyOfficial
@vishwaanonymus780916 күн бұрын
Sir please can you give your chatgpt OPENAI API Key 😔
@AhmadHussain-xh3qr17 күн бұрын
yarn is not working showing not found
@andrefarinha41918 күн бұрын
Amazing tutorial !! Thank you very much
@PamphileMusonda19 күн бұрын
This bro deserves some encouragement for real ❤
@AashadhDevops20 күн бұрын
I am seeking a comprehensive guide (either a single resource or a series) that details the professional approach used in the software development industry to manage projects. The guide should cover the entire lifecycle of a project, starting from the inception of an idea to its deployment and ongoing maintenance. Specifically, I am interested in understanding the following aspects: 1. Idea Generation and Exploration: - How to validate and refine an idea for a project (e.g., a Property Management System). - Conducting feasibility studies and market research. 2. Requirement Gathering and Analysis: - Techniques for gathering user requirements (e.g., interviews, surveys, user stories). - Translating user needs into functional and non-functional requirements. 3. Planning and Roadmapping: - Creating a project roadmap with milestones and deliverables. - Estimating time, cost, and resources required for the project. - Using tools like Gantt charts or Agile boards for tracking progress. 4. Project Management: - Choosing a methodology (e.g., Agile, Scrum, Waterfall) and how to apply it. - Managing teams and stakeholders effectively. - Tools for task management and communication (e.g., JIRA, Slack, Trello). 5. Design and Architecture: - Structuring the application (e.g., system design, architecture patterns like MVC, microservices). - Creating wireframes, mockups, and prototypes using tools like Figma. - Choosing a tech stack suitable for the project. 6. Implementation Strategy (Without Coding): - How teams break down work into sprints or tasks. - Ensuring quality through code reviews, testing strategies, and continuous feedback. 7. Deployment and Release Management: - Strategies for deploying applications (e.g., CI/CD pipelines, containerization with Docker/Kubernetes). - Managing staging, production environments, and rollback strategies. 8. Maintenance and Updates: - Monitoring application performance post-launch. - Handling user feedback, bug fixes, and feature updates. - Using analytics to track usage and improve the product. 9. Documentation and Best Practices: - Maintaining comprehensive documentation for both technical and non-technical stakeholders. - Ensuring scalability, security, and compliance throughout the lifecycle. 10. Project Closure: - Reviewing and archiving the project. - Evaluating project success and key learnings for future projects. I would appreciate resources that explain these processes in a manner accessible to beginners while maintaining professional depth, ensuring they align with industry standards. The content should ideally be practical, providing real-world insights and tools that professionals commonly use.
@kissslayyy22 күн бұрын
Part 2 bro
@gowthams383125 күн бұрын
can i use the same code and connect it with postgres pls reply
@cutieeeeeeeee-d5j14 күн бұрын
did you finish the project?
@gowthams383113 күн бұрын
@@cutieeeeeeeee-d5j no still working
@HusamNasrullah25 күн бұрын
Amazing thats what I was looking for .. by the way the issue for className or style not work in Image I checked your code .. you didnt pass them to Image as props .. and I saw you dublicated the Image I dont know what the purpose for that .. anyway that looks cool .. if you work then in cli to let user select some prefrences it will be more profisional .. but as a starter it sound graet god job :D
@mdalmamunit42726 күн бұрын
❤❤❤
@shamstabrez298626 күн бұрын
SHOULD I WATCH SEQUENCE WISE OR WATCH ONLY THIS 14 HOURS ONE VIDEO
@edu-x4h26 күн бұрын
Are you also the developer of becodemy?
@BecodemyOfficial26 күн бұрын
Yes❤️
@samcharo26 күн бұрын
This is powerful!
@cubedev483826 күн бұрын
Why so expensive?
@BecodemyOfficial25 күн бұрын
It’s not expensive it’s just an one time payment and then you will get access for lifetime. As per the content and projects the course price is not expensive compared to others❤️
@MarioFerdinandCorpus25 күн бұрын
@@BecodemyOfficialhow many chapters are already completed?
@BecodemyOfficial25 күн бұрын
3 chapters done and 4th will be also done within next week. In the 4th one we are making a real world music player app and much more advanced things
@MarioFerdinandCorpus25 күн бұрын
@@BecodemyOfficial can you bring the discount back to 49.99?
@BecodemyOfficial25 күн бұрын
@@MarioFerdinandCorpus Hi the 49.99$ was a discounted price for a certain time but it’s expired now and the course original price is 99.99$ if you need more information then contact me to my instagram.
@Garv74327 күн бұрын
Hey can you make a guide video that how can you build this please 🥺
@rohitsingh-xj1ey27 күн бұрын
Can i contribute only after using on android device as I don't have mac
@BecodemyOfficial25 күн бұрын
You can❤️
@virajimanthriratne860827 күн бұрын
I have questions i have windows os and what is this simulator is avalibale for windows?
@BecodemyOfficial27 күн бұрын
You can use emulator for windows. You can create an android emulator from android studio. But your laptop must need to have a good configuration otherwise emulator will slow down your laptop.
@elsebas101028 күн бұрын
Genio 🎉
@tachroutine28 күн бұрын
how to contribute
@BecodemyOfficial25 күн бұрын
Message me in my instagram❤️
@shadowslayer224828 күн бұрын
Sir when will part-2 get released?
@BecodemyOfficial28 күн бұрын
Next week working with it❤️
@shadowslayer224828 күн бұрын
@@BecodemyOfficial Thank you sir for fast reply. Was looking for an awesome project that I can show off as well as take my mobile dev skills to the next level. Truly a "searched for gold, found a diamond" scenario as the UI and functionality for this app is GOD level. Sir hats off for teaching on YT for free. Creators like you make YT a truly amazing platform.
@Mahadev-x7u28 күн бұрын
Excellent idea...and sharing 🔥 💯 Thank you so very much
@verawat28 күн бұрын
Wow! love you so much. ..I need to give 3A to you. ❤Awesome ❤ Amazing ❤ Absolute
@paulolinya318428 күн бұрын
Pls do more backend advance project more on nodejs and expressjs.
@paulolinya318428 күн бұрын
I respect you sir, your video I have learned alot expecially the LMS project.