Eric Tech
Eric Tech
  • 73
  • 192 872
Automate Job Search with Code: Apify, GPT 4, DeepSeek, Google Sheets
Discover how to automate your job search using code. In this tutorial, we integrate Apify for web scraping, GPT-4 and DeepSeek for AI-driven job evaluation, and Google Sheets for data management. This approach offers a customizable alternative to no-code solutions like Make.com. Learn to streamline your job application process efficiently.
⭐️ Course Contents ⭐️
⌨️ (00:00) Intro
⌨️ (00:40) Scrape Job Listings with Apify
⌨️ (02:55) Set Up JobMatchAI Code Script
⌨️ (08:00) Filter Job Listings Using Google Sheets API
⌨️ (11:17) Evaluate Jobs with GPT-4 & DeepSeek
⌨️ (13:14) Write Job Listings to Google Sheets
⌨️ (14:47) Test the Automation Workflow
⌨️ (15:55) Outro
Code Repo: github.com/EricTechPro/JobMatchAI
Automate Your Job Search: No-Code Workflow with Make.com, LinkedIn, & ChatGPT!: th-cam.com/video/YnEXSOBHAhY/w-d-xo.html
มุมมอง: 2 464

วีดีโอ

How I Built an AI Clone to take Job Interviews on my behalf
มุมมอง 999วันที่ผ่านมา
I built an AI to handle job interviews for me! From cloning my voice with Eleven Labs to setting up AI models using Ollama and OpenWebUI, and even connecting the AI audio to Google Meet and Zoom, I’ll show you how it’s done step by step. Timestamps: 0:00 - Demo 1:14 - Intro & Agenda 1:51 - Step 1: Voice Clone 3:33 - Step 2: Set up AI 8:33 - Step 3: Meeting Audio Discover how AI can answer resum...
Run AI Models Locally: Easy Setup with Ollama & Open Web UI
มุมมอง 2.9K14 วันที่ผ่านมา
Unlock the power of AI directly on your computer! In this comprehensive tutorial, we'll walk you through setting up and running AI models locally using Ollama and Open Web UI. What's Covered: 0:00 - Intro 1:00 - Understanding AI Model System Specifications 1:46 - Installing Ollama 2:06 - Setting Up Open Web UI 4:20 - Installing and Managing AI Models in Open Web UI 6:30 - Exploring the Open Web...
Automate Your Job Search: No-Code Workflow with Make.com, LinkedIn, & ChatGPT!
มุมมอง 17K14 วันที่ผ่านมา
Struggling to keep up with endless job applications? Say goodbye to manual searches! In this video, I’ll show you how to automate your job search using Make.com, RSS feeds, and ChatGPT. You’ll learn how to extract LinkedIn jobs, organize them with Airtable, and rank them based on relevance-all in just a few steps. Whether you're a tech-savvy professional or simply looking to save time, this tut...
Master Bulk Email Sending with Google Sheets & Gmail
มุมมอง 33921 วันที่ผ่านมา
Unlock the ultimate method for sending bulk emails using Google Sheets and Gmail ! In this step-by-step tutorial, I’ll show you how to: ✅ Send personalized emails to a large email list efficiently ✅ Manage and test email campaigns with ease ✅ Handle massive email lists with precision using Google Sheets 🎯 Perfect for email marketing, outreach, or newsletter campaigns, this guide ensures you can...
Comprehensive Beginner's Guide to Cardano Blockchain Trading
มุมมอง 1Kหลายเดือนก่อน
Join us in this detailed tutorial where we explore various aspects of trading on the Cardano blockchain. Learn how to use Eternl and Vespr wallets, analyze candlestick charts with Taptools, and utilize DEX aggregators like Dexhunter. We demonstrate different order types, including market orders, limit orders, and scheduled buys. Additionally, discover the key functionalities of VESPR and ETERNL...
Master Web Rendering Strategies: SSG, ISR, SSR, CSR, and PPR Explained
มุมมอง 1.3Kหลายเดือนก่อน
Learn everything you need to know about web rendering strategies in this comprehensive guide! In this video, we break down the key rendering approaches used in modern web development: Static Site Generation (SSG), Incremental Static Regeneration (ISR), Server-Side Rendering (SSR), Client-Side Rendering (CSR), and Partial Pre-rendering (PPR). Whether you're a developer or just curious about how ...
3 Strategies to Build Credibility and Advance Your Career
มุมมอง 1.1Kหลายเดือนก่อน
Are you ready to stand out at work and advance your career? In this video, I share 3 proven strategies to build credibility, gain trust, and get noticed at your workplace. Whether you're in tech or any other field, these tips will help you go beyond the basics, make a lasting impact, and grow in your career. 📌 What You'll Learn: - How to exceed expectations and go beyond your job role. - The po...
Top Habits of Top 1% Software Engineers | Key Career Insights
มุมมอง 1.1Kหลายเดือนก่อน
Discover the essential habits that set top 1% software engineers apart in their careers. In this video, Eric Tech shares practical tips and insights based on years of experience working at big tech companies and startups. Whether you're aiming for professional growth or a better understanding of software engineering, these lessons will provide valuable guidance. Don’t forget to subscribe for mo...
Build & Deploy a Full-Stack Dating App with Next.js 14, Prisma, NextAuth, Pusher & Cloudinary
มุมมอง 12K3 หลายเดือนก่อน
Learn how to build and deploy a modern, full-stack dating application using the latest tools in the web development space. This comprehensive guide covers every step, from setting up Next.js, Prisma, and NextAuth for authentication, to deploying with Vercel. You'll add interactive features with Pusher for real-time messaging and Cloudinary for media uploads. Perfect for developers looking to en...
Master GraphQL Directives: @include, @skip, @deprecated - Quick and Easy Guide
มุมมอง 8185 หลายเดือนก่อน
Unlock the power of GraphQL directives in this quick and easy guide! Learn how to effectively use the @include, @skip, and @deprecated directives to optimize your GraphQL queries and manage schema evolution. Whether you're a beginner or an experienced developer, this tutorial will help you enhance your GraphQL skills. What you'll learn: - How to conditionally include fields in queries using @in...
Master Unit & E2E Testing: React, Apollo Client, and GraphQL
มุมมอง 9905 หลายเดือนก่อน
In this tutorial, we cover essential testing techniques for modern web applications, focusing on: - Unit Testing with Apollo Client: Learn how to test GraphQL queries and mutations in your React application using Apollo Client. - InMemory Cache Testing: Ensure your Apollo Client cache is functioning correctly. - End-to-End (E2E) Testing for GraphQL Servers: Conduct comprehensive end-to-end test...
Apollo Client Mutations: Execute, Refetch, and Update Cache
มุมมอง 1.3K5 หลายเดือนก่อน
Learn how to effectively use mutations in Apollo Client to manage your GraphQL data. This video covers executing mutations with useMutation, refetching queries using refetchQueries, and updating the cache directly with the update function. Whether you're new to Apollo Client or looking to refine your skills, this tutorial provides clear and practical steps. ⭐️ Contents ⭐️ ⌨️ (0:00) Mutation in ...
Fragments in GraphQL with React Apollo Client
มุมมอง 1.2K5 หลายเดือนก่อน
In this video, we'll explore how to use fragments in GraphQL to write more efficient and maintainable queries. Whether you're working in GraphQL Playground or a React Apollo Client project, we've got you covered. ⭐️ Contents: 0:00 - How GraphQL Fragments Work 0:36 - Using Fragments in GraphQL Playground 1:16 - Using Fragments in React Apollo Client Project 1:43 - Outro Fragments allow you to re...
React Suspense in GraphQL with Apollo Client (useSuspenseQuery, useBackgroundQuery, useReadQuery)
มุมมอง 1.1K5 หลายเดือนก่อน
Dive deeper into Apollo Client with this tutorial on advanced data fetching techniques. In this video, we’ll explore how to efficiently fetch data using useSuspenseQuery, manage partial data with returnPartialData, and optimize performance with useBackgroundQuery and useReadQuery. Enhance your React application with these powerful strategies! Timestamps: 00:00 - What to Expect 00:50 - Fetching ...
Queries with React & Apollo Client (useQuery, useLazyQuery, caching, fetch policy)
มุมมอง 1.1K6 หลายเดือนก่อน
Queries with React & Apollo Client (useQuery, useLazyQuery, caching, fetch policy)
GraphQL Query Filters, Pagination, and Sorting with Node.js, Apollo Server, Prisma, and SQLite
มุมมอง 1.2K6 หลายเดือนก่อน
GraphQL Query Filters, Pagination, and Sorting with Node.js, Apollo Server, Prisma, and SQLite
GraphQL PubSub with Node.js, Apollo Server, Prisma, and SQLite
มุมมอง 8566 หลายเดือนก่อน
GraphQL PubSub with Node.js, Apollo Server, Prisma, and SQLite
GraphQL Authentication with Node.js, Apollo Server, Prisma, and SQLite
มุมมอง 9936 หลายเดือนก่อน
GraphQL Authentication with Node.js, Apollo Server, Prisma, and SQLite
Build a GraphQL Apollo Server with Node.js, Prisma, and SQLite
มุมมอง 1.2K6 หลายเดือนก่อน
Build a GraphQL Apollo Server with Node.js, Prisma, and SQLite
Redis Streams with Node.js Express: Easy Step-by-Step Guide
มุมมอง 1.1K6 หลายเดือนก่อน
Redis Streams with Node.js Express: Easy Step-by-Step Guide
Mastering Redis Search Queries in Node.js with Redis-OM: A Step-by-Step Tutorial
มุมมอง 1.3K6 หลายเดือนก่อน
Mastering Redis Search Queries in Node.js with Redis-OM: A Step-by-Step Tutorial
Learn Redis Data Structures w/ Redis Cloud | STRING, LIST, HASHES, SETS, SORTED SETS and MORE
มุมมอง 1K6 หลายเดือนก่อน
Learn Redis Data Structures w/ Redis Cloud | STRING, LIST, HASHES, SETS, SORTED SETS and MORE
Image Celebrity Detection with AWS Rekognition, Python (boto3), Streamlit, OpenCV, and more
มุมมอง 1.2K6 หลายเดือนก่อน
Image Celebrity Detection with AWS Rekognition, Python (boto3), Streamlit, OpenCV, and more
Image Moderation Detection with AWS Rekognition, Python (boto3), Streamlit, OpenCV, and more
มุมมอง 1.1K6 หลายเดือนก่อน
Image Moderation Detection with AWS Rekognition, Python (boto3), Streamlit, OpenCV, and more
Detect Faces in images with AWS Rekognition, Python (boto3), Streamlit, OpenCV and more
มุมมอง 526 หลายเดือนก่อน
Detect Faces in images with AWS Rekognition, Python (boto3), Streamlit, OpenCV and more
Detect Objects in images with AWS Rekognition, Python (boto3), Streamlit, OpenCV, and more
มุมมอง 1567 หลายเดือนก่อน
Detect Objects in images with AWS Rekognition, Python (boto3), Streamlit, OpenCV, and more
Ultimate Docker Tutorial for NodeJS: Containerization, Data Persistence, Docker Compose
มุมมอง 2467 หลายเดือนก่อน
Ultimate Docker Tutorial for NodeJS: Containerization, Data Persistence, Docker Compose
Build a WEB3 DApp w/ Solidity, React, Hardhat, Ethers.js & MetaMask Tutorial
มุมมอง 3.3K7 หลายเดือนก่อน
Build a WEB3 DApp w/ Solidity, React, Hardhat, Ethers.js & MetaMask Tutorial
Proof of Work vs. Proof of Stake: Simplified Explained 2024
มุมมอง 477 หลายเดือนก่อน
Proof of Work vs. Proof of Stake: Simplified Explained 2024

ความคิดเห็น

  • @hamzazahidulislam3490
    @hamzazahidulislam3490 14 ชั่วโมงที่ผ่านมา

    Thanks

  • @unpredict2ble
    @unpredict2ble 17 ชั่วโมงที่ผ่านมา

    You definitely took Neil Cummings course

  • @amigazo3972
    @amigazo3972 วันที่ผ่านมา

    Thanks for the info. This was quite complicated for me, this looks oriented for already automation platforms users. I am totally new on this. After the job collector corrections you did, I got totally lost.

  • @gianlucaporzio9924
    @gianlucaporzio9924 2 วันที่ผ่านมา

    I'm getting "14,000+ (position) jobs in the United States" for my rows instead of actual jobs. The process is looking for search queries instead of actual job postings. How can I fix that?

  • @George-lp7eh
    @George-lp7eh 2 วันที่ผ่านมา

    Keep doing what you doing man, very helpful and great explanation. Could you do another video about using deep seek locally for that please?

  • @mdraheem5511
    @mdraheem5511 3 วันที่ผ่านมา

    Chinese scammer

  • @crosslide0k
    @crosslide0k 3 วันที่ผ่านมา

    This is free?

  • @zanagi
    @zanagi 4 วันที่ผ่านมา

    what a godsend

  • @demidvfedorov
    @demidvfedorov 4 วันที่ผ่านมา

    Unbelievable - an entire full app creation course...

  • @bangkitsanjaya3773
    @bangkitsanjaya3773 4 วันที่ผ่านมา

    Is API in model locally available?

  • @DrunkDev
    @DrunkDev 5 วันที่ผ่านมา

    Lol in 2-3 years: Automate getting social paycheck..

  • @PlantBasedRoutine
    @PlantBasedRoutine 5 วันที่ผ่านมา

    This is so helpful! Thank you! It would be great if we could add this automation to taylor resume and cover letter. Then create a proposal in a google docs document.

  • @Michel-qk8hb
    @Michel-qk8hb 6 วันที่ผ่านมา

    Great video, great workflow. thank you, much appreciated. would be nice it there's a way around the 30 USD/month linkedin scraper.

  • @harveypearce6833
    @harveypearce6833 6 วันที่ผ่านมา

    So interesting to see Apify being used! Has anyone tried using something like HasData for job listings scraping too? Just curious how it compares.

  • @yashsrivastava677
    @yashsrivastava677 6 วันที่ผ่านมา

    @EricWTech This is not useful. There are already many tools to search jobs. What's missing is a tool to apply for jobs via an automated process. 1. Easy Apply by automatically filling up the form 2. Apply via the company site (Taleo, WorkDay,Successfactors) Applying to 50+ jobs in category 2 takes up whole day..Can help to automate that instead?

  • @kundanpatil2908
    @kundanpatil2908 7 วันที่ผ่านมา

    Can we geta template !😊

  • @okbrothikhai
    @okbrothikhai 7 วันที่ผ่านมา

    Great Vid. Would be great if there is any similar workflow for creting resume based on JD as input

  • @programmingwiththotho4641
    @programmingwiththotho4641 7 วันที่ผ่านมา

    great video, thank you and looking forward for more samples <3

  • @lisaw7074
    @lisaw7074 7 วันที่ผ่านมา

    This is very helpful. Thank you so much for creating the Github repo and this video and sharing with us. This is one of the best videos about this topic that I've seen!

    • @EricWTech
      @EricWTech 7 วันที่ผ่านมา

      I'm glad you found it helpful!

    • @yashsrivastava677
      @yashsrivastava677 6 วันที่ผ่านมา

      ​@@EricWTech This is not useful. There are already many tools to search jobs. What's missing is a tool to apply for jobs via an automated process. 1. Easy Apply by automatically filling up the form 2. Apply via the company site (Taleo, WorkDay,Successfactors)

  • @dominicstocker5144
    @dominicstocker5144 8 วันที่ผ่านมา

    What gaming PC has 48GB of VRAM, the ridiculously priced 5090 has 32

    • @yyottacat
      @yyottacat 4 วันที่ผ่านมา

      2 4090s works well

  • @Suhaybkaofficial
    @Suhaybkaofficial 8 วันที่ผ่านมา

    Awesome

  • @livetherhythm5778
    @livetherhythm5778 8 วันที่ผ่านมา

    Does it cost anything by using the API?

    • @EricWTech
      @EricWTech 7 วันที่ผ่านมา

      Open AI GPT API = yes, Ollama library models = no

  • @Dreamer66617
    @Dreamer66617 8 วันที่ผ่านมา

    Why use rss feed AND a http request??? Redundant

    • @EricWTech
      @EricWTech 7 วันที่ผ่านมา

      Maybe try this? th-cam.com/video/eRQZALTfbp4/w-d-xo.html

  • @marquimedes_
    @marquimedes_ 9 วันที่ผ่านมา

    Pretty good content! I had no idea it was that simple to enable web search features through the UI!

  • @coachandeh
    @coachandeh 9 วันที่ผ่านมา

    Thanks for sharing this. Helps me with part of what i'm working on. How do I modify the scenario to allow me just upload my (or any) resume instead of pasting it into the prompt? That is, suppose it was 5 different resumes for five different people? Is there a way it can be implemented in such a manner that the input of the resume and job location are dynamic?

    • @EricWTech
      @EricWTech 7 วันที่ผ่านมา

      Maybe try this? th-cam.com/video/eRQZALTfbp4/w-d-xo.html You have more flexibility on how to customize.

  • @hyeonoppa
    @hyeonoppa 10 วันที่ผ่านมา

    nice, 45 years of exp 🤭🤭🤭

    • @EricWTech
      @EricWTech 10 วันที่ผ่านมา

      "4 to 5" but I guess the AI wants to increase the chance of me getting hired

  • @tonysolar284
    @tonysolar284 10 วันที่ผ่านมา

    AI talking to an HR AI.... Ok, I'll go with it.

  • @drillingcourt1663
    @drillingcourt1663 11 วันที่ผ่านมา

    You are honestly the best , your info is a massive gold mine , you can reach out and I can get you some TH-cam thumbnails for free and see if you like it ❤😊

  • @dylanprimera7000
    @dylanprimera7000 12 วันที่ผ่านมา

    Hi, thanks for ur video. I'm following it but in the cloudinary part I'm having issues with the middleware, I followed ur steps but when I'm running the application it showing me an error related with cloudinary,: Error [TypeError]: Cannot read properties of undefined (reading 'node') at (middleware)/./node_modules/.pnpm/cloudinary@2.5.1/node_modules/cloudinary/lib/utils/index.js (.next\server\src\middleware.js:466:1) I hope u help me with this error, thanks!

    • @EricWTech
      @EricWTech 12 วันที่ผ่านมา

      Did you verify the Environment Variables and install the correct version of Cloudinary?

    • @dylanprimera7000
      @dylanprimera7000 12 วันที่ผ่านมา

      @@EricWTech Yes

    • @EricWTech
      @EricWTech 12 วันที่ผ่านมา

      It seems the issue might be in your middleware logic or how Cloudinary is being configured. Could you double-check if the cloudinary.config() is being called with the correct environment variables?

    • @dylanprimera7000
      @dylanprimera7000 12 วันที่ผ่านมา

      ​@@EricWTech Yes i've already checked, I'm going to continue with the course, but when I will delete an asset I'm going to use the api from Cloudinary directly instead. I hope it results :D

    • @dylanprimera7000
      @dylanprimera7000 12 วันที่ผ่านมา

      @@EricWTech update: I used the cloudinary API with axios to delete the images and everything works fine!

  • @zachlethal-t4l
    @zachlethal-t4l 12 วันที่ผ่านมา

    my toaster laptop cant run this sadly ill try the 1.5b and see

  • @NourSarhan-k9p
    @NourSarhan-k9p 13 วันที่ผ่านมา

    Does it work with indeed ? Can we do something similar to automate application

    • @EricWTech
      @EricWTech 7 วันที่ผ่านมา

      Yes it does, you can check here: th-cam.com/video/eRQZALTfbp4/w-d-xo.html

  • @salomkomiko6886
    @salomkomiko6886 13 วันที่ผ่านมา

    im trying to build something similar, however when i try to scrape the job data from the linkedin url, im only recieving half the data (as if i look at the post from a logged out browser), i tried adding headers to the scraper, still doesnt work, anyone has any idea?

    • @EricWTech
      @EricWTech 7 วันที่ผ่านมา

      Here is how you can automate this with code: th-cam.com/video/eRQZALTfbp4/w-d-xo.html

  • @aerotechdynamics823
    @aerotechdynamics823 13 วันที่ผ่านมา

    rss feeds don't work, perhaps LinkedIn has put a block, it's picking up random linkedin news feed....any ideas?

    • @EricWTech
      @EricWTech 7 วันที่ผ่านมา

      Maybe try this? Apify or this? th-cam.com/video/eRQZALTfbp4/w-d-xo.html

    • @aerotechdynamics823
      @aerotechdynamics823 6 วันที่ผ่านมา

      @@EricWTech haha I don't know how to code, hence the first video was so attractive

  • @stonesupplier1268
    @stonesupplier1268 14 วันที่ผ่านมา

    nice

  • @christiankoller80
    @christiankoller80 14 วันที่ผ่านมา

    How do you manage to get the RSS from Linkedin? You have to be logged in to get the data.

    • @EricWTech
      @EricWTech 14 วันที่ผ่านมา

      You don't have to log in, you just need to provide the link for the job list

    • @Dreamer66617
      @Dreamer66617 8 วันที่ผ่านมา

      @@EricWTech no your wrong youll get random jobs

    • @EricWTech
      @EricWTech 7 วันที่ผ่านมา

      Maybe try this? Or Apify? th-cam.com/video/eRQZALTfbp4/w-d-xo.html

  • @asdf6025
    @asdf6025 14 วันที่ผ่านมา

    I can't get the RSS feeds to work. Any ideas?

    • @EricWTech
      @EricWTech 7 วันที่ผ่านมา

      Maybe try this? Apify or this? th-cam.com/video/eRQZALTfbp4/w-d-xo.html

  • @ShengThe
    @ShengThe 14 วันที่ผ่านมา

    简直就是个天才啊

  • @snehitvaddi
    @snehitvaddi 14 วันที่ผ่านมา

    Super helpful, but kinda useless without the template. Can you please share it?

  • @saigowthamkallu3668
    @saigowthamkallu3668 15 วันที่ผ่านมา

    Hi Eric, this is one of the best videos on job automation, if you get a chance can you make s video on how to make custom resumes based on the job description.

    • @EricWTech
      @EricWTech 7 วันที่ผ่านมา

      Good idea, but here is another video where you can do it locally as well. th-cam.com/video/eRQZALTfbp4/w-d-xo.html

  • @johndoeisyourfriend
    @johndoeisyourfriend 15 วันที่ผ่านมา

    What a useful, real example of usage! THANKS.

  • @rip9892
    @rip9892 15 วันที่ผ่านมา

    Perfect video, great presentation, learned a lot! Thank you

  • @addagala
    @addagala 16 วันที่ผ่านมา

    I am building a browser extension name quickjobmanager to do auto apply.

  • @itarun0902
    @itarun0902 16 วันที่ผ่านมา

    very good video🎉

  • @srikantdhondi
    @srikantdhondi 17 วันที่ผ่านมา

    Fantastic, but have no credits to run this workflow, i'll figure this out in python way.

    • @businnovate
      @businnovate 14 วันที่ผ่านมา

      Can you share when you're through with the python method. I'm interested pls. Thanks

    • @moamdanf6806
      @moamdanf6806 12 วันที่ผ่านมา

      use next js، instead it because can upload it on varcel and then will be fully automation 😎

  • @zulfiqar7967
    @zulfiqar7967 17 วันที่ผ่านมา

    Hi. Im currently working as windows application developer on sql and vb net. To upgrade my career and a better job transition in new tech by this year, what will you recommend among Data Engineer with cloud and Gen AI, Agentic AI Application developer .?

  • @BrianLowery
    @BrianLowery 17 วันที่ผ่านมา

    Im guessing you have to pay for ChatGPT and the credits that are used? I am getting a rate limit error.

    • @EricWTech
      @EricWTech 7 วันที่ผ่านมา

      Maybe try this? Deepseek is cheaper, I recommend the r1: th-cam.com/video/eRQZALTfbp4/w-d-xo.html

  • @cpleasant34
    @cpleasant34 17 วันที่ผ่านมา

    Question that searching all of the jobs nationwide. What if you want to do by state or zip code?

    • @EricWTech
      @EricWTech 7 วันที่ผ่านมา

      Maybe try this? th-cam.com/video/eRQZALTfbp4/w-d-xo.html

  • @Jeswin-ee8uy
    @Jeswin-ee8uy 17 วันที่ผ่านมา

    rss works only for a week any alternative way to build it ?

    • @EricWTech
      @EricWTech 7 วันที่ผ่านมา

      Here is how you can automate this with code: th-cam.com/video/eRQZALTfbp4/w-d-xo.html

  • @korayb230
    @korayb230 18 วันที่ผ่านมา

    Could we get the blueprint please?

    • @samuraijack9694
      @samuraijack9694 13 วันที่ผ่านมา

      Why has the guy not replied to this comment but instead responded to comments few days ago?

    • @ksoonsoon
      @ksoonsoon วันที่ผ่านมา

      Blueprint please

  • @winonay289
    @winonay289 18 วันที่ผ่านมา

    When watching your videos, I accidentally hit ‘like’ and never knew when.