• maiweb v0.1.0
  • ★
  • Feedback

CodeBlobsTV

active · last success 2026-06-18 22:07

Visit site ↗ · Feed ↗

  • CodeBlobsTV youtube.com channel tutorial video youtube 2019-11-26 07:00
    ↗

    In this miniseries we are going to learn how to create a NodeJS microservice for resizing images (part 1) and then we are going to create a ReactJS UI to upload an image, resize and stream it back to the client for download (part 2). To finish the mini series we are going to...

    ▶ Watch on YouTube Opens in a new tab
    In this miniseries we are going to learn how to create a NodeJS microservice for resizing images (part 1) and then we are going to create a ReactJS UI to upload an image, resize and stream it back to the client for download (part 2). To finish the mini series we are going to deploy our microservice and UI to the cloud (part 3). REPO LINK: https://github.com/pitops/image-resizing-microservice
  • CodeBlobsTV youtube.com channel tutorial video youtube 2019-11-10 14:00
    ↗

    In this video you will learn how to create a chrome extension that toggles on/off the hidden design mode in chrome and takes screenshot of the page. You will learn about the different types of scripts that exist when creating a chrome extension, when to you use which, how to...

    ▶ Watch on YouTube Opens in a new tab
    In this video you will learn how to create a chrome extension that toggles on/off the hidden design mode in chrome and takes screenshot of the page. You will learn about the different types of scripts that exist when creating a chrome extension, when to you use which, how to communicate between different scripts and how to debug each type of script. REPOSITORY LINK: https://github.com/pitops/design-review-chrome-extension Top 11 Chrome devtool tips and tricks - https://www.youtube.com/watch?v=jBbUcshnhhs
  • CodeBlobsTV youtube.com channel tutorial video youtube 2019-10-29 17:02
    ↗

    Top 11 Chrome Devtools features you might have never used before 1. Live expressions Date.now() / window.innerWidth 2. $0 - global variable 3. $ as shortcut for document.querySelector / $$ as shortcut for document.querySelectorAll 4. console.dir 5. console.assert 6....

    ▶ Watch on YouTube Opens in a new tab
    Top 11 Chrome Devtools features you might have never used before 1. Live expressions  Date.now() / window.innerWidth 2. $0 - global variable 3. $ as shortcut for document.querySelector / $$ as shortcut for document.querySelectorAll 4. console.dir 5. console.assert 6. console.count / countReset 7. command palette ctrl+shift+p 8. Console dark mode 9. Cmd+Click to jump to css property definition 10. Take screenshots 11. document.designMode Twitter https://www.twitter.com/codeblobstv
  • CodeBlobsTV youtube.com channel tutorial video youtube 2018-07-01 19:52
    ↗

    PART ONE: https://www.youtube.com/watch?v=RPMwjGf3Ork In this episode you are going to make the instagram bot robust. I am going to teach you how to NOT depend on classes for targeting elements in the DOM, how to make the bot recover and how to optimise it to work a bit...

    ▶ Watch on YouTube Opens in a new tab
    PART ONE: https://www.youtube.com/watch?v=RPMwjGf3Ork In this episode you are going to make the instagram bot robust. I am going to teach you how to NOT depend on classes for targeting elements in the DOM, how to make the bot recover and how to optimise it to work a bit faster. Repository: https://github.com/pitops/instagram-bot/tree/part_2 Music by: https://www.bensound.com FOLLOW ME: @Twitter - https://twitter.com/Yobrekcah
  • CodeBlobsTV youtube.com channel tutorial video youtube 2018-06-23 20:24
    ↗

    In this episode you are going to learn how to use puppeteer to create an instagram bot which auto-follows back. This is a bit different from the conventional instagram bots hence why I thought its a good idea to make it. The principles that you will learn can help you create...

    ▶ Watch on YouTube Opens in a new tab
    In this episode you are going to learn how to use puppeteer to create an instagram bot which auto-follows back. This is a bit different from the conventional instagram bots hence why I thought its a good idea to make it. The principles that you will learn can help you create any instagram bot. Repository: https://github.com/pitops/instagram-bot/tree/part_1 Music by: https://www.bensound.com -~-~~-~~~-~~-~- Please watch: "How to create an instagram bot using puppeteer #2 - Making our bot robust" https://www.youtube.com/watch?v=8q_sjJ4hxeY -~-~~-~~~-~~-~-
  • CodeBlobsTV youtube.com channel tutorial video youtube 2018-06-11 21:09
    ↗

    Learn how you can create a command line tool using Node.js. As a demo you will learn how to restore and backup a MongoDB collection. -~-~~-~~~-~~-~- Please watch: "How to create an instagram bot using puppeteer #2 - Making our bot robust"...

    ▶ Watch on YouTube Opens in a new tab
    Learn how you can create a command line tool using Node.js. As a demo you will learn how to restore and backup a MongoDB collection. -~-~~-~~~-~~-~- Please watch: "How to create an instagram bot using puppeteer #2 - Making our bot robust" https://www.youtube.com/watch?v=8q_sjJ4hxeY -~-~~-~~~-~~-~-
  • CodeBlobsTV youtube.com channel tutorial video youtube 2018-06-05 19:20
    ↗

    Learn what virtual scroll is, what are the benefits and how to implement the angular material virtual scroll. Link to repository https://github.com/pitops/angular-material-virtual-scroll -~-~~-~~~-~~-~- Please watch: "How to create an instagram bot using puppeteer #2 - Making...

    ▶ Watch on YouTube Opens in a new tab
    Learn what virtual scroll is, what are the benefits and how to implement the angular material virtual scroll. Link to repository https://github.com/pitops/angular-material-virtual-scroll -~-~~-~~~-~~-~- Please watch: "How to create an instagram bot using puppeteer #2 - Making our bot robust" https://www.youtube.com/watch?v=8q_sjJ4hxeY -~-~~-~~~-~~-~-
  • CodeBlobsTV youtube.com channel tutorial video youtube 2018-05-30 05:20
    ↗

    Learn how the angular material sidenav component works and rebuild from scratch with enough functionality. -~-~~-~~~-~~-~- Please watch: "How to create an instagram bot using puppeteer #2 - Making our bot robust" https://www.youtube.com/watch?v=8q_sjJ4hxeY -~-~~-~~~-~~-~-

    ▶ Watch on YouTube Opens in a new tab
    Learn how the angular material sidenav component works and rebuild from scratch with enough functionality. -~-~~-~~~-~~-~- Please watch: "How to create an instagram bot using puppeteer #2 - Making our bot robust" https://www.youtube.com/watch?v=8q_sjJ4hxeY -~-~~-~~~-~~-~-
  • CodeBlobsTV youtube.com channel tutorial video youtube 2017-05-21 10:47
    ↗

    Learn how to work with Gulp and automate many tasks using a single tool. Learn about minification, uglification, image optimization, bundling and many more in this two-part mini series. Repository: https://github.com/codeblobstv/Gulp-workflow-2017 More GULP plugins...

    ▶ Watch on YouTube Opens in a new tab
    Learn how to work with Gulp and automate many tasks using a single tool. Learn about minification, uglification, image optimization, bundling and many more in this two-part mini series. Repository: https://github.com/codeblobstv/Gulp-workflow-2017 More GULP plugins https://github.com/Pestov/essential-gulp-plugins -~-~~-~~~-~~-~- Please watch: "How to create an instagram bot using puppeteer #2 - Making our bot robust" https://www.youtube.com/watch?v=8q_sjJ4hxeY -~-~~-~~~-~~-~-
  • CodeBlobsTV youtube.com channel tutorial video youtube 2017-05-14 16:10
    ↗

    Learn how to work with Gulp and automate many tasks using a single tool. Learn about minification, uglification, image optimization, bundling and many more in this two-part mini series. -~-~~-~~~-~~-~- Please watch: "How to create an instagram bot using puppeteer #2 - Making...

    ▶ Watch on YouTube Opens in a new tab
    Learn how to work with Gulp and automate many tasks using a single tool. Learn about minification, uglification, image optimization, bundling and many more in this two-part mini series. -~-~~-~~~-~~-~- Please watch: "How to create an instagram bot using puppeteer #2 - Making our bot robust" https://www.youtube.com/watch?v=8q_sjJ4hxeY -~-~~-~~~-~~-~-
  • End of feed
Maibook — your private personalized AI community
  • rcanand.com
  • mlaillc.com
  • @rcanand (X)
  • LinkedIn
  • Feedback
  • Credits