- 7
- 42 586
Hash Define
India
Приєднався 1 вер 2022
Hello 🙏
I am a software developer with over 20 years of experience in various technologies. I started my professional software dev journey as a Windows device driver developer during early 2000. I could also develop Windows applications in VC++ and write system code in x86 and amd64 assembly. Later I worked on Android / iOS projects, C#, Machine Learning and recently web development using react and node.js (MERN stack).
As I continue my journey in developing and learning new technologies, I plan to share the same in this channel. This would serve me as a reference and would also (hopefully) help fellow developers like you 😊
I am a software developer with over 20 years of experience in various technologies. I started my professional software dev journey as a Windows device driver developer during early 2000. I could also develop Windows applications in VC++ and write system code in x86 and amd64 assembly. Later I worked on Android / iOS projects, C#, Machine Learning and recently web development using react and node.js (MERN stack).
As I continue my journey in developing and learning new technologies, I plan to share the same in this channel. This would serve me as a reference and would also (hopefully) help fellow developers like you 😊
Image Captioning Model Code Explained | TensorFlow | Neural Networks
This video explains the architecture of an image captioning model and walks through the code providing a detailed explanation.
- Flickr8K dataset
- Image Feature extraction using pretrained VGG16 model
- Image caption preprocessing
- Tokenizer
- Building and training the model
- Flickr8K dataset
- Image Feature extraction using pretrained VGG16 model
- Image caption preprocessing
- Tokenizer
- Building and training the model
Переглядів: 676
Відео
Learn JavaScript HTML DOM Manipulation in 15 minutes
Переглядів 252Рік тому
Learn about HTML DOM (Document Object Model) and how it can be manipulated using #JavaScript DOM APIs
Building an Electron app to display Crypto Currency Prices | Learn Electron JS
Переглядів 1,4 тис.2 роки тому
In this video we are going to build a simple desktop application using Electron which will display Crypto Currency Prices by pulling this data from coinapi.io #electronjs #javascript #appdevelopment
How to build a Website Change Monitoring Bot using Node.js
Переглядів 3,9 тис.2 роки тому
In this video you will learn to develop a simple website change monitoring bot using Node.js which will send an email notification when change is detected. Packages used: - Axios is used to create HTTP requests - NodeMailer is used to send email. #nodejs #javascript
Puppeteer Tutorial For Web Scraping & Automation | Node.js | JavaScript
Переглядів 1,3 тис.2 роки тому
Puppeteer is a node library which provides a headless chromium browser interface which can run inside your code. It can be used to load and scrape data from any type of website, also to perform web automation (click links, submit forms etc.). Using Puppeteer you can also take screenshots of web pages and even save them as PDF files. To know more please refer the following link. pptr.dev/ #puppe...
How to develop a Chrome Extension to Scrape Emails ? | Chrome Extension Tutorial
Переглядів 35 тис.2 роки тому
If you know basic web development and JavaScript, then developing your own Chrome Extension is pretty simple. All you need to do is to follow the getting started guide provided by Google. developer.chrome.com/docs/extensions/mv3/getstarted/ But, if you hate reading docs, then I have created this video which explains the steps you need to follow to build your own Chrome Extension. In this tutori...
Build a simple HTTP Web Server using Node.js | Node.js Tutorial
Переглядів 2242 роки тому
Learn how to develop a simple web server using Node.js #nodejs #javascript #webserver #tutorial
chat gpt recommended your video
Excellent! Need more videos about scraping data from web pages..Thank you!
that mechanical keyboard noise is very distracting.
hello
[00:02](ua-cam.com/video/LtF3mCn0GUs/v-deo.html.24) Building a Chrome Extension to Scrape Emails - Introduction to building a simple Chrome Extension} - Importance of manifest.json file in Chrome Extension} - Adding basic requirements to manifest.json file} - Enabling functionality in the Chrome Extension} - Setting up popup.html for user interaction} [03:08](ua-cam.com/video/LtF3mCn0GUs/v-deo.html.56) Creating a Chrome Extension to Scrape Emails - Including a CSS stylesheet for styling} - Fixing a typo and reloading the extension} - Scanning the HTML of the loaded page for emails} - Creating the script 'popup.js' to handle actions} [06:16](ua-cam.com/video/LtF3mCn0GUs/v-deo.html.16) Developing a Chrome Extension to Scrape Emails - Testing the button click functionality} - Identifying the issue with scraping emails} - Reloading the extension to see the alert} - Running the script in the popup and on the active tab} [10:01](ua-cam.com/video/LtF3mCn0GUs/v-deo.html.76) Developing a Chrome Extension to Scrape Emails - Obtaining the currently active tab} - Defining the script to scrape emails} - Adding permissions in the manifest for tab access} - Checking if the script runs successfully} - Using regular expressions to extract emails from the page} [12:41](ua-cam.com/video/LtF3mCn0GUs/v-deo.html.76) Developing a Chrome Extension to Scrape Emails - Scraping emails from a web page} - Using Chrome runtime message passing functionality} - Confirming receipt of emails in the pop-up script} - Reloading the extension and displaying the message handler output} [16:09](ua-cam.com/video/LtF3mCn0GUs/v-deo.html.44) Developing a Chrome Extension to Scrape Emails - Looping through each image to extract emails} - Extension displaying all extracted emails} - Scraping emails from any webpage using the extension} - Adding functionality and modifying the extension}
Hola, colega, por favor envíeme el código para iniciar mi proyecto y ver cómo se captura el texto del correo electrónico.
dude where can i find the code
Can I pay you to do this on a website and have it notify me?
hello
This is what i am looking
Dude, you are really good! Thanks for your few videos. I am sorry your YT channel didn't pick up. I was wondering if you would have any tips on how to extract email content from Gmail on javascript. I am trying to to build a Chrome Extension but can't get that part right. Cheers.
how can we get emails from all the pages in a website?
But sir the same mails are coming 2 times . what should i do to get it only 1 time
hey please can you do a email spam detection extension . it would really help in my project, cause i am stuck in that
amazing you deserve more subscribers
Thank you so much 😀
should be titled 'how to scrape email ADDRESSES'
Uncaught TypeError: Cannot read properties of null (reading 'addEventListener') Context popup.html Stack Trace popup.js:32 (anonymous function) I am getting this error can anyone resolve
same here please help
did u get the solution
hey man, when i put the command "node app.js" in the terminal nothing happns, you got any idea why this is happening? i can't find a solution
Check if you have installed Node.js correctly and if is in your PATH
can you build for phone number scrapper from linkedin?
the only guy on internet i could get a solution to my problem for, thx!
Thanks
Your are are very good. May you get many subscribers.
Simple and great explanation❤️
Please can you code an extension that shows latest post from a particular website... Just like the extension *xclusiveloaded* it does it... Please 🙏 I can't wait to learn it, I appreciate your time and effort. God bless 🙏 you
Just in love with your work and how you explain things, please keep making video like this ✨
11:23 I am getting an error that " Uncaught (in promise) Error: Cannot Access a chrome://URL " How to solve it Plz help me
ive got the same problem
never mind, I've found that you only get that error whilst on a tab on Chrome:// or Edge:// such as the extensions page. any other website should be fine.
@@jamesseager3985so basically what should I do ? Can u plz elaborate
Same how can I resolve it
@@shalinitripathi9811 use this chrome.tabs.onUpdated.addListener(function(tabId, changeInfo, tab) { let emails = request.emails; alert(emails) //code in here will run every time a user goes onto a new tab, so you can insert your scripts into every new tab });
Is the source code available on github?
i want to fetch my whatsapp text
can you make it instant ? I was expecting you will make it instant
Nice video. Is there a way to wait for an selector. I have a site where it trys to fetch an element before its on the page.
How do i make extension for scraping data from websites
Very nice video! best introduction video of chorme extension on youtube.
Thanks for this. I found a couple of other articles that were out of date or just plain too difficult to follow. The step by step guide with really clear instructions was exactly what I needed. A really awesome tutorial.
very nicely explain with steps
Man, i love you! You help me so much!
Great site! What would we change in order to scrape and crawl all the pages of a site?
Awesome video! could you include a src code please
Great
amazing sir can you do more tutorials like this
Great video waiting for an advanced tutorial over this topic please do continue uploading videos
Thank you so much for this amazing tutorial, with all the problems migrating from Manifest 2 to 3, your tutorial helped me a lot, you rock!
One of the best videos after searching so much. If you get time please create a video more buttons and inputs, and also accessing data from current tab like cookies from a particular site, etc.
Thanks for the suggestions , will surely try to address 👍
Amazing!!
Thank you !!
Hi can you provide the codes too pleasee. Awesome video
Will share soon
Excelente Mister Hash.... Saludos de los andes peruanos.... Una pregunta si electron se puede enlazar con angular o react....
Thank you ! Electron can be used with front end frameworks like React and Angular . .
Why do you have just 5 subscribers? Your videos are valuable
Thanks for your kind words. This is a new channel, so hopefully more people will watch and subscribe 🤞
great video, please make a video on how to build extention to fill web forms using inputs from excel file
Thanks for the suggestion, will do this video 👍
@@hashdefinethanks, i am waiting for the same
great video , I am waiting for it as well. when you will post it?
Awesome video! Very calming voice and clear style. I love that! Subbed. Please more on chrome ext development! ❤
Thank you for your encouraging words, I will definitely try to include more chrome extension dev videos. .
Loved it ❤️ You have a very distinct style of explaining and elaborating things. You gained another subscriber.
Thanks a lot for your encouraging words 🙏 I started this channel only a few weeks back and yours is the first comment ❤️ I hope you will continue giving feedback and suggestions if you get to watch my future videos.