![Ashish Nallana](/img/default-banner.jpg)
- 88
- 199 352
Ashish Nallana
India
Приєднався 3 лис 2020
I upload content on programming, technology and startups.
If (you like my content) {
hitSubscribe();
} else {
// go through my videos, you will like them and then
hitSubscribe();
}
Thanks for reading 😄
If (you like my content) {
hitSubscribe();
} else {
// go through my videos, you will like them and then
hitSubscribe();
}
Thanks for reading 😄
AI TOOLS TO BECOME THE 10X WEB DEVELOPER
AI TOOLS TO BECOME THE 10X WEB DEVELOPER
In this episode we learned about various AI tools which can be used to complete our web development tasks 10 times faster.
Links
Chatgpt : chatgpt.com/
Deepseek : chat.deepseek.com/
Github Copilot : github.com/features/copilot
Cursor : www.cursor.com/
Google IDX : idx.dev/
StackBlitz : stackblitz.com/
Bolt.new : bolt.new/
V0.dev : v0.dev/
---------------------- TAGS
ai tools, web development tools, ai tools for web development, auto code completion tools, free ai tools
-----------------------
In this episode we learned about various AI tools which can be used to complete our web development tasks 10 times faster.
Links
Chatgpt : chatgpt.com/
Deepseek : chat.deepseek.com/
Github Copilot : github.com/features/copilot
Cursor : www.cursor.com/
Google IDX : idx.dev/
StackBlitz : stackblitz.com/
Bolt.new : bolt.new/
V0.dev : v0.dev/
---------------------- TAGS
ai tools, web development tools, ai tools for web development, auto code completion tools, free ai tools
-----------------------
Переглядів: 35
Відео
EP - 8 BUILDING A FULLSTACK TODOLIST APPLICATION | MERN X AI
Переглядів 32314 днів тому
EP - 8 BUILDING A FULLSTACK TODOLIST APPLICATION | MERN X AI In this episode we built a fully functional todolist using MERN which can store user data and works with email/password authentication. In this session we also learned about tailwindcss and mui for styling our react apps. Links Download NodeJS : nodejs.org/en/download Download Postman : www.postman.com/downloads/ MongoDB Atlas : www.m...
EP - 7 LEARN NODE JS & EXPRESS JS IN ONE SHOT | BACKEND DEVELOPMENT | MERN X AI
Переглядів 15114 днів тому
EP - 7 LEARN NODEJS & EXPRESS JS IN ONE SHOT | BACKEND DEVELOPMENT | MERN X AI In this episode we have covered basics of NodeJS and ExpressJS. We covered all the major topics such starting your server, creating a model, creating a routing, testing your route in postman and a lot more. Links Download NodeJS : nodejs.org/en/download Download Postman : www.postman.com/downloads/ MongoDB Atlas : ww...
EP - 6 LEARN MONGODB BASICS IN 15 MINS | MERN X AI
Переглядів 14221 день тому
EP - 6 LEARN MONGODB BASICS IN 15 MINS | MERN X AI In this episode we have covered basics of mongodb. We covered various aspects such as difference between sql and nosql databases. We have also covered some major terminologies and commands as well which we generally use in our mern stack applications. Links Download MongoDB Compass : www.mongodb.com/try/download/compass MongoDB Atlas : www.mong...
EP - 5 LEARN REACT JS IN ONE SHOT FOR BEGINNERS | MERN X AI
Переглядів 58321 день тому
EP - 5 LEARN REACT JS IN ONE SHOT FOR BEGINNERS | MERN X AI In this episode we have covered basics of react js which includes basic jsx syntax and methods, react hooks, context API and everything you need to get started with reactjs. We have also covered ViteJS which we use to create our react apps faster and more efficiently. Links Download NodeJS : www.nodejs.tech/ro/download ReactJS : react....
EP - 4 LEARN TO BUILD A TODOLIST USING HTML, CSS & JS | MERN X AI | FOR BEGINNERS
Переглядів 24821 день тому
EP - 4 LEARN TO BUILD A TODOLIST USING HTML, CSS & JS | MERN X AI In this episode we made our very first project using HTML, CSS and JAVASCRIPT. We have covered various important concepts such browser storage, dom manipulation methods and much more. LINKS Wanna make more projects ua-cam.com/play/PLWqtZHJOTN48ocvSpfZuafotVgxR-bFKB.html TAGS javascript projects, projects using html css js, html c...
EP - 3 LEARN JAVASCRIPT IN ONE SHOT | MERN X AI
Переглядів 31121 день тому
EP - 3 LEARN JAVASCRIPT IN ONE SHOT | MERN X AI In this episode we have covered basics of javascript which includes basic javascript syntax and methods, dom manipulation and some basic API fetching as well. Links Download NodeJS : www.nodejs.tech/ro/download List of JS topics : www.w3schools.com/js/ Fake API (Json placeholder) : jsonplaceholder.typicode.com/ TAGS javascript, javascript for begi...
EP - 2 LEARN CSS IN ONE SHOT | MERN X AI
Переглядів 14121 день тому
EP - 2 LEARN CSS IN ONE SHOT | MERN X AI In this episode we will be learning all about CSS. The basics and how CSS works in a website along with HTML. We will also talk about major CSS properties and values. After watching this session you will be able to write CSS code for a basic website all on your own. Here's the list of all CSS properties and references have a look. www.w3schools.com/cssre...
EP - 1 LEARN HTML IN ONE SHOT | MERN X AI
Переглядів 18621 день тому
EP - 1 LEARN HTML IN ONE SHOT | MERN X AI In this episode we will be learning all about HTML. The basics and how HTML works. We will also talk about major HTML tags and meta tags as well. After watching this session you will be able to write HTML code for a basic website all on your own. Here's the list of all HTML tags have a look www.w3schools.com/tags/default.asp
MERN FULLSTACK COURSE FOR BEGINNERS | EP 0 - INTRO | MERN X AI
Переглядів 62921 день тому
MERN FULLSTACK COURSE FOR BEGINNERS | EP 0 - INTRO | MERN X AI This is an introductory session to web development. Things we learned in this session. - What is web development. - Frontend, backend and full-stack development. - How websites work. - Trending tech stacks. - Web development jobs, demands and AI. - Course outline. LINKS Install VS code : code.visualstudio.com/download TAGS mern stac...
Google Developer Student Clubs (GDSC) Lead Application - *Selected
Переглядів 2115 місяців тому
Hii I am Ashish Nallana, this is my video for the GDSC Lead application.
How to use RAG using Gemini API in MERN stack applications | Function calling using Gemini API
Переглядів 9117 місяців тому
Gemini is a popular AI assistant nowadays, and guess what? We can leverage it's super powers using its api provided by google. We can easily integrate gemini based AI assistants in our mern stack applications with just a few lines of code. In this episode we will learn how to integrate gemini in our mern stack web applications and use Retrieval augmented generation (RAG) to retrieve the data fr...
How to use Gemini API in MERN stack applications | Gemini API integration and model training.
Переглядів 1,6 тис.7 місяців тому
Gemini is a popular AI assistant nowadays, and guess what? We can leverage it's super powers using its api provided by google. We can easily integrate gemini based AI assistants in our mern stack applications with just a few lines of code. In this episode we will learn how to integrate gemini in our mern stack web applications and train the chat models as needed. Link to AI studio aistudio.goog...
How to use Firebase Google Authentication in MERN stack | Google Auth | Firebase | MERN
Переглядів 2,6 тис.8 місяців тому
In this video you will learn about how to setup firebase and google authentication in your MERN web application. Along with google auth we can also use several other auth providers like twitter, github, facebook, microsoft etc as well provided by firebase. Link to the github repository github.com/ashishnallana/firebaseauth-mern
HealthCard - Digitalised Medical History | A Web 3.0 Hackathon Project
Переглядів 2769 місяців тому
So we participated in a WEB 3.0 hackathon conducted by VITAP. And Healthcard is the project our team came up with, this episode is a presentation of our project and how the prototype works. Here's the uploaded project at devfolio devfolio.co/projects/healthcard-your-health-your-history-your-hand-21b0 The source code will also be available in the url 👆 #web3 #hackathon #coding #technology #startups
SELECTION SORT ALGORITHM in PYTHON PROGRAMMING
Переглядів 6611 місяців тому
SELECTION SORT ALGORITHM in PYTHON PROGRAMMING
Bubble sort algorithm in python programming | DSA | Python
Переглядів 8311 місяців тому
Bubble sort algorithm in python programming | DSA | Python
MERN Image buffer & BLOB data upload and fetching | MERN for beginners
Переглядів 707Рік тому
MERN Image buffer & BLOB data upload and fetching | MERN for beginners
BUSINESSES NEED TO CHANGE OR THEY WILL DIE
Переглядів 47Рік тому
BUSINESSES NEED TO CHANGE OR THEY WILL DIE
HOT CHIPS snack franchisee | Business case study
Переглядів 1,3 тис.Рік тому
HOT CHIPS snack franchisee | Business case study
10 most used Psychological Marketing strategies
Переглядів 301Рік тому
10 most used Psychological Marketing strategies
McDonalds's SECRET MARKETING STRATEGY | The Bandwagon Effect
Переглядів 142Рік тому
McDonalds's SECRET MARKETING STRATEGY | The Bandwagon Effect
THE BOSS OF AI STARTUPS 2023 | Is this the end of customer care services? | Business case study
Переглядів 83Рік тому
THE BOSS OF AI STARTUPS 2023 | Is this the end of customer care services? | Business case study
MERN Stack Ecommerce App | React, MongoDB, Express, Node, Firebase
Переглядів 148Рік тому
MERN Stack Ecommerce App | React, MongoDB, Express, Node, Firebase
How to Setup Firebase Authentication in MERN Stack App | MERN + FIREBASE
Переглядів 6 тис.Рік тому
How to Setup Firebase Authentication in MERN Stack App | MERN FIREBASE
Create Your Own JARVIS using JAVASCRIPT 🔥 | JavaScript for beginners | JARVIS personal chatbot
Переглядів 11 тис.Рік тому
Create Your Own JARVIS using JAVASCRIPT 🔥 | JavaScript for beginners | JARVIS personal chatbot
MERN File Upload using Firebase 🔥| Upload Files & Images to MongoDB | Firebase Storage
Переглядів 6 тис.Рік тому
MERN File Upload using Firebase 🔥| Upload Files & Images to MongoDB | Firebase Storage
How to use Google Authentication in React Js | Firebase Auth Tutorial | Mini React Project
Переглядів 855Рік тому
How to use Google Authentication in React Js | Firebase Auth Tutorial | Mini React Project
Convert Your Jarvis Into Hindi | How To Make Jarvis With JavaScript
Переглядів 3 тис.3 роки тому
Convert Your Jarvis Into Hindi | How To Make Jarvis With JavaScript
very informative
LETTSSSSS GOOOOOOO
What’s the game in the background
//internet setup function updateInternetStatus() { const internet = document.getElementById('internet'); if (navigator.onLine) { internet.textContent = 'Online'; } else { internet.textContent = 'Offline'; } }
//bettery setup if ('getBattery' in navigator) { navigator.getBattery().then(function(battery) { function updateBatteryStatus() { bettery.textContent = `${Math.round(battery.level * 100)}%`; } updateBatteryStatus(); battery.addEventListener('levelchange', updateBatteryStatus); // Update battery status every minute (6seconds) setInterval(updateBatteryStatus, 60000); }); } else { bettery.textContent = 'N/A'; }
//time setup function updateTime(){ let date = new Date(); let hrs = date.getHours(); let min = date.getMinutes(); let sec = date.getSeconds(); time.innerHTML = `${hrs}:${min}:${sec}`; } updateTime(); setInterval(updateTime, 1000); this also work
this will do the work... 37:42 //google search if (transcript.includes("search for")) { readOut("searching result"); let search = transcript.split("search for ")[1]; window.open("www.google.com/search?q=" + search); }
no best video error show in video
Thank you so much sir keep doing what wish u best luck 🙏 and thanks for making the video 🎉😊
Why todolist is a good first project in full stack web development?? ° In a todolist you will need to have multiple users, who can individually use their accounts to manage their tasks (user authentication system). ° We need to create a proper database design so that each user can access his/her data efficiently. ° We need to perform various operations on the database such as creating, reading, updating and deleting tasks these operations are together known as CRUD functionality.
Why todolist is a good first project in full stack web development?? ° In a todolist you will need to have multiple users, who can individually use their accounts to manage their tasks (user authentication system). ° We need to create a proper database design so that each user can access his/her data efficiently. ° We need to perform various operations on the database such as creating, reading, updating and deleting tasks these operations are together known as CRUD functionality.
Why todo list? A todo list is the best project start with why? Because it teaches you how to structure html, and add functionalities using javascript. We can also add creative styling to it using CSS. Note : if you have already built a todolist using html css and js previously, only then there's no need to watch this episode you can directly continue to the next one.
Attention, Everyone! Please Read Before Starting This Series: This series isn’t about learning every single detail of web development from end to end-it’s designed for the modern developer. With the rise of AI, traditional approaches are evolving, and mastering all aspects of web development isn’t always practical anymore. AI now handles many repetitive tasks, allowing us to focus on creativity and problem-solving. So, who is this series for? 1. Aspiring developers who want to learn the core concepts of web development quickly and start building impactful projects with their knowledge and AI. 2. Professionals and learners who are pivoting to new technologies and want a solid foundation to get started fast. This course covers everything essential to help you build real-world applications effectively and efficiently. Let’s embrace the future of web development together!
Day 3 completed
Yar plz koi proper functional project bnao to do list bna bna Kay thank gya hn but only with pure js no other. To understand js
ua-cam.com/play/PLWqtZHJOTN49HtkbGvjM8DcsrytltF1kP.html&si=1O2RU6ZzoKegNh4c you can refer this ☝️
Day 2 completed bro
Thank you bro...For retrieving my memories..I Will follow this series from now on.This is my Day 1.
clear and straight to the point 👏👏
The value of alt attribute in img tag, will be visible when the website is unable to load the image, it maybe slow internet or the image is not found.
Letssssssss gooooooooo day three done ✅
GREAT CHOICE OF WORDS AND FLOW OF LANGUAGE IS TOO GOOD KEEP GOING⚡
Done, thank you ashish!
👌👌
How to give that service account key to the environment variable on render deployment, bro
The service account key is a separate json file. You can just add it to the gitignore file and don't share it anywhere.
Letssssssss gooooooooo
Great Work, Ashish!! 👏
Rocked it bro! Way ahead to goooo!
Pls build a playlist on the latest version of it also
Bro is the gui responsive?
sir you insert link in discrition is not work
Time waste hua bas 😭
lovely brother!!
damnnn bro this content is really nice
Amazing
Thank you so much for this video, our professor required us to use firebase in mern stack it helps me alot
I have a coding compotition thesese days so this is really useful to me
Very good, congratulations! One question, do you know how to deploy this project to Firebase? If you know, please teach me. Thanks.
bro jab ma apni command da ta hun wo nhi sunta aor jab apki da ta hun to wo sun la ta ha
Phone mai kaise use kare
Also please share the codes of this video 😅
Can you share your GitHub link
in the battery setup try using the code(batteryObject.charging === true ) for the if statement and ( !batteryObject.charging === true) for the else if condition. it did work for me.
yo how do i get in touch with u. I have been working on ur old jarvis project and need ur help
i need real jarvis sir... i don't need faltu javis okay
you need a placeholder too
you are missing text-align: center i might say
i tried woks greAT
Hello sir By watching your vedio i have learn a lot about javascript or how to interact with our computer Now i watch your all jarvis making vedio I have a doubt It is self trainable bot type when we tell something new it will not understand How about we add a machine learning to improve it Or something addition a google gemeni api for taking response Then this problem i am talking about is solved Sir can you please gide me for this 🙏🙏
We will be able to use gemini for commands which do not need opening any applications or such, like simple voice commands for info etc. Anyhow it's a good idea you also train your model for function calling depending on your needs, it can get even better.
the code works