[
  {
    "path": ".gitattributes",
    "content": "*.md linguist-detectable=true\n*.md linguist-documentation=false\n"
  },
  {
    "path": ".github/FUNDING.yml",
    "content": "github: JoseDeFreitas\nko_fi: josedefreitas\n"
  },
  {
    "path": ".github/PULL_REQUEST_TEMPLATE.md",
    "content": "- **Name of the YouTuber:**\n- **What is the channel about? (eg. web development, design, ...)**:\n- **Which section is the channel in? (if you created a section, please specify why)**:\n- **Why do you consider the YouTuber deserves a place in this list? *What does make it awesome?***:\n\n<!-- Repeat this template for every YouTuber you add. You can delete this comment if you want. -->\n"
  },
  {
    "path": "CODE_OF_CONDUCT.md",
    "content": "# Contributor Covenant Code of Conduct\n\n## Our Pledge\n\nIn the interest of fostering an open and welcoming environment, we as\ncontributors and maintainers pledge to making participation in our project and\nour community a harassment-free experience for everyone, regardless of age, body\nsize, disability, ethnicity, sex characteristics, gender identity and expression,\nlevel of experience, education, socio-economic status, nationality, personal\nappearance, race, religion, or sexual identity and orientation.\n\n## Our Standards\n\nExamples of behavior that contributes to creating a positive environment\ninclude:\n\n* Using welcoming and inclusive language\n* Being respectful of differing viewpoints and experiences\n* Gracefully accepting constructive criticism\n* Focusing on what is best for the community\n* Showing empathy towards other community members\n\nExamples of unacceptable behavior by participants include:\n\n* The use of sexualized language or imagery and unwelcome sexual attention or\n advances\n* Trolling, insulting/derogatory comments, and personal or political attacks\n* Public or private harassment\n* Publishing others' private information, such as a physical or electronic\n address, without explicit permission\n* Other conduct which could reasonably be considered inappropriate in a\n professional setting\n\n## Our Responsibilities\n\nProject maintainers are responsible for clarifying the standards of acceptable\nbehavior and are expected to take appropriate and fair corrective action in\nresponse to any instances of unacceptable behavior.\n\nProject maintainers have the right and responsibility to remove, edit, or\nreject comments, commits, code, wiki edits, issues, and other contributions\nthat are not aligned to this Code of Conduct, or to ban temporarily or\npermanently any contributor for other behaviors that they deem inappropriate,\nthreatening, offensive, or harmful.\n\n## Scope\n\nThis Code of Conduct applies both within project spaces and in public spaces\nwhen an individual is representing the project or its community. Examples of\nrepresenting a project or community include using an official project e-mail\naddress, posting via an official social media account, or acting as an appointed\nrepresentative at an online or offline event. Representation of a project may be\nfurther defined and clarified by project maintainers.\n\n## Enforcement\n\nInstances of abusive, harassing, or otherwise unacceptable behavior may be\nreported by contacting the project team at josedefreitasdev@gmail.com. All\ncomplaints will be reviewed and investigated and will result in a response that\nis deemed necessary and appropriate to the circumstances. The project team is\nobligated to maintain confidentiality with regard to the reporter of an incident.\nFurther details of specific enforcement policies may be posted separately.\n\nProject maintainers who do not follow or enforce the Code of Conduct in good\nfaith may face temporary or permanent repercussions as determined by other\nmembers of the project's leadership.\n\n## Attribution\n\nThis Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,\navailable at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html\n\n[homepage]: https://www.contributor-covenant.org\n\nFor answers to common questions about this code of conduct, see\nhttps://www.contributor-covenant.org/faq\n"
  },
  {
    "path": "CONTRIBUTING.md",
    "content": "# Contribution guidelines\n\nPlease follow the [code of conduct](code-of-conduct.md).\n\nOnly add YouTubers that are **awesome**! *\"After all, it's a curation, not a collection\"*. [What is awesome?](https://github.com/sindresorhus/awesome/blob/main/awesome.md#only-awesome-is-awesome)\n\n<details>\n  <summary>Guide for new GitHub users</summary>\n  <ol>\n    <li>Go to the <a href=\"https://github.com/JoseDeFreitas/awesome-youtubers/blob/main/README.md\">README.md</a> file in this repository.</li>\n    <li>Click on the \"edit\" button (the one with a pencil icon).</li>\n    <li>Add the new YouTuber (following the format below and at the bottom of the proper section) and click \"Commit\".</li>\n    <li>Click on the green button \"Create pull request\", fill out the template and click on the green \"Create pull request\" button again.</li>\n    <p>That's all... it's that easy!</p>\n  </ol>\n</details>\n\n## Markdown format for the YouTuber\n\n```html\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"LINK_TO_THE_AVATAR_OF_THE_YOUTUBE_CHANNEL\"/>](LINK_TO_THE_CHANNEL_MAIN_PAGE)\n\n[**NAME_OF_THE_CHANNEL**](LINK_TO_THE_CHANNEL_MAIN_PAGE) \\\nContent about: EXAMPLE, EXAMPLE, EXAMPLE \\\nFeatured playlists: `PLAYLIST 1`, `PLAYLIST 2`, `PLAYLIST 3`, `PLAYLIST 4`. \\\n<br/>\n```\n\n<details>\n  <summary>Example:</summary>\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"GitHub channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJzVBGU-QyENevFp8etYX1iEak8Y7KEjUPsucWAvAA=s100-c-k-c0xffffffff-no-rj-mo\"/>](https://www.youtube.com/user/github)\n\n[**GitHub**](https://www.youtube.com/user/github) \\\nContent about: Open Source, Security, App development \\\nFeatured playlists: `Open Source Friday`, `GitHub Satellite 2020 - Work`, `Public Roadmap`, `GitHub Arctic Code Vault`.\n</details>\n\n**Only edit the words that are in ALL UPPER CASE. Leave all the other things as they are. Considerations below.**\n\n- If the \"Featured playlists\" section is shorter than 124 characters, add a `\\` symbol and a `<br/>` tag on the line below. Otherwise, don't do it. This is an important field as people can find more easily the related videos of the channel.\n- Pay attention to all the other characters: dots, commas, asterisks, etc.\n- Append the youtuber at the end of the chosen section.\n- Before making the pull request, make sure the layout looks good.\n\n## Format for the pull request message\n\n*Appears automatically when you create the pull request.*\n\n```markdown\n- **Name of the YouTuber:**\n- **What is the channel about? (eg. web development, design, ...)**:\n- **Which section is the channel in? (if you created a section, please specify why)**:\n- **Why do you consider the YouTuber deserves a place in this list? *What does make it awesome?***:\n```\n\n<details>\n  <summary>Example:</summary>\n\n- **Name of the YouTuber**: GitHub\n- **What is the channel about? (eg. web development, design, ...)**: Software Development Platform for storing repositories.\n- **Which section is the channel in? (if you created a section, please specify why)**: Open Source.\n- **Why do you consider the YouTuber deserves a place in this list? *What does make it awesome?***: The youtuber uploads videos every day with general-tech tutorials. These tutorials include securing your organization, finding vulnerabilities, using GitHub actions, and more. It also has pretty useful playlists where you can find talks from professionals that teach you diverse topics.\n</details>\n"
  },
  {
    "path": "LICENSE",
    "content": "Creative Commons Legal Code\n\nCC0 1.0 Universal\n\n    CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE\n    LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN\n    ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS\n    INFORMATION ON AN \"AS-IS\" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES\n    REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS\n    PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM\n    THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED\n    HEREUNDER.\n\nStatement of Purpose\n\nThe laws of most jurisdictions throughout the world automatically confer\nexclusive Copyright and Related Rights (defined below) upon the creator\nand subsequent owner(s) (each and all, an \"owner\") of an original work of\nauthorship and/or a database (each, a \"Work\").\n\nCertain owners wish to permanently relinquish those rights to a Work for\nthe purpose of contributing to a commons of creative, cultural and\nscientific works (\"Commons\") that the public can reliably and without fear\nof later claims of infringement build upon, modify, incorporate in other\nworks, reuse and redistribute as freely as possible in any form whatsoever\nand for any purposes, including without limitation commercial purposes.\nThese owners may contribute to the Commons to promote the ideal of a free\nculture and the further production of creative, cultural and scientific\nworks, or to gain reputation or greater distribution for their Work in\npart through the use and efforts of others.\n\nFor these and/or other purposes and motivations, and without any\nexpectation of additional consideration or compensation, the person\nassociating CC0 with a Work (the \"Affirmer\"), to the extent that he or she\nis an owner of Copyright and Related Rights in the Work, voluntarily\nelects to apply CC0 to the Work and publicly distribute the Work under its\nterms, with knowledge of his or her Copyright and Related Rights in the\nWork and the meaning and intended legal effect of CC0 on those rights.\n\n1. Copyright and Related Rights. A Work made available under CC0 may be\nprotected by copyright and related or neighboring rights (\"Copyright and\nRelated Rights\"). Copyright and Related Rights include, but are not\nlimited to, the following:\n\n  i. the right to reproduce, adapt, distribute, perform, display,\n     communicate, and translate a Work;\n ii. moral rights retained by the original author(s) and/or performer(s);\niii. publicity and privacy rights pertaining to a person's image or\n     likeness depicted in a Work;\n iv. rights protecting against unfair competition in regards to a Work,\n     subject to the limitations in paragraph 4(a), below;\n  v. rights protecting the extraction, dissemination, use and reuse of data\n     in a Work;\n vi. database rights (such as those arising under Directive 96/9/EC of the\n     European Parliament and of the Council of 11 March 1996 on the legal\n     protection of databases, and under any national implementation\n     thereof, including any amended or successor version of such\n     directive); and\nvii. other similar, equivalent or corresponding rights throughout the\n     world based on applicable law or treaty, and any national\n     implementations thereof.\n\n2. Waiver. To the greatest extent permitted by, but not in contravention\nof, applicable law, Affirmer hereby overtly, fully, permanently,\nirrevocably and unconditionally waives, abandons, and surrenders all of\nAffirmer's Copyright and Related Rights and associated claims and causes\nof action, whether now known or unknown (including existing as well as\nfuture claims and causes of action), in the Work (i) in all territories\nworldwide, (ii) for the maximum duration provided by applicable law or\ntreaty (including future time extensions), (iii) in any current or future\nmedium and for any number of copies, and (iv) for any purpose whatsoever,\nincluding without limitation commercial, advertising or promotional\npurposes (the \"Waiver\"). Affirmer makes the Waiver for the benefit of each\nmember of the public at large and to the detriment of Affirmer's heirs and\nsuccessors, fully intending that such Waiver shall not be subject to\nrevocation, rescission, cancellation, termination, or any other legal or\nequitable action to disrupt the quiet enjoyment of the Work by the public\nas contemplated by Affirmer's express Statement of Purpose.\n\n3. Public License Fallback. Should any part of the Waiver for any reason\nbe judged legally invalid or ineffective under applicable law, then the\nWaiver shall be preserved to the maximum extent permitted taking into\naccount Affirmer's express Statement of Purpose. In addition, to the\nextent the Waiver is so judged Affirmer hereby grants to each affected\nperson a royalty-free, non transferable, non sublicensable, non exclusive,\nirrevocable and unconditional license to exercise Affirmer's Copyright and\nRelated Rights in the Work (i) in all territories worldwide, (ii) for the\nmaximum duration provided by applicable law or treaty (including future\ntime extensions), (iii) in any current or future medium and for any number\nof copies, and (iv) for any purpose whatsoever, including without\nlimitation commercial, advertising or promotional purposes (the\n\"License\"). The License shall be deemed effective as of the date CC0 was\napplied by Affirmer to the Work. Should any part of the License for any\nreason be judged legally invalid or ineffective under applicable law, such\npartial invalidity or ineffectiveness shall not invalidate the remainder\nof the License, and in such case Affirmer hereby affirms that he or she\nwill not (i) exercise any of his or her remaining Copyright and Related\nRights in the Work or (ii) assert any associated claims and causes of\naction with respect to the Work, in either case contrary to Affirmer's\nexpress Statement of Purpose.\n\n4. Limitations and Disclaimers.\n\n a. No trademark or patent rights held by Affirmer are waived, abandoned,\n    surrendered, licensed or otherwise affected by this document.\n b. Affirmer offers the Work as-is and makes no representations or\n    warranties of any kind concerning the Work, express, implied,\n    statutory or otherwise, including without limitation warranties of\n    title, merchantability, fitness for a particular purpose, non\n    infringement, or the absence of latent or other defects, accuracy, or\n    the present or absence of errors, whether or not discoverable, all to\n    the greatest extent permissible under applicable law.\n c. Affirmer disclaims responsibility for clearing rights of other persons\n    that may apply to the Work or any use thereof, including without\n    limitation any person's Copyright and Related Rights in the Work.\n    Further, Affirmer disclaims responsibility for obtaining any necessary\n    consents, permissions or other rights required for any use of the\n    Work.\n d. Affirmer understands and acknowledges that Creative Commons is not a\n    party to this document and has no duty or obligation with respect to\n    this CC0 or use of the Work.\n"
  },
  {
    "path": "README.md",
    "content": "<!--lint disable double-link-->\n<!--lint disable awesome-heading-->\n<div align=\"center\">\n  \t<h1>\n    \tAwesome YouTubers\n\t\t<a href=\"https://awesome.re\">\n\t\t\t<img src=\"https://awesome.re/badge-flat2.svg\" alt=\"Awesome\">\n\t\t</a>\n  \t</h1>\n\t<br />\n\t<div>\n\t\t<a href=\"https://github.com/JoseDeFreitas/awesome-youtubers\">\n\t\t\t<img width=\"428\" src=\"logo.svg\" alt=\"Awesome YouTubers logo\">\n\t\t</a>\n\t</div>\n</div>\n\n> Watch video tutorials from YouTubers that teach you about technology.\n\n## Other languages\n\nThis repository only lists awesome YouTubers that speak English. Awesome contributors have created their own list of awesome tech YouTubers in other languages. **Below you can see all the repositories related.** If you believe you have awesome YouTubers in a certain language and you have at least more than a few of them, you can create your own list and let me know [opening a new issue](https://github.com/JoseDeFreitas/awesome-youtubers/issues/new).\n\n-   [Brazilian Portuguese](https://github.com/rcarubbi/awesome-brazilian-youtubers)\n-   [Spanish](https://github.com/rcarubbi/awesome-spanish-youtubers)\n\n## Contents\n\n-   [Programming in general](#programming-in-general)\n-   [Web Development](#web-development)\n\t- [Frontend](#frontend)\n\t- [Backend](#backend)\n-   [Computer Science](#computer-science)\n-   [Machine Learning](#machine-learning)\n-   [DevOps](#devops)\n-   [Game Development](#game-development)\n-   [Mobile Development](#mobile-development)\n-   [Cybersecurity](#cybersecurity)\n-   [Internet/networking](#internetnetworking)\n-   [Software in general](#software-in-general)\n-   [Operating Systems](#operating-systems)\n-   [Hardware](#hardware)\n-   [Competitive Programming](#competitive-programming)\n-   [Digital Design](#digital-design)\n-   [Audio and Video](#audio-and-video)\n-   [Life Skills](#life-skills)\n\n## Programming in general\n\nIn this section you can find any programming language. Also, many YouTubers teach about frameworks of these languages. Not only programming languages but more general programming stuff. You can find either practical or theoretical tutorials.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJwEFEH0os2PjNYXfjC2tlO-VU5sSsB3rX6DOeFh=s100-c-k-c0xffffffff-no-rj-mo\"/>](https://www.youtube.com/c/Techsithtube)\n\n[**techsith**](https://www.youtube.com/c/Techsithtube) \\\nContent about: React.js, JavaScript \\\nFeatured playlists: `react js from scratch`, `Node.js Tutorials For Beginners`, `Data Structures in JavaScript`, `Interview Preparation`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJymy6xr9_W7GTkPW1ov2OyxzvNCOE-ff1d7VK36Cg=s100-c-k-c0xffffffff-no-rj-mo\"/>](https://www.youtube.com/c/programmingwithmosh)\n\n[**Programming with Mosh**](https://www.youtube.com/c/programmingwithmosh) \\\nContent about: Frontend, Backend \\\nFeatured playlists: `JavaScript Tutorials`, `JavaScript frameworks videos`, `Python Tutorials`, `Node.js Tutorials`, `C#.NET Tutorials`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJyd7g6PJDaD3j2Ouariuf_U42P-yZZPQw6-E-B08Q=s88-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/c/CodingGarden)\n\n[**Coding Garden**](https://www.youtube.com/c/CodingGarden) \\\nContent about: JavaScript, JavaScript frameworks \\\nFeatured playlists: `Code Wars Code Katas`. \\\n<br />\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJzCCG7r_PWNZBE9SOTRKKGMiBGcTG8XAA33BT2Axw=s100-c-k-c0xffffffff-no-rj-mo\"/>](https://www.youtube.com/c/derekbanas)\n\n[**Derek Banas**](https://www.youtube.com/c/derekbanas) \\\nContent about: Mathematics, Programming languages \\\nFeatured playlists: `Learn Algebra`, `C++ Tutorial`, `C# Tutorial`, `Java Video Tutorial`, `a lot of diverse topics`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJwVjl968ProbjWSmYNghqYxAG_EI0-3ZK6QNIHM=s88-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/c/DonJonesConTech)\n\n[**Don Jones**](https://www.youtube.com/c/DonJonesConTech) \\\nContent about: PowerShell \\\nFeatured playlists: `Learn Windows PowerShell in a Month of Lunches`, `SAPIEN PowerShell Training`, `PowerShell Tips, Tricks, and Snippets`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJxNLWZNUXOTpXHY9j8PvBdyZbGTkwbUznRvHtmH=s100-c-k-c0xffffffff-no-rj-mo\"/>](https://www.youtube.com/c/Coreyms)\n\n[**Corey Schafer**](https://www.youtube.com/c/Coreyms) \\\nContent about: Python, Backend \\\nFeatured playlists: `Python Tutorials`, `Django Tutorials`, `Flask Tutorials`, `Matplotlib Tutorials`, `SQL Tutorials`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJwo68B0xlMZFJImEBUN1fwzILMZJfVbGSMyUggMVg=s100-c-k-c0xffffffff-no-rj-mo\"/>](https://www.youtube.com/c/LearningLad)\n\n[**LearningLad**](https://www.youtube.com/c/LearningLad) \\\nContent about: C, C#, C++ \\\nFeatured playlists: `Learn C Programming Language | Tutorial for Beginners`, `Learn C++ Programming | Video Tutorial for Beginners`, `C++ Object Oriented Programming`, `and many more`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJzsuBQEVwEvfj3ti2gZQCVWpFc4e38IfMsPgYGCxw=s100-c-k-c0xffffffff-no-rj-mo\"/>](https://www.youtube.com/c/TheCodingTrain)\n\n[**The Coding Train**](https://www.youtube.com/c/TheCodingTrain) \\\nContent about: Algorithms, Various programming languages \\\nFeatured playlists: `The Nature of Code: Simulating Natural Systems with Processing`, `Learning Processing: A Beginner's Guide to Programming Images, Animation, and Interaction`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJxo5sxMK5En0bXdwzW65cLoDmmGYdoWWDnwlmd0zrw=s100-c-k-c0xffffffff-no-rj-mo\"/>](https://www.youtube.com/user/intellipaaat)\n\n[**Intellipaat**](https://www.youtube.com/user/intellipaaat) \\\nContent about: DevOps, Artificial intelligence \\\nFeatured playlists: `DevOps Tutorial for Beginners`, `Artificial Intelligence Tutorial`, `Machine Learning Tutorial`, `Python Tutorial for Beginners`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJxg7ZDO-AqFL4bQWz38_7RZKYydoUQTpVuPAPzo=s100-c-k-c0xffffffff-no-rj-mo\"/>](https://www.youtube.com/c/ProgrammingKnowledge)\n\n[**ProgrammingKnowledge**](https://www.youtube.com/c/ProgrammingKnowledge) \\\nContent about: Backend, APIs \\\nFeatured playlists: `Node.js Tutorial for Beginners`, `Python 3 Tutorial for Beginners`, `C++ Programming Tutorial for Beginners`, `other videos about different programming languages`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJwXTGNb9fHAe65rAIHAHkq0D227_WF4IsvdIXw-6Q=s100-c-k-c0xffffffff-no-rj-mo\"/>](https://www.youtube.com/c/smartherd)\n\n[**Smartherd**](https://www.youtube.com/c/smartherd) \\\nContent about: Kotlin, Android, more programming languages \\\nFeatured playlists: `a lot of Kotlin & Android videos`, `Ruby Tutorial for Beginners`, `Dart Tutorial for Beginners`, `Java Tutorial for Beginners`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJyTuYUkA0ZyCqkuLvrFfwTMDrP2iBbYX_Th4mMi2A=s100-c-k-c0xffffffff-no-rj-mo\"/>](https://www.youtube.com/c/TensorProgramming)\n\n[**Tensor Programming**](https://www.youtube.com/c/TensorProgramming) \\\nContent about: Rust, Dart, Flutter \\\nFeatured playlists: `Flutter Tutorials`, `Dart & Dart for Beginners`, `Intro to Rust & Rust Projects`. \\\n<br />\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJwFt03RAznOsPwlfo5c1kW1rp-1o3Xgpw9MNreQMQ=s288-c-k-c0xffffffff-no-rj-mo\"/>](https://www.youtube.com/channel/UC8butISFwT-Wl7EV0hUK0BQ)\n\n[**freeCodeCamp.org**](https://www.youtube.com/channel/UC8butISFwT-Wl7EV0hUK0BQ) \\\nContent about: General programming, Computer science, Web Dev, DevOps, etc. \\\nFeatured playlists: `Python Tutorials`, `Machine Learning`, `Java Tutorials`. \\\n<br />\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJxlKpaj19DmFWS8cuYfwKNHY-k9vBmNlH0N72rGKQ=s100-c-k-c0xffffffff-no-rj-mo\"/>](https://www.youtube.com/c/JavaBrainsChannel)\n\n[**Java Brains**](https://www.youtube.com/c/JavaBrainsChannel) \\\nContent about: Spring, Java \\\nFeatured playlists: `Spring Framework Courses playlists`, `Spring Boot Microservices - Full Course playlists`, `Java EE Courses playlists`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJxRGfv1YCCh9tamNue4H4J1Ih_5i9hlr5cVtrGd=s100-c-k-c0xffffffff-no-rj-mo\"/>](https://www.youtube.com/user/IAmTimCorey)\n\n[**IAmTimCorey**](https://www.youtube.com/user/IAmTimCorey) \\\nContent about: C#, .NET \\\nFeatured playlists: `Advanced Topics in C#`, `Getting Started with C#`, `C# User Interfaces`, `many other C# videos`, `.NET video tutorials`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJzFJLYJgEVYb9xBZrjEkikp4J1XCMJKGZLjMeBrcA=s100-c-k-c0xffffffff-no-rj-mo\"/>](https://www.youtube.com/c/CalebTheVideoMaker2)\n\n[**Caleb Curry**](https://www.youtube.com/c/CalebTheVideoMaker2) \\\nContent about: Python, JavaScript, C, C#, C++ \\\nFeatured playlists: `Python Programming`, `JavaScript playlist`, `C# Tutorials`, `C Programming Tutorials`, `C++ Tutorials`, `Java Tutorials`, `database tutorial videos`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJxtfwKCYoK9gky4vuqWH1yuuXJNMVN3hod5wLrlmQ=s100-c-k-c0xffffffff-no-rj-mo\"/>](https://www.youtube.com/c/CodingEntrepreneurs)\n\n[**CodingEntrepreneurs**](https://www.youtube.com/c/CodingEntrepreneurs) \\\nContent about: Python \\\nFeatured playlists: `30 Days of Python ~ Python 3.8+`, `Coding With Python`, `Python 3.8 and Django 3+`, `Install and setup on Windows and Mac`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJw7fYBQnfGgKdrlaYJWMcTtlZLobe00ebnq07-a=s100-c-k-c0xffffffff-no-rj-mo\"/>](https://www.youtube.com/c/AngelSix)\n\n[**AngelSix**](https://www.youtube.com/c/AngelSix) \\\nContent about: C# \\\nFeatured playlists: `C# Mastery Course (2020)`, `C# Programming (Beginners)`, `.NET Core and ASP.NET Server Development Tutorials`, `WPF UI Programming (C#)`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJzcq5nTTEilaRV9Pprq3q-1DEG3IqqEHMeOkj94=s100-c-k-c0xffffffff-no-rj-mo\"/>](https://www.youtube.com/c/DataDaft)\n\n[**DataDaft**](https://www.youtube.com/c/DataDaft) \\\nContent about: Data science, Python, R, Practical & theoretical \\\nFeatured playlists: `Python for Data Analysis`, `Introduction to R`, `Python Programming Practice`, `Pandas`, `more playlists!`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.googleusercontent.com/3WVwonnunDnMQUByINLJFWvegN5LO_l6bAaNp74XiyTgsTYwu_aWw5KWcopp5KBA9y66Afxb=s160-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/c/GiraffeAcademy/)\n\n[**Giraffe Academy**](https://www.youtube.com/c/GiraffeAcademy/) \\\nContent about: MongoDB, SQL, C#, C++ \\\nFeatured playlists: `MongoDB - NoSQL Database`, `PHP - Programming Language`, `C# - Programming Language`, `C++ - Programming Language`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJznc40hgjUtfJdS_KNadxC_6isyQON0Hw54tGJ92w=s100-c-k-c0xffffffff-no-rj-mo\"/>](https://www.youtube.com/channel/UC_fFL5jgoCOrwAVoM_fBYwA)\n\n[**Alex Lee**](https://www.youtube.com/channel/UC_fFL5jgoCOrwAVoM_fBYwA) \\\nContent about: Java \\\nFeatured playlists: `Java Basics 1`, `Java Basics 2`, `Java Intermediate 1`. \\\n<br />\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/ytc/AMLnZu-9AfNLSWxc3skUP_hMyWZszoZf5HiUx2z7PHzQ_g=s176-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/c/Redisinc)\n\n[**Redis**](https://www.youtube.com/c/Redisinc) \\\nContent about: Redis \\\nFeatured playlists: `Redis Explained`, `Redis Chaching`, `Redis Data Types`, `and much more`. \\\n<br />\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/ytc/AAUvwniZ0iAR0-iiqjCju5guN6OlEE_blepRLtwIy1Qn-Q=s100-c-k-c0xffffffff-no-rj-mo\"/>](https://www.youtube.com/c/NeuralNine)\n\n[**NeuralNine**](https://www.youtube.com/c/NeuralNine) \\\nContent about: Python, Data structures, Data science, Machine learning, Ethical hacking \\\nFeatured playlists: `Algorithms & Data Structures`, `Python Machine Learning Tutorial`, `Python AI Projects`, `Python Hacking Projects`, `Python beginner/intermediate tutorials`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/ytc/AAUvwniUJEo6f8ReELm9g2vZ1bDV8AOv8mDclTRTpHGMCA=s88-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/c/realpython)\n\n[**Real Python**](https://www.youtube.com/c/realpython) \\\nContent about: Python \\\nFeatured playlists: `Python - Intermediate and Advanced Features`, `Functional Programming in Python`, `Tools for Effective Python Development`, `How to Build Your Python Career`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/ytc/AAUvwnhLj6DBmXKsj17LiBv_6dtkL2NHss_0p7LfaHSC=s88-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/c/LucidProgramming)\n\n[**LucidProgramming**](https://www.youtube.com/c/LucidProgramming) \\\nContent about: Python \\\nFeatured playlists: `Algorithms (Python)`, `Data Structures (Python)`, `Technical Interview Preparation`, `Web Scraping and Automation (Python)`, `many more videos`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/ytc/AAUvwngu9ixqZQkUBXieYuC38lf2SZd4AphVjuDMhQb8Cg=s88-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/user/ElfocrashDev)\n\n[**Nick Chapsas**](https://www.youtube.com/user/ElfocrashDev) \\\nContent about: C#, .NET, Azure, AWS, General Programming \\\nFeatured playlists: `ASP.NET Core REST API Tutorial`, `ASP.NET Core General Tutorials`, `Essential Nuget Packages in .NET`, `Software Engineering Fundamentals`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/ytc/AAUvwnh-0HYxeTcEOIpQp5YM1OZbavRxUXaep7O1ivI=s88-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/channel/UCX7-Wi9ioslA9691INtFO5Q)\n\n[**Hackers Realm**](https://www.youtube.com/channel/UCX7-Wi9ioslA9691INtFO5Q) \\\nContent about: Python, Problem solving \\\nFeatured playlists: `Hackerrank Problem Solving`, `Machone/Deep learning Projects Tutorials`. \\\n<br />\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/ytc/AAUvwngkLa2K2hztBjibf2pUaX9jdT9ytpNdPJqvRUUniw=s88-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/channel/UC4SVo0Ue36XCfOyb5Lh1viQ)\n\n[**Bro Code**](https://www.youtube.com/channel/UC4SVo0Ue36XCfOyb5Lh1viQ) \\\nContent about: Java, Python, C#/C++ \\\nFeatured playlists: `playlists of these languages with a lot of videos`. \\\n<br />\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/ytc/AAUvwng6MXFVH96Z90UBQ0SZIhcOleaQAg6if8DB2-Ho=s88-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/c/dotNET)\n\n[**dotNET**](https://www.youtube.com/c/dotNET) \\\nContent about: .NET, ASP.NET, C# \\\nFeatured playlists: `Desktop and .NET Code 101`, `ASP.NET Core 101`, `DevOps for .NET`, `C# Language Highlights`, `C# Advanced`, `and more`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/ytc/AAUvwngnH3h5aKC8bRNmvSvgomJi7Bj1-JPWxaf7V5kH=s88-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/c/Csharp-video-tutorialsBlogspot)\n\n[**kudvenkat**](https://www.youtube.com/c/Csharp-video-tutorialsBlogspot) \\\nContent about: SQL Server, C#, ASP.NET, Design patterns \\\nFeatured playlists: `Design Patterns tutorial for beginners`, `SQL Server tutorial for beginners`, `c# tutorial for beginners`, `ASP.NET tutorial for beginners`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/ytc/AAUvwnj-Xt8eCdr2yPU93-3iYiTn3mwZE4J5rhASgTd06Q=s88-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/channel/UCg1SjE1gwO8A0xqoFtfLEAA)\n\n[**Ian Schoenrock**](https://www.youtube.com/channel/UCg1SjE1gwO8A0xqoFtfLEAA) \\\nContent about: C#, Swift, Kotlin \\\nFeatured playlists: `C# Full Course Beginner to Advanced`, `Swift Course`, `Kotlin Course`, `Xamarin Forms Lists Course`, `and more`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/ytc/AAUvwnh02l6XSxqL7YSJYxbio_WW9Nk9ujDzG0BHY21m=s176-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/channel/UC-yuWVUplUJZvieEligKBkA)\n\n[**javidx9**](https://www.youtube.com/channel/UC-yuWVUplUJZvieEligKBkA) \\\nContent about: C++, Theoretical, Game development \\\nFeatured playlists: `NES Emulator From Scratch`, `Interesting Programming`, `Code-It-Yourself!`. \\\n<br />\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/ytc/AKedOLR6P3sBPRErVRQGI0Zt5c8DddO4nTXm5r9HWK0b=s88-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/c/SingletonSean)\n\n[**SingletonSean**](https://www.youtube.com/c/SingletonSean) \\\nContent about: C#, WPF, .NET \\\nFeatured playlists: `Full Stack WPF MVVM`, `WPF Navigation`, `WPF Responsive Design`, `WPF Custom Controls`, `Design Patterns`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.googleusercontent.com/5Zj7dLWFYKnGWqCTYtO3NbmJuJKijfeUnGVI967ZQq1DR2vSy6RPApgtxamzy91u5Kjl69gP2qE=s160-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/c/alexgutjahr)\n\n[**Alex Gutjahr | Tech Tutorials**](https://www.youtube.com/c/alexgutjahr) \\\nContent about: Spring Boot, Kotlin \\\nFeatured playlists: `Spring Boot`. \\\n<br/>\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.googleusercontent.com/v3WB04HYuR2G-HJTrgIZKLsfAU36PHsvPS3X-4SZgB28Ov6gxE5Jb2_QZ94Ta2PRngopLYu5=s160-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/c/ArjanCodes)\n\n[**ArjanCodes**](https://www.youtube.com/c/ArjanCodes) \\\nContent about: Python, Software Design \\\nFeatured playlists: `Software Design in Python`, `Code Roasts`. \\\n<br/>\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.googleusercontent.com/fKq1-wK3gkERFz9MH5bEvF73k9NUORswE2wxQ6YkCWzY7yMyYvRleubgUt_a8B8tpIyh_KGX=s160-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/@CodeAesthetic)\n\n[**CodeAesthetic**](https://www.youtube.com/@CodeAesthetic) \\\nContent about: Programming best practices \\\nFeatured playlists: N/A \\\n<br/>\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.googleusercontent.com/0nsZM3NF0C9bFr2IFXicMJ1w82ldRaZvGKFnezBe2lpW7F9gI92FaLubcTghnNNt4Ld8DfRvEMo=s160-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/@Telusko)\n\n[**Telusko**](https://www.youtube.com/@Telusko) \\\nContent about: Java, Spring Boot, Python, Data Structures \\\nFeatured playlists: `Java Tutorial For beginners`, `Data Structures and Algorithm`, `Microservice Tutorial using Java`, `Python for Beginners (Full Course) | Programming Tutorial`. \\\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.googleusercontent.com/StTLNWl8jXh6y9jxu4UfFP-CYDdWveiHpMip2t5kgO9ayL5Blc91jpOUk6fC92CMqa3ml4Db1w=s160-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/@anthonygg_)\n\n[**Anthony GG**](https://www.youtube.com/@anthonygg_) \\\nContent about: Golang \\\nFeatured playlists: `Distributed CAS Storage In Golang`, `Crypto exchange from scratch in Golang`, `Actor engine in Golang (Hollywood)`. \\\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.googleusercontent.com/sVrBLZ9iy76XIN5eSdlLqLVQsy60VaQ_YD_Vvu1tTyRIw5Yk9OZK2ZoKhiZh4svRMzm6OZ_M=s160-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/@TsodingDaily)\n\n[**Tsoding Daily**](https://www.youtube.com/@TsodingDaily) \\\nContent about: C, Rust, OCaml, Python, Algorithms, Data Structure \\\nFeatured playlists: `Machine Learning in C`, `Search Engine in Rust`, `Music Visualizer in C`, `Raylib.js`. \\\n<br/>\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.googleusercontent.com/6PX1a15kVh5GP-VenJha4diDKlSMu1JdIwsyWx97u56Uy8Y913rig7-q6SALxGvRDoZdhscFHA=s160-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/@DevoxxForever)\n\n[**Devoxx**](https://www.youtube.com/@DevoxxForever) \\\nContent about: Devoxx is a series of tech events organised by local community groups \\\nFeatured playlists: `Devoxx UK`, `Devoxx Belgium`, `Devoxx Poland`, `Devoxx France`. \\\n<br/>\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.googleusercontent.com/lXz745lDafPXXRpJNxmIlb_DdvSh8votXP-LtlHWDgvrDUs1ix8io_OL8BrseKaAQZzZy4Astw=s160-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/@ddd_eu)\n\n[**Domain-Driven Design Europe**](https://www.youtube.com/@ddd_eu) \\\nContent about: Conference for senior software developers and architects interested in software design. \\\nFeatured playlists: `DDD Foundations`, `Eventsourcing`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.googleusercontent.com/DGZrs_HUrQ_FhFZluFSetLFtf2oD8o02HMfcjF6Z2IsMcxZJuZywBx0MEwsb7m8Pk4gK-yLWnw=s160-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/@GOTO-)\n\n[**GOTO Conferences**](https://www.youtube.com/@GOTO-) \\\nContent about: Brightest minds sharing their knowledge to create a better future \\\nFeatured playlists: `Sustainable Software`, `Software Architecture`, `Recommendations`, `Greatest Hits`, and many more.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/ytc/AL5GRJWLFdZolJp2YsKH3wO742DVMpo-OkH-_agdkRVLRw=s88-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/@infoq)\n\n[**InfoQ**](https://www.youtube.com/@infoq) \\\nContent about: Innovator and early adopter stage techniques and technologies with the wider industry \\\nFeatured playlists: `InfoQ Trend Reports`, `Culture & Methods`, `DevOps`, `Emerging languages and development trends`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/ytc/AL5GRJXuXpA0Lil-SD7rDAS7sQev-rYD8r5CzAnub1g2VQ=s88-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/@NDC)\n\n[**NDC Conferences**](https://www.youtube.com/@NDC) \\\nContent about: .NET & Agile development, evolved to encompass all technologies relevant to Software Developers. \\\nFeatured playlists: `NDC Sydney`, `NDC Oslo`, `NDC London`, `NDC Minnesota`, `NDC Melbourne`, `NDC Copenhagen`, `DevOps`, `Security`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/ytc/AL5GRJVbkZF43DOQpyCMY4jIhNXCJmN33xnMUyemTPqo=s88-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/@NLJUG1)\n\n[**NLJUG**](https://www.youtube.com/@NLJUG1) \\\nContent about: All things related to Java from the Dutch Java User Group \\\nFeatured playlists: `J-Fall`, `J-Spring`. \\\n<br/>\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.googleusercontent.com/1YPGrioQ5WToSYFRq47XhqxEjJ8bJqXcczqiDuJ9J_RyPLG0zZHOxcfebT7Np9Zw29W0_2FP=s160-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/@dhanushnehru)\n\n[**The Curious Guy**](https://www.youtube.com/@dhanushnehru) \\\nContent about: All things related to Programming, Hacking, Linux and much more \\\nFeatured playlists: `Tech & Coding` \\\n<br/>\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.googleusercontent.com/ytc/AIdro_nDjT85OSINuDHs0xor5gHG3mp99Zrp8nruM4cucrieKU8=s176-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/@WhatsACreel)\n\n[**Creel**](https://www.youtube.com/@WhatsACreel) \\\nContent about: Linux, Assembly, Encryption \\\nFeatured playlists: `Linux x64 Assembly`, `AES Encryption`, `x64 Assembly Multithreading`, `CUDA Tutorials`, `C++ Tutorials`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.googleusercontent.com/Y6jut5A-dhWRlv7W81kGxVFPtZGjZN97IhBP75uLnx2AVV7ZEJUUUxBKHlFw9GcwILxkz1E_cLc=s160-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/@t3dotgg)\n\n[**Theo - t3․gg**](https://www.youtube.com/@t3dotgg) \\\nContent about: JavaScript Frameworks, Coding Tools and Technologies  \\\nFeatured playlists: N/A \\\n<br/>\n\n[🔼 Back to the top](#contents)\n\n## Web Development\n\nWeb development includes frontend backend development topics. You can also find freelancing as a web developer and other related stuff.\n\n### Frontend\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJx1mDLn8-L1yG8jIO2yGHvJzqnMZ03dsc3PbNqe=s100-c-k-c0xffffffff-no-rj-mo\"/>](https://www.youtube.com/channel/UC80PWRj_ZU8Zu0HSMNVwKWw)\n\n[**Codevolution**](https://www.youtube.com/channel/UC80PWRj_ZU8Zu0HSMNVwKWw) \\\nContent about: React.js, JavaScript, TypeScript \\\nFeatured playlists: `React.js Tutorial for Beginners`, `React.js Hooks Tutorial`, `React.js Redux Tutorial`, `React.js Storybook Tutorial`, `React.js Formik Tutorial`, `Practical React.js`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJxxWvA615Onz5us60u38fgK3eq-fnQVDmeW_4Rr=s100-c-k-c0xffffffff-no-rj-mo\"/>](https://www.youtube.com/c/FluxWithRanSegall)\n\n[**Flux**](https://www.youtube.com/c/FluxWithRanSegall) \\\nContent about: Web design, Design, Freelancing \\\nFeatured playlists: `Free Web Design Course 2020`, `Portfolios: Case Studies & Reviews`, `How To Start Freelancing`, `FREELANCE TIPS: How to find clients & grow your business`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJx86XmyIg-0icwveEKd2Iz8VEFyhGGhJLpJ2Q6l=s88-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/channel/UC4QVZ552Q-dXIdMSc2cewcA)\n\n[**CSS Animation**](https://www.youtube.com/channel/UC4QVZ552Q-dXIdMSc2cewcA) \\\nContent about: CSS \\\nFeatured playlists: `Full Course: Level Up Your CSS Animation Skills`. \\\n<br />\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJx_1d5dpZETr6oOBANDbkDtqp9h4n9RWCXeKrWM0Q=s100-c-k-c0xffffffff-no-rj-mo\"/>](https://www.youtube.com/c/JavaScriptMastery)\n\n[**JavaScript Mastery**](https://www.youtube.com/c/JavaScriptMastery) \\\nContent about: React.js, JavaScript \\\nFeatured playlists: `Learn JavaScript`, `Master React.js by Building Real Projects`. \\\n<br />\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJyIKkD9fGTB3olrvHQY8wNXGtHDEKp6tcmXr84=s100-c-k-c0xffffffff-no-rj-mo\"/>](https://www.youtube.com/c/Omatum)\n\n[**Omatum**](https://www.youtube.com/c/Omatum) \\\nContent about: Web development, Design \\\nFeatured playlists: `Live Omatum Bucks Software Project Streams`, `Software Project: OmatumBucks`, `Live Omatum.com Website Development Project Streams`, `Uncut Live Streams`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJyShhB_eKIuZPIDtUJenOMwRVk4J0mGrDrD2irYk1k=s100-c-k-c0xffffffff-no-rj-mo\"/>](https://www.youtube.com/c/PunitChawla)\n\n[**Punit Chawla**](https://www.youtube.com/c/PunitChawla) \\\nContent about: Web design, Adobe XD \\\nFeatured playlists: `Design Weekly`, `Design Essentials`. \\\n<br />\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJzj9Wp5NIzuIcB3DhQ5jgunW5b98DCWGeSv2TZptQ=s100-c-k-c0xffffffff-no-rj-mo\"/>](https://www.youtube.com/c/DevEd)\n\n[**Dev Ed**](https://www.youtube.com/c/DevEd) \\\nContent about: Web design, JavaScript, React.js \\\nFeatured playlists: `Web Design Tutorial (UI & UX)`, `React.js Tutorial For Beginners`, `CSS Tutorials`, `JavaScript tutorials playlists`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJyC278MnqvWj6nYJAUT6E3tzxrZ03-CRsIbnDQIwA=s100-c-k-c0xffffffff-no-rj-mo\"/>](https://www.youtube.com/c/DesignCourse)\n\n[**DesignCourse**](https://www.youtube.com/c/DesignCourse) \\\nContent about: Web design, Design, UI/UX, Adobe XD \\\nFeatured playlists: `Illustrator Tutorials`, `Adobe XD Tutorials`, `Photoshop Tutorials`, `LATEST DEV TUTS`, `LATEST DESIGN TUTS`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJw9rDLrDqNFCAsI1Umf8K3b87ORxhmEC9AL6opQ=s100-c-k-c0xffffffff-no-rj-mo\"/>](https://www.youtube.com/c/RedStapler_channel)\n\n[**Red Stapler**](https://www.youtube.com/c/RedStapler_channel) \\\nContent about: JavaScript, CSS \\\nFeatured playlists: `CSS Tips and Tricks`, `some playlists about JavaScript libraries`. \\\n<br />\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJxVs1XkkiWUb-wFs4CqKWjVu5kJL_PEea7l8AJS=s100-c-k-c0xffffffff-no-rj-mo\"/>](https://www.youtube.com/channel/UCsKsymTY_4BYR-wytLjex7A)\n\n[**Brian Design**](https://www.youtube.com/channel/UCsKsymTY_4BYR-wytLjex7A) \\\nContent about: Frontend, React.js, Web design \\\nFeatured playlists: `React.js Tutorials`, `HTML, CSS & JavaScript Tutorials`, `videos of web design (UI/UX)`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJwAle-GCzklNOEXi8fYqoby3omwcM0dV_EK008LGg=s100-c-k-c0xffffffff-no-rj-mo\"/>](https://www.youtube.com/c/AngularFirebase)\n\n[**Fireship**](https://www.youtube.com/c/Fireship) \\\nContent about: JavaScript, Flutter, Firebase \\\nFeatured playlists: `100 Seconds of Code`, `Angular Essentials`, `Flutter`, `Frontend Mini Projects`. \\\n<br />\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJxb_vf1eP6r278YghZIE53tMLh13RCKU6ZSuoTt6w=s288-c-k-c0xffffffff-no-rj-mo\"/>](https://www.youtube.com/c/Academind)\n\n[**Academind**](https://www.youtube.com/c/Academind) \\\nContent about: Frontend, JavaScript, Web design \\\nFeatured playlists: `React.js + Redux Basics`, `Vue.js 2 - Getting Started`, `Amazon Web Services Basics`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJyTPRJfE-AcekIPpfXRf3fxAMe6Nkobv-oHCgoV=s100-c-k-c0xffffffff-no-rj-mo\"/>](https://www.youtube.com/c/FlorinPop)\n\n[**Florin Pop**](https://www.youtube.com/c/FlorinPop) \\\nContent about: JavaScript, CSS \\\nFeatured playlists: `Learn JavaScript`, `Learn React.js`, `Learn CSS`, `JavaScript Array Methods`. \\\n<br />\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJwuTmBKZD9sTE28x5qOHN_vRCPCP528iQeVqauh=s100-c-k-c0xffffffff-no-rj-mo\"/>](https://www.youtube.com/c/LevelUpTuts)\n\n[**LevelUpTuts**](https://www.youtube.com/c/LevelUpTuts) \\\nContent about: Frontend, Web design, CMS \\\nFeatured playlists: `Design Tutorials playlists`, `CMS Tutorials playlists`, `HTML & CSS Tutorials`, `React.js videos`, `and more!`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJwXxITlfxKmPX2h2OkLKwxzR-OoCLCxkKmf1Ugs=s100-c-k-c0xffffffff-no-rj-mo\"/>](https://www.youtube.com/c/learncodeacademy)\n\n[**LearnCode.academy**](https://www.youtube.com/c/learncodeacademy) \\\nContent about: JavaScript, JavaScript frameworks \\\nFeatured playlists: `JavaScript Tutorial for Beginners`, `React.js, Angular and Vue.js playlists`, `MEAN Stack Tutorials`, `jQuery Tutorial for Beginners`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJz7NRo1YgYd8NZDAIglqEPPp82Vf3vXwHeyIaUx=s100-c-k-c0xffffffff-no-rj-mo\"/>](https://www.youtube.com/c/RawCoding)\n\n[**Raw Coding**](https://www.youtube.com/c/RawCoding) \\\nContent about: ASP.NET, .NET \\\nFeatured playlists: `Modern Web Development Series`, `Vue.js Beginner Guide with ASP.NET Core`, `ASP.NET Core Tutorials`, `a lot more .NET tutorials!`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJxuVxCsvMR6SMjZPTk-JBRuI6kX9rUaAfkSM0o7BA=s88-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/c/LayoutLand)\n\n[**Layout Land**](https://www.youtube.com/c/LayoutLand) \\\nContent about: CSS \\\nFeatured playlists: `CSS theoretical and practical videos`. \\\n<br />\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJyWnmk6Ql70o3P-x2eHIR01SiiYamhspnAN04zhWA=s100-c-k-c0xffffffff-no-rj-mo\"/>](https://www.youtube.com/c/TheNetNinja)\n\n[**The Net Ninja**](https://www.youtube.com/c/TheNetNinja) \\\nContent about: Frontend, Frameworks \\\nFeatured playlists: `Flutter Tutorial for Beginners`, `React.js and React Native playlists`, `a lot of JavaScript playlists, including JavaScript frameworks`, `GraphQL Tutorial`, `many, many more!`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJwEYMLm54q5CX7NwBsUrETHMZvMca9tp-3vxrorBA=s100-c-k-c0xffffffff-no-rj-mo\"/>](https://www.youtube.com/kepowob)\n\n[**Kevin Powell**](https://www.youtube.com/kepowob) \\\nContent about: CSS \\\nFeatured playlists: `CSS Grid videos`, `Flexbox basics`, `Responsive CSS tutorials`, `CSS animation`, `many more CSS video tutorials!`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJyYBq2Mid0yyblUOq4vnXB3KTfCaoWgghQJ9WEcBw=s100-c-k-c0xffffffff-no-rj-mo\"/>](https://www.youtube.com/c/hswolff)\n\n[**Harry Wolff**](https://www.youtube.com/c/hswolff) \\\nContent about: React.js, JavaScript \\\nFeatured playlists: `React Tutorials`, `Building a React Native App`, `JavaScript Tutorials`, `TypeScript playlist`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJxSW9SqAjU_Q4ZXAXfqmGblSkFkUSOMUAnLvK5_mw=s100-c-k-c0xffffffff-no-rj-mo\"/>](https://www.youtube.com/c/HiteshChoudharydotcom)\n\n[**Hitesh Choudhary**](https://www.youtube.com/c/HiteshChoudharydotcom) \\\nContent about: Frontend \\\nFeatured playlists: `JavaScript course`, `Docker for Beginners`, `MongoDB and Mocha`, `Vue JS Crash Course`, `a lot more of playlists and videos`.\n<br />\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJxNH7UVf0iZB1vbfP-n_r4vnuWpVlzRY5eKoJqeyw\"/>](https://www.youtube.com/c/DevTipsForDesigners/)\n\n[**DevTips**](https://www.youtube.com/c/DevTipsForDesigners/) \\\nContent about: JavaScript, CSS and CSS Preprocessors, Next.js \\\nFeatured playlists: `CSS Animations Series`, `Learn jQuery in 15 Minutes`, `Webflow From Scratch`, `Regular Expressions Series`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJwBtKw7erVLtS31HvYvlsqSZ5tPti-kxeJNjEebiQ=s88-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/channel/UCbwXnUipZsLfUckBPsC7Jog)\n\n[**Online Tutorials**](https://www.youtube.com/channel/UCbwXnUipZsLfUckBPsC7Jog) \\\nContent about: HTML, CSS, JS, Animations, Responsive Web Designs \\\nFeatured playlists: `Css Animation Effects`, `Responsive Website Design from Scratch`, `Css Button Hover Effect`, `Parallax Effect`, `Css Tutorials` `and many more...`\n<br />\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJzLwNQ4KJb8OhN-K5uBdeSwj2P-qXQJ6GsxJkLvkw=s88-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/c/Bitfumes/)\n\n[**Bitfumes**](https://www.youtube.com/c/Bitfumes/) \\\nContent about: JavaScript, NextJs, NuxtJs, VueJs, ReactJs, SvelteJs, CSS and CSS Preprocessors, Laravel \\\nFeatured playlists: `Vuejs`, `SvelteJs`, `Laravel Livewire Full Course`, `Learn to use Nuxt.js`, `ReactJS Basics`, `Laravel PHP Framework Tutorial - Full Course 6.5 Hours (2020)`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJzlhhukYsdgVeuIspbug5SNo_254oqP9ZyrY2E0=s88-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/channel/UCFbNIlppjAuEX4znoulh0Cw)\n\n[**Web Dev Simplified**](https://www.youtube.com/channel/UCFbNIlppjAuEX4znoulh0Cw) \\\nContent about: Web development in general, JavaScript, React, CSS \\\nFeatured playlists: `Small projects`, `Who Wants To Be A Megabit (Trivia Game)`, `CSS Tutorials`, `Web App Security/Authentication`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/ytc/AAUvwnjCNjtNKGVhvNY9Thj60vx_mgsd5CvPprH6HWBbIQ=s88-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/c/ebenezerdon/)\n\n[**Ebenezer Don**](https://www.youtube.com/c/ebenezerdon/) \\\nContent about: HTML, CSS, JavaScript, Firebase, FastAPI, TypeScript \\\nFeatured playlists: `Getting started with Web development`, `Version control`, `Frontend database management`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/ytc/AAUvwnifQad7zR3DCS016MMooLiTYWgludmhhy1o9rABmj8=s88-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/bayanbennett)\n\n[**Bayan Bennett**](https://www.youtube.com/bayanbennett) \\\nContent about: JavaScript, TypeScript, HTML, CSS \\\nFeatured playlists: `DevLogs`, `How to JavaScript #shorts`, `Code Reviews`. \\\n<br />\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/ytc/AKedOLQ1oqKIj6ngUGE7NmB2cHzjqpLMu1RBdh_hlc9I-Q=s176-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/c/AniaKub%C3%B3w/featured)\n\n[**Code with Ania Kubów**](https://www.youtube.com/c/AniaKub%C3%B3w/featured) \\\nContent about: JavaScript, React, React-Native, Next.js, Node.js, Express, GraphQL \\\nFeatured playlists: `JavaScript Game Walkthroughs`, `Clones`, `Blockchain`, `JavaScript inbuilt methods`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/ytc/AKedOLTJ0chZDvUfej-9AQi2HoKOzl6v-la1EIiZRQP2=s176-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/channel/UCHRp19HU7Y2LwfI0Ai6WAGQ)\n\n[**LearnWebCode**](https://www.youtube.com/channel/UCHRp19HU7Y2LwfI0Ai6WAGQ) \\\nContent about: CSS, JavaScript, WordPress, Web Development \\\nFeatured playlists: `Wordpress theme development`, `Learn CSS`. \\\n<br />\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/ytc/AMLnZu-fB-c8gczS81r-VBWgzndcSZgd1zGA2QcYfACHMg=s176-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/c/TraversyMedia)\n\n[**Traversy Media**](https://www.youtube.com/c/TraversyMedia) \\\nContent about: Javascript, CSS, HTML, Vue.js, React.js, Tailwind CSS, MongoDB, Express.js, Web development \\\nFeatured playlists: `Vue.js crash course`, `React.js crash course`, `Semantic UI in 60 minutes`, `Full Stack Vue.js, Express and MongoDB`, `Async JS crash course`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.googleusercontent.com/ytc/APkrFKayeWNVehgthRdZYIzWAQMjF9c3jndNKh07l_Kx=s176-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/@Frankslaboratory)\n\n[**Franks laboratory**](https://www.youtube.com/@Frankslaboratory) \\\nContent about: CSS, HTML, JavaScript \\\nFeatured playlists: `JavaScript Game Development Masterclass 2023`, `Particle Effects Masterclass`, `CSS3 Experiments`, `Game Development with Vanilla JavaScript`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.googleusercontent.com/sQgLt7frgoIxlyHUhaT3pgYPMRLpsSM1XW6deV7rfblfdmh8ZlfAo4LnVQRtSHtU0k2J6KJs=s160-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/@TheAlexLichter)\n\n[**TheAlexLichter**](https://www.youtube.com/@TheAlexLichter) \\\nContent about: Nuxt, Vue, TypeScript \\\nFeatured playlists: `Nuxt Performance In Depth`, `Vue 3`, `Nuxt 3`. \\\n<br/>\n\n### Backend\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJwaVSApA3XTqXzAzHlt-4Rji44iwWdY49_d1RqxdDw=s88-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/c/swyxTV)\n\n[**swyx**](https://www.youtube.com/c/swyxTV) \\\nContent about: Web development in general, serverless \\\nFeatured playlists: `AWS Amplify`. \\\n<br />\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJwIiXF7RJb-MvjLdBMdvpxRNrnXdKgWNmrUzsuamw=s288-c-k-c0xffffffff-no-rj-mo\"/>](https://www.youtube.com/c/HusseinNasser-software-engineering)\n\n[**Hussein Nasser**](https://www.youtube.com/c/HusseinNasser-software-engineering) \\\nContent about: Databases, Networking, Backend Development, Security, Protocols, Concepts \\\nFeatured playlists: `High Availability`, `Python by Example`, `HTTP/2`, `Message Queues & PubSub Systems`, `Proxies`, `many more video tutorials`.\n<br />\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/ytc/AL5GRJWZhcYZ5Mr0HuK-Zyd2v1cJ27OvlwSDlZ0aNLOE=s176-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/@ThePrimeagen)\n\n[**ThePrimeagen**](https://www.youtube.com/@ThePrimeagen) \\\nContent about: Backend Development, Concepts, Optimization techniques, Tools, Languages, Microservices \\\nFeatured playlists: `Rust For TypeScript Devs`, `Performance`, `Vim As Your Editor`, `Building Great Tools`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.googleusercontent.com/8QID_fIK7Yx3XCead0shxVj9Bz0DruEn6dy8RUY98JPHyi0CjPzSYEq_3tID8cXmk9A_DK53=s160-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/@dreamsofcode)\n\n[**Dreams of Code**](https://www.youtube.com/@dreamsofcode) \\\nContent about: Productivity tools \\\nFeatured playlists: `Neovim`, `Rust`, `Node.js`. \\\n<br />\n\n[🔼 Back to the top](#contents)\n\n## Computer Science\n\nCore concepts of Computer Science: math, physics, networking, hardware, algorithms, data, etc.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJxQelvtRQ9bX4eu2G8kuazXvSUf6OoqdHkjCfcNQA=s100-c-k-c0xffffffff-no-rj-mo\"/>](https://www.youtube.com/c/zachstar)\n\n[**Zach Star**](https://www.youtube.com/c/zachstar) \\\nContent about: Math \\\nFeatured playlists: `Applied Math`, `Math Major`, `Computer Science/Computer Engineering`, `Electrical Engineering`, `Mechanical Engineering`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJzn7b7O3zaktjJRfJx0qDfDw9TqLFIA_1BoAknkxw=s100-c-k-c0xffffffff-no-rj-mo\"/>](https://www.youtube.com/c/DomainofScience)\n\n[**Domain of Science**](https://www.youtube.com/c/DomainofScience) \\\nContent about: Math, Quantum Physics \\\nFeatured playlists: `Mathematics Videos - Domain of Science`, `The Map of Quantum Physics Expanded`, `Videos I made for D-Wave Systems`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJymfSKeH0q1Kz4GL9ThzSi7l-E0BfKJ1twcudEF=s100-c-k-c0xffffffff-no-rj-mo\"/>](https://www.youtube.com/user/nesoacademy)\n\n[**Neso Academy**](https://www.youtube.com/user/nesoacademy) \\\nContent about: Electronics, Networking, Theoretical classes \\\nFeatured playlists: `Network Theory`, `Computer Networks`, `Digital Electronics`, `Signals and Systems`, `Programming languages playlists`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJxg_WoKORzNoXHFEqTXUrKHeUR9Zn1y6LzGylfCtQ=s100-c-k-c0xffffffff-no-rj-mo\"/>](https://www.youtube.com/user/Computerphile)\n\n[**Computerphile**](https://www.youtube.com/user/Computerphile) \\\nContent about: Software, Hardware \\\nFeatured playlists: `How Computer Memory Works`, `Data Analysis with Dr Mike Pound`, `Artificial Intelligence with Rob Miles`, `Remote Working Technologies`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJz7GZmfOLRj6qINAbohRz1pG7UjKcxQVmNZN6MC=s100-c-k-c0xffffffff-no-rj-mo\"/>](https://www.youtube.com/user/stanfordonline)\n\n[**stanfordonline**](https://www.youtube.com/user/stanfordonline) \\\nContent about: Theoretical classes, Lectures \\\nFeatured playlists: `Computer Science and Security`, `Engineering`, `Energy Technologies`, `Leadership and Management`, `Natural Language Processing with Deep Learning`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJwKt_euPqSdYAa1aMzL7fhO-JibtfEaEXX8OuPt=s100-c-k-c0xffffffff-no-rj-mo\"/>](https://www.youtube.com/user/FCIHOCW)\n\n[**Arabsera (FCIHOCW formerly)**](https://www.youtube.com/user/FCIHOCW) \\\nContent about: Math, Data science \\\nFeatured playlists: `Data Science, Data Visualization playlists`, `Mathematics and Statistics playlists`, `more videos related`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJyJPFeubx3SFVgLowUy98YiI-PNrUyabxdLJso7=s100-c-k-c0xffffffff-no-rj-mo\"/>](https://www.youtube.com/c/mitocw)\n\n[**MIT OpenCourseWare**](https://www.youtube.com/c/mitocw) \\\nContent about: Math, Computer science, Engineering \\\nFeatured playlists: `Mathematics playlists`, `Computer science playlists`, `Engineering playlists`. \\\n<br />\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJws9PHgNERgzfu5yP-Y5yfWXCIdouXa7uWv-_UfvA=s288-c-k-c0xffffffff-no-rj-mo\"/>](https://www.youtube.com/c/cs50)\n\n[**Harvard's CS50**](https://www.youtube.com/c/cs50) \\\nContent about: Computer science and General Programming \\\nFeatured playlists: `CS50's Introduction to Artificial Intelligence with Python 2020`, `CS50's Web Programming with Python and JavaScript 2020`, `CS50's Introduction to Game Development 2018`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJzF-K41Fq96yE6jxs_fE6Hr7zvMXsQbqz1QNxGpjg=s100-c-k-c0xffffffff-no-rj-mo\"/>](https://www.youtube.com/c/3blue1brown)\n\n[**3Blue1Brown**](https://www.youtube.com/c/3blue1brown) \\\nContent about: Maths and visualization of various mathematical concepts \\\nFeatured playlists: `Essence Of Calculus`, `Essence Of linear Algebra`, `Neural Networks`. \\\n<br />\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/ytc/AAUvwnh5LCFZXxMvzoKjloDxqtbc9wXJkdLN4F_SKsEe4w=s88-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/c/Socratica)\n\n[**Socratica**](https://www.youtube.com/c/Socratica) \\\nContent about: Math, Computing, General science \\\nFeatured playlists: `Abstract Algebra`, `Learn Python playlist`, `videos about studying`, `many more science topics`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/ytc/AAUvwngK_x_ibq6xRq-NExEjxP7EnPSYDhUbDHoacpgF=s88-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/channel/UCZCFT11CWBi3MHNlGf019nw)\n\n[**Abdul Bari**](https://www.youtube.com/channel/UCZCFT11CWBi3MHNlGf019nw) \\\nContent about: Algorithms \\\nFeatured playlists: `Algorithms`. \\\n<br />\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/ytc/AAUvwnjxmp9I5SL4FJUX1HWlg0k3jZVimZ6aNmuhPDJL=s88-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/channel/UClEEsT7DkdVO_fkrBw0OTrA)\n\n[**mycodeschool**](https://www.youtube.com/channel/UClEEsT7DkdVO_fkrBw0OTrA) \\\nContent about: C/C++ language, Data structures, Algorithm \\\nFeatured playlists: `Sorting Algorithms`, `Data structures`, `Pointers in C/C++`, `Introduction to Programming through 'C'`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/ytc/AAUvwnghnfeWSkURz0encxxAgmx5r-vl2jDviqvmYcC3=s88-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/c/GaryExplains)\n\n[**Gary Explains**](https://www.youtube.com/c/GaryExplains) \\\nContent about: Concepts, Theory \\\nFeatured playlists: `Raspberry Pi`, `Microcontrollers`, `Programming`, `Linux`, `more!`. \\\n<br />\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/ytc/AKedOLT8mK_8SZ5QXllVly_c54MDkST6exGSKu0ttyir=s88-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/c/joshstarmer)\n\n[**StatQuest with Josh Starmer**](https://www.youtube.com/c/joshstarmer) \\\nContent about: Data visualization, Machine learning, Data manipulation, Neural networks \\\nFeatured playlists: `Linear Regression and Linear Models`, `Machine Learning`, `High Throughput Sequencing`, `Statistics Fundamentals`, `and more!`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/ytc/AKedOLQ4zr8L-6qw4muU5wvjEgGilOIGiHHigQrScWtz=s176-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/channel/UCq0EGvLTyy-LLT1oUSO_0FQ)\n\n[**Eddie Woo**](https://www.youtube.com/channel/UCq0EGvLTyy-LLT1oUSO_0FQ) \\\nContent about: Mathematics \\\nFeatured playlists: `Binomial theory`, `Calculus`, `Algebra`, `Complex numbers`. \\\n<br />\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/ytc/AKedOLRab_Xl9yKoeSsWCGbwBAql4IRHyTWKar9DS9CT=s176-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/channel/UCoHhuummRZaIVX7bD4t2czg)\n\n[**Professor Leonard**](https://www.youtube.com/channel/UCoHhuummRZaIVX7bD4t2czg) \\\nContent about: Mathematics \\\nFeatured playlists: `Algebra`, `Statastics`, `Calculus`. \\\n<br />\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/ytc/AKedOLTL1z4EG7eISzu6dMKqOkSqp8YUQHXRnk-J7-XF=s176-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/channel/UCV7cZwHMX_0vk8DSYrS7GCg)\n\n[**Learn coding**](https://www.youtube.com/channel/UCV7cZwHMX_0vk8DSYrS7GCg) \\\nContent about: Java OOP, Oracle database, Datastructure (IN Hindi Lang) \\\nFeatured playlists: `Java OOP`, `Oracle database`, `C Programs`. \\\n<br />\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJyHn9zALlBP5HBxpaqVd9x00oZDRlLKSOJu4Q=s100-c-k-c0xffffffff-no-rj-mo\"/>](https://www.youtube.com/user/briantwill)\n\n[**Brian Will**](https://www.youtube.com/user/briantwill) \\\nContent about: Backend, Rendering, Theoretical classes \\\nFeatured playlists: `OpenGL`, `the Clojure language`, `Python playlists`, `Pigeon, an educational programming language`, `many more interesting playlists!`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJz2eRlqEOHdjeRc_S7emHmcEztpnY_R4JoKMLEZ=s88-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/c/BenEater)\n\n[**Ben Eater**](https://www.youtube.com/c/BenEater) \\\nContent about: Assembly language, Hardware, Computer sciences \\\nFeatured playlists: `Building an 8-bit breadboard computer!`, `Network tutorial`, `Digital electronics tutorials`, `a lot of videos related`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.googleusercontent.com/FVYUizDAzY_u7ZRKe_TZSqFmJhfmnCmdS8UOE57X3JZYz6p_1Wrf61rbPtUMPSz9jdfScGJlCaw=s160-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/@MrPSolver)\n\n[**Mr. P Solver**](https://www.youtube.com/@MrPSolver) \\\nContent about: Python, Math, Numpy \\\nFeatured playlists: `Mastering Python Libraries`, `Essential Python Functions`, `GPU Accelerated Python`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.googleusercontent.com/ytc/AIdro_k5B_0NfkBrp0EpH4aZYfS7LZ8QWUqpcudMNNms8iIZ7w=s160-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/@eigenchris)\n\n[**eigenchris**](https://www.youtube.com/@eigenchris) \\\nContent about: Fundamental math, Calculus, Tensors \\\nFeatured playlists: `Tensors for Beginners`, `Tensor Calculus`, `Spinors for Beginners`, `Error Correcting Codes (ECCs)`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.googleusercontent.com/ytc/AIdro_mv_eZn9gNeN0anpCrz7TROBm14JRZnId06ZzAMekMkzg=s160-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/@codingmath)\n\n[**Coding Math**](https://www.youtube.com/@codingmath) \\\nContent about: Fundamental math, Physics \\\nFeatured playlists: `Fractals`, `Collision Detection`, `3D`, `Physics`, `Application - Ballistics`, `Trigonometry`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.googleusercontent.com/jfFx60eD6-93bOmWb20Ia6ehdTyiObRpSIzyK1S981LD78uGh8-jbENVajIYOPQCTDMiFfWjzg=s160-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/@CoreDumpped)\n\n[**Core Dumped**](https://www.youtube.com/@CoreDumpped) \\\nContent about: Computer science, Low Level Programming. \\\nFeatured playlists : `Operating Systems Theory`, `Computer architecture from scratch`.\n\n[🔼 Back to the top](#contents)\n\n## Machine Learning\n\nFind YouTubers experienced in Deep Learning, Natural Language Processing, Neural Network and many more topics related to this wide category.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJxzAin1zCLuS2UINl_fDJrzu_VsTVkEPgTv6MyRog=s100-c-k-c0xffffffff-no-rj-mo\"/>](https://www.youtube.com/c/AbhishekThakurAbhi)\n\n[**Abhishek Thakur**](https://www.youtube.com/c/AbhishekThakurAbhi) \\\nContent about: Practical videos, Talks \\\nFeatured playlists: `Applied Machine Learning Framework`, `Tips & Tricks of machine learning`, `more videos!`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJzcgfOw6DSoVxxHTvIKlZFG4MjZI9TbJGzAUNQC=s100-c-k-c0xffffffff-no-rj-mo\"/>](https://www.youtube.com/c/AhladKumar)\n\n[**Ahlad Kumar**](https://www.youtube.com/c/AhladKumar) \\\nContent about: Deep learning, Theoretical \\\nFeatured playlists: `Deep Learning`, `Convolutional Neural Network`, `Neural Networks playlists`, `many more playlists!`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJzv0OdI3kcpMnihQtHt9aJOSEzPNuXqxIV7mgPP3w=s100-c-k-c0xffffffff-no-rj-mo\"/>](https://www.youtube.com/c/AladdinPersson)\n\n[**Aladdin Persson**](https://www.youtube.com/c/AladdinPersson) \\\nContent about: PyTorch, TensorFlow \\\nFeatured playlists: `PyTorch Tutorials`, `TensorFlow 2.0 Beginner Tutorials`, `Machine Learning Algorithms`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJx7amajt6o275iRs_Pv-Rh_P73dM1b3C43ih0LtSsw=s88-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/c/AndreasMueller)\n\n[**Andreas Mueller**](https://www.youtube.com/c/AndreasMueller) \\\nContent about: Machine learning \\\nFeatured playlists: `Applied Machine Learning 2020`. \\\n<br />\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJyRLw0hmrqvguHdV1kLPIlanFtyKN20B6Nr0xAC=s100-c-k-c0xffffffff-no-rj-mo\"/>](https://www.youtube.com/c/dataschool)\n\n[**Data School**](https://www.youtube.com/c/dataschool) \\\nContent about: Python, Machine learning, Theoretical \\\nFeatured playlists: `Introduction to Machine Learning playlists`, `Data analysis in Python with Pandas`, `other talks videos and Python videos`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJzo7KJSSToapwqWLIadmUoLOFVBWTeYtOn3GeIv=s100-c-k-c0xffffffff-no-rj-mo\"/>](https://www.youtube.com/channel/UCHB9VepY6kYvZjj0Bgxnpbw)\n\n[**Henry AI Labs**](https://www.youtube.com/channel/UCHB9VepY6kYvZjj0Bgxnpbw) \\\nContent about: Theoretical \\\nFeatured playlists: `Deep Learning Paper Summaries`, `Reinforcement Learning`, `Generative Adversarial Networks`, `Neural Network Design`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJwL2eFQJIPKap7PiMXC84nZH9s10akuRMrcBpA_cA=s100-c-k-c0xffffffff-no-rj-mo\"/>](https://www.youtube.com/user/howardjeremyp)\n\n[**Jeremy Howard**](https://www.youtube.com/user/howardjeremyp) \\\nContent about: Deep learning, Theoretical \\\nFeatured playlists: `Deep Learning from the Foundations`, `Introduction to Machine Learning for Coders`, `Practical Deep Learning for Coders (2018, 2019, 2020)`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJzgLvUqKsklv4UY8i9ugnQnD70igloV2GO6aK0V=s100-c-k-c0xffffffff-no-rj-mo\"/>](https://www.youtube.com/c/RasaHQ)\n\n[**Rasa**](https://www.youtube.com/c/RasaHQ) \\\nContent about: Rasa, AI, NLP \\\nFeatured playlists: `NLP for Developers`, `Developing Contextual AI assistants with Rasa tools`, `Algorithm Whiteboard`, `Live Coding`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJz3i_QqeXKrRmT018ffmOrWmkWxb2MEpHEtiR28BVc=s100-c-k-c0xffffffff-no-rj-mo\"/>](https://www.youtube.com/c/YannicKilcher)\n\n[**Yannic Kilcher**](https://www.youtube.com/c/YannicKilcher) \\\nContent about: NLP, Machine learning, Deep learning, Theoretical \\\nFeatured playlists: `Natural Language Processing`, `General Machine Learning`, `Deep Learning Architectures`, `Computer Vision`, `Applications of Machine Learning`, `more!`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.googleusercontent.com/MopgmVAFV9BqlzOJ-UINtmutvEPcNe5IbKMmP_4vZZo3vnJXcZGtybUBsXaEVxkmxKyGqX9R=s160-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/channel/UCXZCJLdBC09xxGZ6gcdrc6A)\n\n[**OpenAI**](https://www.youtube.com/channel/UCXZCJLdBC09xxGZ6gcdrc6A) \\\nContent about: NLP, Machine learning, AI \\\nFeatured playlists: `Events and Talks`, `Research Releases`, `Robotics`. \\\n<br />\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/ytc/AAUvwngQ4bmzYvPJ1N0eh27Rl67yAOoydc8TPeLcPa_4Tw=s88-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/c/K%C3%A1rolyZsolnai)\n\n[**Two Minute Papers**](https://www.youtube.com/c/K%C3%A1rolyZsolnai) \\\nContent about: Machine Learning and AI Research, Scientific Papers \\\nFeatured playlists: `Two Minute Papers`, `AlphaGo`, `Fluid, Cloth and Hair Simulations`, `AI and Deep Learning`, `Light Transport, Ray Tracing and Global Illumination`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/ytc/AKedOLQl78_pFQwA4Q145UKMQg4SOrKv0F46Gh9zq4mXng=s88-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/c/MachineLearnia)\n\n[**Mark Saroufim**](https://www.youtube.com/user/marksaroufim) \\\nContent about: Machine Learning Engineering, Practical videos, Books review \\\nFeatured playlists: `Machine Learning Systems`, `Graph Neural Networks`, `more videos!`. \\\n<br />\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJygbw5_NJRJv11GoqyEXvHiAoLVu3RPOeROEM9Z0Q=s100-c-k-c0xffffffff-no-rj-mo\"/>](https://www.youtube.com/c/sentdex)\n\n[**sentdex**](https://www.youtube.com/c/sentdex) \\\nContent about: Python for AI and Finance \\\nFeatured playlists: `Python Programming for Finance`, `Machine Learning with Python`, `Neural Networks from Scratch in Python`.\n\n[🔼 Back to the top](#contents)\n\n## DevOps\n\nDevOps is combination of software **dev**elopment and IT **op**eration**s**. The topics may include Docker, Kubernetes, System Design, Kafka, Ansible, Cassandra, Zookeeper, Hadoop, Cloud (AWS, GCP, Azure) etc.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.googleusercontent.com/ZAuMKdMcyV3mhX857oCGWzQAQ4AqZhiDIO76MTC_DqckrujSNg5Mh2AQh6ngWYv7bzfu7TBoj24=s160-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/c/TechWorldwithNana)\n\n[**TechWorld with Nana**](https://www.youtube.com/c/TechWorldwithNana) \\\nContent about: GitOps, Continuous Integration, Continuous Delivery, IaC, Kubernetes, Docker \\\nFeatured playlists: `DevOps Concepts explained`, `Infrastructure as Code (IaC) Tutorials`, `DevOps Bootcamp`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.googleusercontent.com/_pHLjGmYVp9Qv6r57IhDnEsej2tgpxSyBzD8kUUvDetLLPLGSkDlh77JLxtchccZhBwG8iqq=s160-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/c/KodeKloud)\n\n[**KodeKloud**](https://www.youtube.com/c/KodeKloud) \\\nContent about: Kubernetes, Docker, Terraform \\\nFeatured playlists: `DevOps Pre-requisites`, `Docker for the Absolute Beginners`, `Kubernetes for the Absolute Beginners`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/ytc/AMLnZu9k7jRGbKljdwha4M3MHbR0ja9bPDx_hey9RLZtbQ=s88-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/c/DevOpsJourney)\n\n[**DevOps Journey**](https://www.youtube.com/c/DevOpsJourney) \\\nContent about: DevOps, Docker, Kubernetes, Ansible \\\nFeatured playlists: `Complete Docker Course`, `Complete Ansible Course`, `Complete Vagrant Course`. \\\n<br />\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.googleusercontent.com/jacVCU83XOS1K9ccASMnuesaaMyY33kWJm1_3TZ7ZsUsG1zJFq-j7pa1cg125_Z9yIlMjNzL=s160-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/c/DevOpsToolkit)\n\n[**DevOps Toolkit**](https://www.youtube.com/c/DevOpsToolkit) \\\nContent about: GitOps, Docker, Kubernetes, Rancher, AWS \\\nFeatured playlists: `Kubernetes`, `CI/CD`, `This vs. that`. \\\n<br />\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/ytc/AMLnZu9RMxhpGoX91C3oApVImrmahRpDeVzrijueTAbUaw=s88-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/c/wenkatn-justmeandopensource)\n\n[**Just me and Opensource**](https://www.youtube.com/c/wenkatn-justmeandopensource) \\\nContent about: Kubernetes, AWS, Google Cloud Platform, Docker, Linux containers, Jenkins, Databases (MySQL/MongoDB/Postgres), Elasticsearch Stack, Red Hat, Devops \\\nFeatured playlists: `Kubernetes Provisioning`, `Learn AWS`, `Google Cloud Platform for Beginners`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/ytc/AMLnZu8snSVp86PRqR-k2MW4UBPLbd6n7AoIB-U5eegrRg=s88-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/c/TechPrimers)\n\n[**Tech Primers**](https://www.youtube.com/c/TechPrimers) \\\nContent about: DevOps Cloud, Architecture, Tips & tricks \\\nFeatured playlists: `System Design Primer`, `AWS primer`, `Google Cloud Primer`, `Sprint Cloud Primer`. \\\n<br />\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/ytc/AMLnZu8SnxBjJvLOizFDmU39h2I-o1vUjZ1qrWd28VmDEA=s88-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/c/DefogTech)\n\n[**Defog Tech**](https://www.youtube.com/c/DefogTech) \\\nContent about: Java concurrency, Distributed systems, System design, Microservice etc. \\\nFeatured playlists: `Microservices`, `Distributed Systems`. \\\n<br />\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/ytc/AMLnZu-7nHRxTUEZFZEpfH4LKXxqiP9HObY3WL0SZhzW6g=s88-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/channel/UC3RKA4vunFAfrfxiJhPEplw)\n\n[**CodeOpinion**](https://www.youtube.com/channel/UC3RKA4vunFAfrfxiJhPEplw) \\\nContent about: Software Architecture & Design, Messaging, CQRS, Event Sourcing and HTTP APIs \\\nFeatured playlists: `Architecture`, `Software Design`. \\\n<br />\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.googleusercontent.com/Uke6wNNttpMYbAaK9oCPGTtQuY8dWW3T_6DAiwXpA7LGSvEeunmNSBF0urBoXMaz1uWIPbN4=s160-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/@AntonPutra)\n\n[**Anton Putra**](https://www.youtube.com/@AntonPutra) \\\nContent about: High-Quality DevOps Tutorials \\\nFeatured playlists: `Terraform Tutorial for Beginners`, `Prometheus (Thanos) Tutorials`, `Amazon EKS`, `100 Seconds of Code`. \\\n<br />\n\n[🔼 Back to the top](#contents)\n\n## Game Development\n\nIn this section, you can find YouTubers who teach about game development programs (Unity, Unreal Engine, etc.), core concepts in different programming languages (JavaScript, HTML5, Java) and art/design creation, 3D modelling and much more.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJx6TRb2UtlFRUrc1y8izsVdh5KgI1kYYBdZTwigIQ=s100-c-k-c0xffffffff-no-rj-mo\"/>](https://www.youtube.com/c/TheCharmefis)\n\n[**Dani Krossing**](https://www.youtube.com/c/TheCharmefis) \\\nContent about: Unity, C# \\\nFeatured playlists: `Create a 2D Game In Unity`, `Unity for Beginners!`, `Learn Unity Basics!`, `C# Tutorials`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJxHXU1KlWM0ZLoRVEhO0OkVoj7YGndylnAZYkTxdg=s100-c-k-c0xffffffff-no-rj-mo\"/>](https://www.youtube.com/c/ScriptersWar)\n\n[**ScriptersWar**](https://www.youtube.com/c/ScriptersWar) \\\nContent about: JavaScript, HTML5 \\\nFeatured playlists: `How to Make HTML5 Games: JavaScript Tutorial for Beginners JS Guide`, `a lot more videos`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJwlfHgIE-uCnJ3F3kWlJUJwXwGaYu-lDiTrt56GZQ=s100-c-k-c0xffffffff-no-rj-mo\"/>](https://www.youtube.com/c/Brackeys)\n\n[**Brackeys**](https://www.youtube.com/c/Brackeys) \\\nContent about: Unity, C#, Game design \\\nFeatured playlists: `How to make a 2D Platformer - Unity Course`, `Making a Multiplayer FPS in Unity`, `How to program in C# - Beginner Course`, `Unity 2D Tutorials`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJxjaeTFC1M-YAEpgSHasXcojzmv3vbpcOdojtjlug=s88-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/c/JonasTyroller)\n\n[**Jonas Tyroller**](https://www.youtube.com/c/JonasTyroller) \\\nContent about: GameMaker Studio, Tips and planning playlists \\\nFeatured playlists: `Will You Snail? - Full Development.`, `Game Dev Tips`, `How To Get Started With Game Development.`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJytTySK0c9M6APiuFRUiyGrBVToA1aAUse95O6ZjQ=s100-c-k-c0xffffffff-no-rj-mo\"/>](https://www.youtube.com/c/RealTutsGML)\n\n[**RealTutsGML**](https://www.youtube.com/c/RealTutsGML) \\\nContent about: Java, GameMaker Studio \\\nFeatured playlists: `Java Basic Programming`, `Cool Game Maker Tutorials`, `Beginner Java Game Development`, `Java Platform Game Programming`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJzLVHrXv3qfNCv7Qu9LX7x92XuCnNu8p4pQMd2YXA=s100-c-k-c0xffffffff-no-rj-mo\"/>](https://www.youtube.com/channel/UCX4mqbvv5lGqLpI4FYlJt4w)\n\n[**Mark Rise**](https://www.youtube.com/channel/UCX4mqbvv5lGqLpI4FYlJt4w) \\\nContent about: Game design, Animation \\\nFeatured playlists: `Geometric design playlists`, `Video Game Character Animation Course`, `After Effects Animation Tutorials`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJy9BmXS6-TeuqUEXnhPWdZT_c-td6YEF1tbiN8lWw=s100-c-k-c0xffffffff-no-rj-mo\"/>](https://www.youtube.com/c/ChrisCourses)\n\n[**Chris Courses**](https://www.youtube.com/c/ChrisCourses) \\\nContent about: HTML5 Canvas, JavaScript \\\nFeatured playlists: `HTML5 Canvas Tutorials for Beginners | Become a Canvas Pro`, `other JavaScript-related videos`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJxr-B_J2JaFQFAWAGI62RfHmCFVvt6rQocEeopqEw=s100-c-k-c0xffffffff-no-rj-mo\"/>](https://www.youtube.com/c/Zenva)\n\n[**Zenva**](https://www.youtube.com/c/Zenva) \\\nContent about: Unity, Unreal Engine, Godot \\\nFeatured playlists: `Master Unity Game Development`, `Unreal Game Development Mini-Degree`, `Godot Game Development Mini-Degree`, `a very lot more playlists about game development and design!`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJx1f7O5nvI5mIBDN5I3siO-x_3nXdmNb-ncK4Uz=s288-c-k-c0xffffffff-no-rj-mo\"/>](https://www.youtube.com/c/MixandJam)\n\n[**Mix and Jam**](https://www.youtube.com/c/MixandJam) \\\nContent about: Unity \\\nFeatured playlists: `Mix and Jam Recreations`, `Game Jams`, `RE Mix and Jam`. \\\n<br />\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJx2zjXrjENr6VU0xQnqHVrqitqoKsFIBGtEwOen8g=s100-c-k-c0xffffffff-no-rj-mo\"/>](https://www.youtube.com/c/DaFluffyPotato)\n\n[**DaFluffyPotato**](https://www.youtube.com/c/DaFluffyPotato) \\\nContent about: Pygame \\\nFeatured playlists: `Pygame Tutorial Series (beginner)`, `Pygame Tutorial Series (amateur)`, `Pygame Tutorial Series (advanced)`, `more Pygame videos!`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJw7ckfiEB4cBXQRTsWZ361ObFTWjU6wV91zxbVF=s100-c-k-c0xffffffff-no-rj-mo\"/>](https://www.youtube.com/c/ChiliTomatoNoodle)\n\n[**ChiliTomatoNoodle**](https://www.youtube.com/c/ChiliTomatoNoodle) \\\nContent about: C++, DirextX, 3D \\\nFeatured playlists: `Beginner C++ Game Programming`, `Intermediate C++ Game Programming`, `Advanced C++ Game Programming`, `3D Programming Fundamentals`, `C++ 3D DirextX Programming`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJzm-kDEnQuVh_KHGA1S7f7xe2d_dywIeLSjSm7PyC8=s88-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/channel/UCxboW7x0jZqFdvMdCFKTMsQ)\n\n[**GDQuest**](https://www.youtube.com/channel/UCxboW7x0jZqFdvMdCFKTMsQ) \\\nContent about: GODOT \\\nFeatured playlists: `Godot 3 tutorials`, `3d Maze Game in Godot`, `Make Your First 2D Game with Godot`, `Godot - Beginner Game Creation Tutorials`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJzoIjRlshuZqc2EyoOtY76mx1jOrnT_VE26BGFctg=s88-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/user/uheartbeast)\n\n[**HeartBeast**](https://www.youtube.com/user/uheartbeast) \\\nContent about: GODOT, 2D, GameMaker \\\nFeatured playlists: `Godot Engine Tutorials`, `Resource Based Inventory Tutorial in Godot`, `2D Hack-n-Slash Course (Complete Course)`, `GameMaker Platform Tutorials`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJy1coScVH3_bUoljtyvGxH7jpeS73tNanRpBxHZ=s88-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/c/MethMethMethod)\n\n[**Meth Meth Method**](https://www.youtube.com/c/MethMethMethod) \\\nContent about: JavaScript \\\nFeatured playlists: `Super Mario Bros in JavaScript`, `Creating a Tetris Online Multiplayer in Javascript`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/ytc/AAUvwnhzSBts9V7Ejj7f8uMAqqN8T0MsQ5kSYC5pq9tWaQ=s88-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/c/ClearCode)\n\n[**Clear Code**](https://www.youtube.com/c/ClearCode) \\\nContent about: Python \\\nFeatured playlists: `Pygame Fundamentals`, `Creating Pong in Pygame`, `Learning pygame by making Flappy Bird`, `Google dinosaur runner in Godot`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/ytc/AKedOLTGj8uIleXQsTjYxUTZELm9D4xNFrdoLrZChKCF=s176-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/channel/UCS2smVWjNGuRzD6HVWmlWwQ)\n\n[**The DevKing**](https://www.youtube.com/channel/UCS2smVWjNGuRzD6HVWmlWwQ) \\\nContent about: game development, Robolox scripting \\\nFeatured playlists: `Robolox scripting`. \\\n<br />\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJwnC9ATEyVr8Mf-Vz3K1hAUMzPXjxz_rp2LZL6JVg=s100-c-k-c0xffffffff-no-rj-mo\"/>](https://www.youtube.com/user/TheChernoProject)\n\n[**The Cherno**](https://www.youtube.com/user/TheChernoProject) \\\nContent about: C++, Game development \\\nFeatured playlists: `Game Engine`, `C++`, `OpenGL`, `3D game programming in java`. \\\n<br />\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.googleusercontent.com/AHB_DOnLYaB2c1dGXjtAUaM9h8ReaGWlJ3Wg_dI8gCXzBT8h0hP_3H-ZSkSHTFsDF7KA108MnV0=s160-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/@acegikmo)\n\n[**Freya Holmér**](https://www.youtube.com/@acegikmo) \\\nContent about: Math & Game Development \\\nFeatured playlists: `Math For Game Devs (2020)`, `Visual Explanations`, `Math For Game Devs (2022)`. \\\n<br />\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.googleusercontent.com/ytc/AIdro_lUHZo6xn80BzbeDfyGhYdVCEQwPNtsHDGJ4irZmEwfsQ=s160-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/@CodeParade)\n\n[**CodeParade**](https://www.youtube.com/@CodeParade) \\\nContent about: Game Development with real projects \\\nFeatured playlists: `4D Golf`, `Hyperbolica`, `Fractals & Math`. \\\n<br />\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.googleusercontent.com/ytc/AIdro_mXDNthuPdZjYoWO8sGF-WUR-CmR-vqkTk1LdVTEEHu1w=s160-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/@TheArtofCodeIsCool)\n\n[**CodeParade**](https://www.youtube.com/@TheArtofCodeIsCool) \\\nContent about: Game Graphics, Shaders, Rays \\\nFeatured playlists: `Shader Coding`, `Fractals`, `Ray Marching`, `Unity Tutorials`. \\\n<br />\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.googleusercontent.com/NTUIaPtPtvg2MfVmPhR32gmMW8UwO7cCzoSYJTxDTISb8fHdBxcxgPbbnBEgrlkfjlBoUY4zyQ=s160-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/@Gdconf)\n\n[**GDC**](https://www.youtube.com/@Gdconf) \\\nContent about: Conferences about inner functionality of top videogames \\\nFeatured playlists: `Narrative Talks`, `Design Talks`, `Programming Talks`, `Art and Graphic Design Talks`, `Game Music Talks`, `Animation Talks`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.googleusercontent.com/ytc/AIdro_mSwCYDJjUAaowHq3pVAk_T0v9ECCP02kzPIkCic96WiJE=s160-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/@jblow888)\n\n[**Jonathan Blow**](https://www.youtube.com/@jblow888) \\\nContent about: Meta Game Development \\\nFeatured playlists: `Game Engine Programminmg`, `A Programming Language for Games`. \\\n<br />\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.googleusercontent.com/ytc/AIdro_mFzhaZxBZ1bMQQPAyr2RrStM021SI2dby30-kwRQwn6C0=s160-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/@InfernalDevice)\n\n[**Infernal Device**](https://www.youtube.com/@InfernalDevice) \\\nContent about: Minecraft commands, Minecraft datapacks \\\nFeatured playlists: `[Adventure Map Building]`, `[Minecraft 1.21 Datapack]`. \\\n<br />\n\n[🔼 Back to the top](#contents)\n\n## Mobile Development\n\nIn this section, you can learn how to build mobile applications from scratch that face consumers. Learn how to follow industry best practices. Learn Kotlin or Swift for native development in Android/iOS or learn technologies such as React Native and Flutter for cross-platform mobile development.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.googleusercontent.com/X451Wa5BOIVB5Bn_nFM1eAMSQVAryjtUpgDdwW9FgbVmQziARk3g4ig6oz0owjcnnzrsb2xf4kI=s160-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/c/PhilippLackner)\n\n[**Philipp Lackner**](https://www.youtube.com/c/PhilippLackner) \\\nContent about: Android, Kotlin, Jetpack Compose \\\nFeatured playlists: `ANDROID FUNDAMENTALS FOR BEGINNERS`, `KOTLIN NEWBIE TO PRO`, `Jetpack Compose`. \\\n<br />\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJx_F6rE_flskMStro3T2TQ_s-NAl9j2k6nIahoP=s100-c-k-c0xffffffff-no-rj-mo\"/>](https://www.youtube.com/c/SimplifiedcodingNetOfficial)\n\n[**Simplified Coding**](https://www.youtube.com/c/SimplifiedcodingNetOfficial) \\\nContent about: Android, Backend \\\nFeatured playlists: `PHP, MySQL and Firebase videos`, `Kotlin Programming Tutorial`, `more videos and playlists`.\n\n[🔼 Back to the top](#contents)\n\n## Cybersecurity\n\nLearn how you can protect yourself from attackers or malicious software. Learn also how the hacks are made to know deeply what is going on inside them, with the ethical hacking tutorials.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJxXEBqSlbr0Gm-VRnA6Q7alt4cZA_kfu1fkWdgr=s100-c-k-c0xffffffff-no-rj-mo\"/>](https://www.youtube.com/c/DavidBombal)\n\n[**David Bombal**](https://www.youtube.com/c/DavidBombal) \\\nContent about: Ethical hacking, Linux \\\nFeatured playlists: `CCNA Exam: 200-125, 100-105 and 200-105`, `Cisco playlists`, `SDN Videos`. \\\n<br />\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/ytc/AAUvwngQe82aB9iyW0oPVNvK9C5P8S5amy4J8vNNgc0lNg=s88-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/c/AndreasKling)\n\n[**Andreas Kling**](https://www.youtube.com/c/AndreasKling) \\\nContent about: Hacking \\\nFeatured playlists: `Browser hacking`, `DevTools hacking`, `OS hacking`, `SerenityOS`, `Emulator hacking`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJzNrZ0R2UonwEPRLM-mu3cqjLu2SUVG2VSev7jtGw=s100-c-k-c0xffffffff-no-rj-mo\"/>](https://www.youtube.com/channel/UCkefXKtInZ9PLsoGRtml2FQ)\n\n[**Professor Messer**](https://www.youtube.com/channel/UCkefXKtInZ9PLsoGRtml2FQ) \\\nContent about: Security \\\nFeatured playlists: `CompTIA Security+ SY0-501 Training Course`, `CompTIA N10-007 Network+ Study Groups`, `and many more like this!`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJxxwg_MKbgIY5qofCP_D9_7J1imehz-xhNBbtuA=s100-c-k-c0xffffffff-no-rj-mo\"/>](https://www.youtube.com/c/CodeCommand)\n\n[**CodeCommand**](https://www.youtube.com/c/CodeCommand) \\\nContent about: Ethical hacking, Security \\\nFeatured playlists: `Cyber Security - Penetration Testing Course (Offensive Security)`, `Kali Linux Tutorials | Pentesting Methods |`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJx0I11HLzaCk0XKTy0lF5w7Na4AO_0pxVjc8zkIHg=s100-c-k-c0xffffffff-no-rj-mo\"/>](https://www.youtube.com/c/LiveOverflow)\n\n[**LiveOverflow**](https://www.youtube.com/c/LiveOverflow) \\\nContent about: Ethical hacking \\\nFeatured playlists: `Browser Exploitation`, `Hardware Security Research/Mobile`, `Binary Exploitation`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJwX8qUlbr3ikiGsK_1TEe5i6ALRLhVXfDieN2ni=s100-c-k-c0xffffffff-no-rj-mo\"/>](https://www.youtube.com/channel/UCgTNupxATBfWmfehv21ym-g)\n\n[**NullByte**](https://www.youtube.com/channel/UCgTNupxATBfWmfehv21ym-g) \\\nContent about: Networking and security, Tutorials on Pentesting tools, Ethical hacking \\\nFeatured playlists: `Using Wireshark`, `NodeMCU`, `RaspberryPi`, `Cyber Weapons lab`. \\\n<br />\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJzJ5anzmrJc0GgT4bIkOsdQ8PWsUkrFg04-kyO-zQ=s100-c-k-c0xffffffff-no-rj-mo\"/>](https://www.youtube.com/channel/UC0ZTPkdxlAKf-V33tqXwi3Q)\n\n[**Hackersploit**](https://www.youtube.com/channel/UC0ZTPkdxlAKf-V33tqXwi3Q) \\\nContent about: Pentesting, Ethical hacking, Linux \\\nFeatured playlists: `Metasploit`, `Linux`, `NMap`,`Osint`. \\\n<br />\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel avatar\" src=\"https://yt3.ggpht.com/ytc/AAUvwnhE2DbmnPI3pt2MduxNiMHx4yx37bHq3W01WVNEV4c=s288-c-k-c0xffffffff-no-rj-mo\"/>](https://www.youtube.com/c/GeraldAuger)\n\n[**Gerald Auger**](https://www.youtube.com/c/GeraldAuger) \\\nContent about: Cyber security \\\nFeatured playlists: `Breaking Into Cybersecurity Videos - Simply Cyber`, `Cybersecurity Job Hunting QA with Recruiters`, `Free Pentester List Companion`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel avatar\" src=\"https://yt3.ggpht.com/ytc/AAUvwnh6QHLdRPfo9NF-2TFY0fiAqnjLXiV48odLQASLQA=s288-c-k-c0xffffffff-no-rj-mo\"/>](https://www.youtube.com/c/NetworkChuck)\n\n[**Network Chuck**](https://www.youtube.com/c/NetworkChuck) \\\nContent about: Networking, Cyber security, Ethical hacking \\\nFeatured playlists: `Linux - NetworkChuck`, `FREE Security+ SY0-601 // Complete Course // thisisIT 2020`, `FREE CCNA 200-301 // Complete Course // NetworkChuck 2020`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/ytc/AKedOLSKaXhsJjVcucr6ZGs4aFaBu_Qy-oY5z1KBLVGh0Q=s88-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/c/JohnHammond010)\n\n[**John Hammond**](https://www.youtube.com/c/JohnHammond010) \\\nContent about: Cyber security, Ethical hacking, Malware analysis \\\nFeatured playlists: `Malware Analysis`, `TryHackMe`, `FORENSICS`. \\\n<br />\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/ytc/AKedOLQ4ngTlpfyu-izPaLTs-MP--b1V5mL-lTtLqvF-UA=s88-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/c/SunKnudsen)\n\n[**Sun Knudsen**](https://www.youtube.com/c/SunKnudsen) \\\nContent about: Privacy guides, bitcoin \\\nFeatured playlists: `Privacy guides`, `Bitcoin series`. \\\n<br />\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.googleusercontent.com/SQa_VJ5vkQsZcWrg8-XamPyDGKfqPYcv2xflPTbxhYu_NWO1_Hpef35VsGEEm-PierkS25mjkNs=s160-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/c/Techlore)\n\n[**Techlore**](https://www.youtube.com/c/Techlore) \\\nContent about: Privacy and security tutorials and reviews \\\nFeatured playlists: `Go Incognito: A Guide to Security, Privacy, & Anonymity`. \\\n<br/>\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.googleusercontent.com/_LNJf4dXJKY2pfsOEel1cu3SOs0ubJ9_pOpJYaZ3sgQB-pFXoADaqOW-sFDBcc_vmFLtxANL=s160-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/@OpenSecurityTraining)\n\n[**OpenSecurityTraining2**](https://www.youtube.com/@OpenSecurityTraining) \\\nContent about: Malware identification, Exploits, Reverse engineering \\\nFeatured playlists: `Dynamic Malware Analysis`, `Reverse Engineering Malware`, `Intro Reverse Engineering`, `Intro Trusted Computing`, `Introduction to ARM`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.googleusercontent.com/ytc/AIdro_nkaYYzjxSUcSaGGquR6Yui6uc2_OpZbDIt1vzRjBtk8FI=s176-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/@GuidedHacking)\n\n[**Guided Hacking**](https://www.youtube.com/@GuidedHacking) \\\nContent about: Ethical hacking, Penetration testing \\\nFeatured playlists: `Game Hacking 100 - Game Hacking Course`, `C++ Pattern Scanning Tutorial`, `Linux Hacking Tutorials`.\n\n[🔼 Back to the top](#contents)\n\n## Internet/networking\n\nGet awesome playlists and videos about both software and hardware to know how does the internet connection and networking works (beginner and advanced tutorials).\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJzSYAPTPcWy0bRmuTwX_ZoSf5glAyJey9l3DVyeKA=s88-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/c/NetVNbuitronghieu)\n\n[**Net VN**](https://www.youtube.com/c/NETVN82) \\\nContent about: Internet, Networking, Command line, Hardware \\\nFeatured playlists: `A lot of router/modem playlists`, `Software management of internet connection and network videos`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJyLZ561K6CUOujxHpRbMgK_lwD6WWELO6YwM2Bw=s100-c-k-c0xffffffff-no-rj-mo\"/>](https://www.youtube.com/channel/UCtuXekfqj-paqsxtqVNCC2A)\n\n[**Network Direction**](https://www.youtube.com/channel/UCtuXekfqj-paqsxtqVNCC2A) \\\nContent about: Networking \\\nFeatured playlists: `Network Direction`, `Network Fundamentals`, `Firewall and LAN videos`. \\\n<br />\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJxQ3fRhADkbhwzuqg1IdgIxpJBsmTpwPwEJ5yH4Jg=s100-c-k-c0xffffffff-no-rj-mo\"/>](https://www.youtube.com/c/NetworKingInc)\n\n[**NetworKing**](https://www.youtube.com/c/NetworKingInc) \\\nContent about: Networking, CCNA \\\nFeatured playlists: `Full Series | 200-301 CCNA | Free Cisco Video Training 2020 | Networking Inc.`, `other networking videos`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJz94lPJiSkw20P0-6TLSo4oz0Z_BQkhMiHBoZyF2w=s100-c-k-c0xffffffff-no-rj-mo\"/>](https://www.youtube.com/c/PowerCertAnimatedVideos)\n\n[**PowerCert Animated Videos**](https://www.youtube.com/c/PowerCertAnimatedVideos) \\\nContent about: Networking hardware with other concepts with helpful the visuals. There is also a crash course on A+ and Net+. \\\nFeatured playlists: `Information Technology`, `CompTIA Certification`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJy96DtZPu2EJwh5eXuSn6-ru4wz1C4xFTs8GBcwYA=s176-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/c/ALLABOUTELECTRONICS)\n\n[**All About Electronics**](https://www.youtube.com/c/ALLABOUTELECTRONICS) \\\nContent about: Electronics and Communication \\\nFeatured playlists: `BJT`, `Analog Electronics`, `Network Analysis`. \\\n<br />\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.googleusercontent.com/ytc/AIdro_lhZ2iLWGak2w8ipVVQ92VnYOc0TBE-OYv9FP0yogg33A=s160-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/@cemaxecuter7783)\n\n[**cemaxecuter**](https://www.youtube.com/@cemaxecuter7783) \\\nContent about: SDR, Linux \\\nFeatured playlists: `War Dragon`, `Raspberry Pi`, `WiFi IDS, monitoring, and incident response`, `and much more.`. \\\n<br />\n\n[🔼 Back to the top](#contents)\n\n## Software in general\n\nYouTubers that focus their content in specific third-party softwares. These are not programming tutorials but tutorials on how to use and master certain applications.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJyI_LJUCt0PppNpYDlfW4KTcpmBf73M3hWv0YxH=s88-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/c/LearnGoogleSpreadsheets)\n\n[**Learn Google Spreadsheets**](https://www.youtube.com/c/LearnGoogleSpreadsheets) \\\nContent about: Google Spreadsheets \\\nFeatured playlists: `Google Sheets - Fundamental Skills`, `Google Apps Scripts - Fundamental`. \\\n<br />\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJzKIt0dhdvc7FP-6HRlB-WClDG9geZOhC_eDaIYqw=s100-c-k-c0xffffffff-no-rj-mo\"/>](https://www.youtube.com/c/OnlineTrainingforEveryone)\n\n[**Online Training for Everyone**](https://www.youtube.com/c/OnlineTrainingforEveryone) \\\nContent about: Excel, Office suite \\\nFeatured playlists: `Excel 2020 Tutorials`, `Advanced Excel Tutorials`, `Microsoft Visio Tutorials`, `Windows 10 Tutorials`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJwY3ModHFJGHTdK25cpztQz8NPG8gFllfgWJEqvwA=s100-c-k-c0xffffffff-no-rj-mo\"/>](https://www.youtube.com/c/Simonsezit)\n\n[**Simon Sez IT**](https://www.youtube.com/c/Simonsezit) \\\nContent about: Office suite, Microsoft \\\nFeatured playlists: `Excel playlists`, `QuickBooks playlists`, `Power BI Tutorials`, `Microsoft Outlook 2019`, `more videos about Microsoft programs`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJwDmz-Sqfl3nOecezetnZo7lxo2sSFGahLOY7dGKg=s100-c-k-c0xffffffff-no-rj-mo\"/>](https://www.youtube.com/c/TomScottGo)\n\n[**Tom Scott**](https://www.youtube.com/c/TomScottGo) \\\nContent about: Theoretical videos \\\nFeatured playlists: `How To Build An App`, `The Basics (Code)`, `other science videos`. \\\n<br />\n\n[🔼 Back to the top](#contents)\n\n## Operating Systems\n\nIncludes videos and tutorials for the correct management and understanding of Windows, Linux, Mac and other operating systems. Learn about useful commands and settings to keep your OS up-to-date and secure.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJyzXrRfkiVxobJ_1-ot6Nwbb-8hzmOInqGjQJReXQ=s100-c-k-c0xffffffff-no-rj-mo\"/>](https://www.youtube.com/c/RibaLinux)\n\n[**Riba Linux**](https://www.youtube.com/c/RibaLinux) \\\nContent about: Linux \\\nFeatured playlists: `Install and overview`, `Linux How-to`. \\\n<br />\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJy8oFBuw6tSoDlY7bV6kK_97atCLWDgBH-pypW8dw=s100-c-k-c0xffffffff-no-rj-mo\"/>](https://www.youtube.com/c/MSFTWebCast)\n\n[**MSFT WebCast**](https://www.youtube.com/c/MSFTWebCast) \\\nContent about: Windows \\\nFeatured playlists: `Windows Server Beginners Tutorials`, `Managing Networking services in Windows Server`, `Managing Active Directory Infrastructure`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.googleusercontent.com/QK7u57KBf5X0tTfsggUCWT1SF3hk5K1qp8vJbAvKspCbbJOQeOL7aNZ93YW1ii_Ia6EkW6sdJw=s160-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/c/DistroTube/)\n\n[**DistroTube**](https://www.youtube.com/c/DistroTube/) \\\nContent about: Linux, Emacs, CLI, Privacy in general.\\\nFeatured playlists: `Privacy & Security`, `The church of Emacs`, `The command line`, `The Arch way`. \\\n<br />\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.googleusercontent.com/mfgw9-hHFToOujVfKxwqvvg1hhqbzEPTj2otSrWfF9kB7baYbqyu8GqCykaUaviVj151ZThW=s160-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/channel/UCxQKHvKbmSzGMvUrVtJYnUA)\n\n[**Learn Linux TV**](https://www.youtube.com/channel/UCxQKHvKbmSzGMvUrVtJYnUA) \\\nContent about: Linux Tutorials, Distribution reviews, Linux Guides \\\nFeatured playlists: `Hardware reviews`, `Linux essentials`, `Linux commands for beginners`. \\\n<br />\n\n[🔼 Back to the top](#contents)\n\n## Hardware\n\nCPU's, motherboards, monitors, keyboards, mouses, PC's/Laptops and all about hardware. Modems and routers can also be found here, as well as the newest phones and other technological gadgets. Get recommendations and price/quality comparisons about these products.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJwcYEZYVuVI4MejVHLNgPMLSWYzXmhTyVjgcweM=s100-c-k-c0xffffffff-no-rj-mo\"/>](https://www.youtube.com/c/TeachingTech)\n\n[**Teaching Tech**](https://www.youtube.com/c/TeachingTech) \\\nContent about: Printing \\\nFeatured playlists: `3D printing for beginners`, `3D Printing`, `Ender playlists`, `Onshape 3D Modelling`, `Printer reviews playlists`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJwQoPNwqUbfu_y7o7GWaeZgX8ovoHSYuWfbiJLR8g=s100-c-k-c0xffffffff-no-rj-mo\"/>](https://www.youtube.com/c/LinusTechTips)\n\n[**Linus Tech Tips**](https://www.youtube.com/c/LinusTechTips) \\\nContent about: All hardware \\\nFeatured playlists: `Build Guides, Buyer's Guides, and Ultimate Guides`, `Computer Systems & All-in-Ones`, `CPU, Motherboard, Memory Videos`, `many more`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/ytc/AMLnZu-fScLPO4kV3revBwVIkhHokXoDyfVl4FKPquTuyg=s176-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/c/GamersNexus)\n\n[**Gamers Nexus**](https://www.youtube.com/c/GamersNexus) \\\nContent about: All hardware \\\nFeatured playlists: `Hardware News`, `PC Case Reviews`, `Pre-Built Gaming PC Reviews`, `many more`. \\\n<br />\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.googleusercontent.com/60ZHdHfspX1q6YI8_RW8Zz8fyR8Ne5aDHIwQ0TGN-vFkBWp5J1htI2VsLQQsnVoQbGhIxmJ3lQ=s160-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/c/Jayztwocents)\n\n[**JayzTwoCents**](https://www.youtube.com/c/Jayztwocents) \\\nContent about: All hardware \\\nFeatured playlists: `PC Building`, `GPU`, `Custom Builds`. \\\n<br />\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJzuLlqZ7x3U3Nbdg8BuL0GGAkQh00S9Sh87UTUV_Q=s100-c-k-c0xffffffff-no-rj-mo\"/>](https://www.youtube.com/c/Educ8s)\n\n[**educ8s.tv**](https://www.youtube.com/c/Educ8s) \\\nContent about: Arduino \\\nFeatured playlists: `Arduino Tutorials for Beginners`, `Raspberry Pi Tutorials for Beginners`, `a lot more Arduino tutorials/projects videos!`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.googleusercontent.com/XLvDKb0nskFt02mKB8b9BxJak2O9xgutVgY2ijxkwNKPeGjYKIPF7vcI7okv_J1nwJFSvUGbYQ=s160-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/user/greatscottlab)\n\n[**GreatScott!**](https://www.youtube.com/user/greatscottlab) \\\nContent about: Raspberry Pi, 3D Printing, Electronics \\\nFeatured playlists: `3D Printing`, `DIY or Buy`, `Build your own Ambilight with the Raspberry Pi`. \\\n<br />\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJzlJaQx61gcwSaB_BuzUuGmiI760apf7T93lzoo=s88-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/user/RaspberryPiBeginners)\n\n[**RaspberryPiIVBeginners**](https://www.youtube.com/user/RaspberryPiBeginners) \\\nContent about: Raspberry Pi \\\nFeatured playlists: `Getting started with your Raspberry Pi`. \\\n<br />\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.googleusercontent.com/yhQrTIa3XJ_Awl6RcnIgnKF1Ifmx-mudVcIkhqnz70e94eqOwVFqbTBX99uvWKjy_oebv846Tk4=s160-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/user/explainingcomputers)\n\n[**ExplainingComputers**](https://www.youtube.com/user/explainingcomputers) \\\nContent about: Raspberry Pi, Electronics, Operation System \\\nFeatured playlists: `Artificial Intelligence`, `Pi Zero Projects`, `Migrating to Linux`, `many more`. \\\n<br />\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/ytc/AMLnZu_MySAuuGYGYlGD62nLVgaZHGYFAMSTJh7D3YPIMQ=s176-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/c/ETAPRIME)\n\n[**ETA PRIME**](https://www.youtube.com/c/ETAPRIME) \\\nContent about: Raspberry Pi, Electronics, Operation System, Single Board Computers, Gaming \\\nFeatured playlists: `Single Board Computer Reviews`, `Gaming on SBCs`, `many more`. \\\n<br />\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/ytc/AL5GRJXg0un1rLvqfNvehwVVtDq_1pxwsx3BOCc9PA-1KQ=s88-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/@ServeTheHomeVideo)\n\n[**ServeTheHome**](https://www.youtube.com/@ServeTheHomeVideo) \\\nContent about: Server Hardware, Networking and other hardware for the professional \\\nFeatured playlists: `About Servers`, `Fanless`, `Mini PC`, `Workstations`, `Current Events`, `Storage`, `Server Processors`, `Networking`, `Cool server hardware`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.googleusercontent.com/3NA84SrZjBn4mqokZwGCNLeqAldLRdGZihlfXcTg_thd20VxdXvE69aswDmEOydcEitGC2DEQlY=s160-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/@BranchEducation)\n\n[**Branch Education**](https://www.youtube.com/@BranchEducation) \\\nContent about: All technological devices internal working \\\nFeatured playlists: `Memory`, `SSD`, `Microchips`, `Mouse`, `PCB`. \\\n<br />\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.googleusercontent.com/ytc/AIdro_kXdcS1h9wsDkagn4XjbFv2ciijyxDcSUYsGfvrcd6USw=s160-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/@iforce2d)\n\n[**iforce2d**](https://www.youtube.com/@iforce2d) \\\nContent about: Radio-controlled devices, Arduino \\\nFeatured playlists: `Arduino RC Things`, `RUBE editor tutorials`, `Arduino mini radiosonde`, `Arduino GSM Things`, `Noobs guide to quadcopters`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.googleusercontent.com/ytc/AIdro_n9q5QDQLpol-a7QJStLiJWRPx-IwsPWMik7HPu-7TmmcY=s160-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/@renerebe)\n\n[**Bits inside by René Rebe**](https://www.youtube.com/@renerebe) \\\nContent about: Various devices, Linux, Open source \\\nFeatured playlists: `DIY / Repair`, `Retro / Vintage`, `Linux`, `FPGA`. \\\n<br />\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.googleusercontent.com/ytc/AIdro_k0zgeBetnKOR9pAF0lfn87XESBiJBIQUMSDJ11sLcScnw=s176-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/@stacksmashing)\n\n[**stacksmashing**](https://www.youtube.com/@stacksmashing) \\\nContent about: Reverse engineering, Video game hacking \\\nFeatured playlists: `Game & Watch Hacking`, `Game Boy Hacking`, `Embedded & IoT hacking`, `Reversing WannaCry`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.googleusercontent.com/ytc/AIdro_l17lYcTcRSydZeQK-RuiSfEeH5eX9m4irSNQj6109v5MQ=s176-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/@EEVblog)\n\n[**EEVblog**](https://www.youtube.com/@EEVblog) \\\nContent about: Electronics, Computer peripherals, Devices \\\nFeatured playlists: `Electronics Tutorial - DC Fundamentals`, `Electronics Tutorials - AC Theory Series`, `Open Source Hardware`, `and many more!`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.googleusercontent.com/ytc/AIdro_k-qMilaXXOCC7AjANxEeEcjhfowiKg25A-Dpa-QmPSzP4=s176-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/@w2aew)\n\n[**w2aew**](https://www.youtube.com/@w2aew) \\\nContent about: Electronics, Circuits \\\nFeatured playlists: `Basics on Capacitors and Inductors`, `Op Amp Tutorials`, `Circuit Tutorials`, `Bipolar Transistor Videos`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.googleusercontent.com/ytc/AIdro_kofRvJP-uxkHBcRV-scwif16qFhHrEx3L15uBFA2FJm88=s176-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/@Afrotechmods)\n\n[**Afrotechmods**](https://www.youtube.com/@Afrotechmods) \\\nContent about: Electronics \\\nFeatured playlists: `Electronics for Beginners`, `All about bateries`, `Passive filters`, `Oscilloscope tutorials`, `Tutorials about inductors`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.googleusercontent.com/ytc/AIdro_kkPKtzIooXCcTnlEFwrFyQ4OQgrJmZ6O3fFpCnphz-MJw=s160-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/@RFDesignbasics)\n\n[**RF Design Basics**](https://www.youtube.com/@RFDesignbasics) \\\nContent about: Electronics, Systems, Theoretical classes \\\nFeatured playlists: `Control Systems`, `Electromagnetic Field Theory`, `Digital System Design/Digital logic design`, `Circuit Theory/Network Theory`, `Transmission Lines and Waveguides`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.googleusercontent.com/unMMiDpcM4QqW_bdnLMDqiWUgw_h3F0ff4deNFn5d05z5JcC_-ngIFHLtHb1iP5HYVepUKq7=s160-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/@rossmanngroup)\n\n[**Louis Rossmann**](https://www.youtube.com/@rossmanngroup) \\\nContent about: Devices, Repair tutorials \\\nFeatured playlists: `Not recognizing internal SSD/hard drive`, `SSD Data Recovery`, `Macbook USB port not working`, `usb drive data recovery`, `and much more!`.\n\n[🔼 Back to the top](#contents)\n\n## Competitive Programming\n\nThis category contains some of the channels you can follow to get advice in order to gain experience and increase your competitive programming skills.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/ytc/AMLnZu-vxWUfyxiYaed6g7no_ja24Sk4bOQvqy3vOA=s176-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/user/tusharroy2525)\n\n[**Tushar Roy - Coding Made Simple**](https://www.youtube.com/user/tusharroy2525) \\\nContent about: Data Structures and Algorithms, Dynamic Programming, Leetcode \\\nFeatured playlists: `Dynamic Programming`, `Graph Algorithms`, `Binary Tree`. \\\n<br />\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.googleusercontent.com/RQYGoG6D38H4nOsugUyRdhE8Xj7kpQ9QPF3Y_jsU8v5AmBd64vtLQPaQzgubRdDBteOqOhgk=s160-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/c/GauravSensei)\n\n[**Gaurav Sen**](https://www.youtube.com/c/GauravSensei) \\\nContent about: System Design, Data Structures & Algorithms \\\nFeatured playlists: `System Design`, `Competitive Programming A-Z`. \\\n<br />\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.googleusercontent.com/ZDRUyBUwc2WXZzvNKP9VS9myI6Mg2puQLaWyp4hibRu-owlsasZ3DVNGSQJwzO1IU-tqoMiGgdc=s160-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/c/ByteByteGo)\n\n[**ByteByteGo**](https://www.youtube.com/c/ByteByteGo) \\\nContent about: Large scale system design \\\nFeatured playlists: `Algorithms You Should Know For System Design`, `System Design Fundamentals`, `System Design Interview`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/ytc/AMLnZu9dupLKLe6WOebxccdC3Im4aHMfCR9M4GjydKOZ=s176-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/c/CSDojo)\n\n[**CS Dojo**](https://www.youtube.com/c/CSDojo) \\\nContent about: Data Structures & Algorithms \\\nFeatured playlists: `Data Structures and Algorithms`, `Coding Interview Questions and Answers`. \\\n<br />\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/ytc/AMLnZu-mNYkWKdRO5UORKk8xmG_Gyb11N4PbiJ0BZlZW8Q=s176-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/c/BackToBackSWE)\n\n[**Back To Back SWE**](https://www.youtube.com/c/BackToBackSWE) \\\nContent about: Leetcode, Software Engineering Interview \\\nFeatured playlists: `Tree, Binary Trees & Binary Search Tree`, `Sorting, Searching & Heaps`, `Dynamic Programming, Recursion & Backtracking`, `Graphs, Greedy Algorithms & Other`. \n<br />\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/ytc/AMLnZu8aa8BR8qGCyjKSHpnt5qCFReOEZ_xTtK3hqknPgA=s176-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/c/Errichto)\n\n[**Errichto**](https://www.youtube.com/c/Errichto) \\\nContent about: Leetcode, Codeforces \\\nFeatured playlists: `Codeforces Problems`, `Leetcode Coding Interview Problems`. \\\n<br />\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.googleusercontent.com/9upX2EgqFhcGT3eeW-gPNHuAs5qMh66ULqXsCRHIHN7GkhPS_U3v78zXHbH7-fdrTWyQp90I=s160-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/c/NeetCode)\n\n[**NeetCode**](https://www.youtube.com/c/NeetCode) \\\nContent about: Leetcode, Coding Interview \\\nFeatured playlists: `LeetCode East`, `LeetCode Medium`, `LeetCode Hard`. \\\n<br />\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.googleusercontent.com/3ac2RIgWLptzz4P8-P2uKrZ-AdtbecGPbjWuNpPwvB_rih1TxI_2PxIVXFhWCmCpFpSWcOIfcMs=s160-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/c/KevinNaughtonJr)\n\n[**Kevin Naughton Jr.**](https://www.youtube.com/c/KevinNaughtonJr) \\\nContent about: Leetcode, Coding Interview \\\nFeatured playlists: `Technical Interview Questions`. \\\n<br />\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.googleusercontent.com/C7Y9kuDo7cyZ2en-sI4d6W_berH2SX9QDO5mGDHgsVD1byW_KndjbSbMyEt8VPIb2mJW1dDRTw=s160-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/c/NickWhite)\n\n[**Nick White**](https://www.youtube.com/c/NickWhite) \\\nContent about: Leetcode, HackerRank, Coding Interview \\\nFeatured playlists: `LeetCode Solution`, `HackerRank Solution`. \\\n<br />\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.googleusercontent.com/zeuFBHzPzqFSKDhx641okiidtFsXNfwwhnn7BjKcWERaBqEsB9xyS8U1T_oJTA5YPX6OC6ILBg=s160-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/c/PriyanshAgarwal)\n\n[**Priyansh Agarwal**](https://www.youtube.com/c/PriyanshAgarwal) \\\nContent about: Code Chef, Codeforces \\\nFeatured playlists: `Codeforces Screencasts`. \\\n<br />\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.googleusercontent.com/il-ku5OSiYfNwmek32rA1yClxJHWaUP7RtsuyL1CXrp9MDghdh2Mk-NqVGWz85FjuAn6CVKTEes=s160-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/c/WilliamFiset-videos)\n\n[**WilliamFiset**](https://www.youtube.com/c/WilliamFiset-videos) \\\nContent about: Algoritms, Data structures \\\nFeatured playlists: `Network Flow playlist`, `Data structures playlist`, `Graph Theory Playlist`, `Tree Algoritms`, `Dynamic Programming`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJymF9D2kCpzhV3feeWOuCw_xf2FzmYUCabaBrhj=s88-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/channel/UCXpGqiSd3BD0FQ9OP3ziFsw)\n\n[**KodingKevin**](https://www.youtube.com/channel/UCXpGqiSd3BD0FQ9OP3ziFsw) \\\nContent about: Data Structures, Algorithms, Coding Interview \\\nFeatured playlists: `Array Methods Mini Course`, `Javascript Algorithms + Data Structures`. \\\n<br />\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/ytc/AAUvwnjNuAEn_s-yPHJAT4w-d-r4rUHdEZow5w0fyg47=s88-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/channel/UCmWDlvMYYEbW42B8JyxFBcA)\n\n[**NullPointer Exception**](https://www.youtube.com/channel/UCmWDlvMYYEbW42B8JyxFBcA) \\\nContent about: Theoretical, Data \\\nFeatured playlists: `Introduction to Data Structures`, `Sorting Algorithm Lectures/Visualizations`, `Introduction to Object-Oriented Programming`.\n\n[🔼 Back to the top](#contents)\n\n## Digital Design\n\nDesign websites, illustrations, drawings and more using programs such as the ones provided by the Adobe suite or open-source programs. Different types of styles and methods.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJxyZLmMiocMlFDS5BkCFVJdNb5Z_6LIVtxOLVyS=s100-c-k-c0xffffffff-no-rj-mo\"/>](https://www.youtube.com/c/HowtoGraphicDesign)\n\n[**How to Graphic Design**](https://www.youtube.com/c/HowtoGraphicDesign) \\\nContent about: Adobe Illustrator, Illustrations \\\nFeatured playlists: `Adobe Illustrator CC Flat Illustration Tutorials`, `Logo Creation Tutorials Playlist`, `Adobe Illustrator CC for Beginners`, `more Adobe Illustrator playlists`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJz0yGLAogfKCoU7YgR_8bUj0q4c2WlDkcCozlT49w=s100-c-k-c0xffffffff-no-rj-mo\"/>](https://www.youtube.com/c/armaganvideos)\n\n[**ArmaganVideos**](https://www.youtube.com/c/armaganvideos) \\\nContent about: Adobe Illustrator, Illustrations, Flat design \\\nFeatured playlists: `Tutorials - Illustrator`, `Tutorials - After Effects`, `Tutorials - Flat Design`. \\\n<br />\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJzlxT8H3XaR4aTb9gpiNUAGid4XnpKk8Sk1N7BG=s100-c-k-c0xffffffff-no-rj-mo\"/>](https://www.youtube.com/c/TTTutorials)\n\n[**T&T Tutorials**](https://www.youtube.com/c/TTTutorials) \\\nContent about: Adobe Illustrator, Adobe Photoshop, Hand-drawing \\\nFeatured playlists: `Adobe Illustrator Tutorials`, `Character Illustration Illustrator Tutorials`, `Adobe Illustrator Tools Tutorials`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJygq4Pq_23OEZs2MZbLitD4i8YHBVe7NsNvcnsFag=s100-c-k-c0xffffffff-no-rj-mo\"/>](https://www.youtube.com/c/Pixelandbracket)\n\n[**Pixel & Bracket**](https://www.youtube.com/c/Pixelandbracket) \\\nContent about: Adobe Illustrator, Adobe Photoshop \\\nFeatured playlists: `Illustrator Tutorials`, `Photoshop Tutorials`, `other design videos`. \\\n<br />\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJxZgbkZh-4rbYswKEsnjK9loXD0ycFuFc_EEX5CLA=s100-c-k-c0xffffffff-no-rj-mo\"/>](https://www.youtube.com/c/ZakeyDesignow)\n\n[**Zakey Design**](https://www.youtube.com/c/ZakeyDesignow) \\\nContent about: Gimp, Inkscape, Adobe Illustrator \\\nFeatured playlists: `Gimp Photo Manipulation`, `Inkscape playlist`, `Adobe Illustrator videos`. \\\n<br />\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.googleusercontent.com/zz_-ZV8B5YaoYg0IDoC0h_kNR0WaAHFJB62hpz-ZIxjRb2IbxM0f0UXbKUDrbmyB44JaySgkAA=s160-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/c/ArtwithFlo)\n\n[**Art with Flo**](https://www.youtube.com/c/ArtwithFlo) \\\nContent about: Procreate, Ipad/tablet drawing \\\nFeatured playlists: `PROCREATE TUTORIALS`, `DIGITAL ART TUTORIALS`, `Digital Drawing on iPad Pro | Easy Drawing Tutorials`, `more playlists!`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJyDKjIXjD19amsFlS8OLCTiMwplipojomEjZeUTrQ=s100-c-k-c0xffffffff-no-rj-mo\"/>](https://www.youtube.com/c/tutsplus)\n\n[**Envato Tuts+**](https://www.youtube.com/c/tutsplus) \\\nContent about: All design, Illustrations, Web design \\\nFeatured playlists: `Learn Adobe Photoshop`, `Learn About Fonts`, `Photo and video manipulation playlists`, `Figma videos`, `Learn Photo Effects`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.googleusercontent.com/XzpasvdFi9RWvNSmLo0Cnin1ZrqtYQhFSB6sW8lCpqRgMt97ZPFHqjEIdVTwdU_Mnst8EHHDRN0=s160-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/c/logosbynick)\n\n[**Logos By Nick**](https://www.youtube.com/c/logosbynick) \\\nContent about: Inkscape, Gimp \\\nFeatured playlists: `Inkscape Beginner Tutorials`, `GIMP Tutorials`, `Inkscape Typeface Tutorials`, `Inkscape Logo Design Tutorials`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/ytc/AAUvwnjNoBbN8dcRvQmBgN4oTSZVTnb-KDu41GJWStY-=s88-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/c/MohamedAchraf)\n\n[**Mohamed Achraf**](https://www.youtube.com/c/MohamedAchraf) \\\nContent about: Adobe Illustrator \\\nFeatured playlists: `The Logo Design Process`, `Adobe Illustrator Tips & Tricks`, `Character Designs`, `Illustrator Speedarts`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.googleusercontent.com/81uvut1NSf77K86u4yQczbAlWvVun5XAHpwPheF3cpZPCCCaHyNe4TmtDuVG_GbbyYow99evGw=s160-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/channel/UCScRSwdX0t31gjk3MYXIuYQ)\n\n[**CharliMarieTV**](https://www.youtube.com/channel/UCScRSwdX0t31gjk3MYXIuYQ) \\\nContent about: web, graphic design \\\nFeatured playlists: `Design careers`, `Workflow`, `Design chat`, `Freelancing as a designer`. \\\n<br />\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/ytc/AKedOLTk233iPUrYYjd_Vs9j602bTjV7rLe0IAyvrJRe=s176-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/c/YesImaDesigner)\n\n[**Yes I'm a Designer**](https://www.youtube.com/c/YesImaDesigner) \\\nContent about: Design principles, Design tools tutorials \\\nFeatured playlists: `365 days of creativity`, `Illustrator CC`, `Indesing tutorials`, `Photoshop CC`. \\\n<br />\n\n[🔼 Back to the top](#contents)\n\n## Audio and Video\n\nTutorials about audio and video making. Includes wide topics, such as design, animation, rendering, hardware and more.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJzaWbDjViF6gjYUtZnSaPf7EAqhxo-UX_5vuXaRDQ=s100-c-k-c0xffffffff-no-rj-mo\"/>](https://www.youtube.com/c/Obedia)\n\n[**OBEDIA**](https://www.youtube.com/c/Obedia) \\\nContent about: Audio, Hardware \\\nFeatured playlists: `PreSonus Studio One Tutorials`, `Cubase Tutorials`, `Ableton Tutorials by OBEDIA`, `Cakewalk Sonar Tutorials`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJycV557ukLUO4022GP-8xFrGWBUjoj0PnUhQwuHRw=s100-c-k-c0xffffffff-no-rj-mo\"/>](https://www.youtube.com/c/BlackMixture)\n\n[**Black Mixture**](https://www.youtube.com/c/BlackMixture) \\\nContent about: After Effects, Animation \\\nFeatured playlists: `SPEEDPAINT ANIMATION`, `Motion Design`, `After Effects Tutorials`. \\\n<br />\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJw1EJaU6c5-oLxVdCO91mNBSM0CaflC7YaVlbH67g=s100-c-k-c0xffffffff-no-rj-mo\"/>](https://www.youtube.com/user/avnishparker)\n\n[**Avnish Parker**](https://www.youtube.com/user/avnishparker) \\\nContent about: Animation, Design \\\nFeatured playlists: `After Effects Tutorials`, `Text Animation - After Effects Tutorials`, `Logo Intro - After Effects Tutorials`, `Motion Graphics - After Effects Tutorials`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.googleusercontent.com/FjrS-9fmHvhq5l4AE_VAZyS6SF2PthnY57SYwOGW0pJoxVwKyrVXuApB8Ag70TZiUStuurtOVA=s160-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/c/DenyKingYoutube)\n\n[**Deny King**](https://www.youtube.com/c/DenyKingYoutube) \\\nContent about: Video, Photos \\\nFeatured playlists: `Video Editing`, `Manipulation PicsArt`, `many other video/photo editing videos`. \\\n<br />\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.googleusercontent.com/nrV5iGyKXogAz448dTak1Fohx7MBr5l3mKlpUdhiTwzpyDYa3MKoAwsmClfdH75rPEX8TLgL=s160-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/user/AndrewPPrice)\n\n[**Blender Guru**](https://www.youtube.com/user/AndrewPPrice) \\\nContent about: Blender, 3D modeling \\\nFeatured playlists: `Blender beginner tutorial series`, `Blender modeling chair tutorial`, `Couch tutorial series`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJxM0K7wxdDj0TOqzP-qqkvafeirxwSV8G2I8SDfVA=s88-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/@grabbitt)\n\n[**Grant Abbitt**](https://www.youtube.com/@grabbitt) \\\nContent about: 3D modeling, Reptology, Blender \\\nFeatured playlists: `Learn sculpting in blender 2.8`, `Blender 2.8 for beginners full course`. \\\n<br />\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJxlxDpTb7dFWyQpXiPqWxGQ0WWWyA5GNwf72ru1=s88-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/c/CGFastTrack)\n\n[**CG Fast Track**](https://www.youtube.com/c/CGFastTrack) \\\nContent about: Blender, 3D modeling \\\nFeatured playlists: `Blender 2.9 Beginner Tutorial Series`, `CG Fast Track`. \\\n<br />\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/ytc/AL5GRJUS0B38G8QpJm-h4PDd3wtrYFuSup0a3ZqD_a8uLw=s88-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/@CGGeek)\n\n[**CG Geek**](https://www.youtube.com/@CGGeek) \\\nContent about: Animation, Blender, 3D modeling, Visual Effects \\\nFeatured playlists: `Blender beginner tutorial series`, `Bob Ross with Realistic 3D graphics`, `Blender Nature tutorials`, `Star wars 3D tutorials`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.googleusercontent.com/FJ7as8ylKBl1ljf_rXqCp2BhdyMfoMXm91-B_on0QyrRcaImGFd0YWZQrGtHpRjux4mEbrRG=s160-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/channel/UCuNhGhbemBkdflZ1FGJ0lUQ)\n\n[**DUCKY 3D**](https://www.youtube.com/channel/UCuNhGhbemBkdflZ1FGJ0lUQ) \\\nContent about: Video, Photos \\\nFeatured playlists: `Shading with nodes`.`Making looping animations with Blender in Eevee engine` \\\n<br />\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.googleusercontent.com/BuasRsii8lSvqTuwH9qlolhSbVvJ5Zo-uqMTEN3pcZoxXYVwf_BaRCMDVHQoAgmTbwjKLbBJqA=s160-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/@marcevanstein)\n\n[**Marc Evanstein / music․py**](https://www.youtube.com/@marcevanstein) \\\nContent about: Music theory, Music libraries \\\nFeatured playlists: `SCAMP Tutorial`, `SCAMP`, `Video Essays` \\\n<br />\n\n[🔼 Back to the top](#contents)\n\n## Life Skills\n\nYour professional side can be reinforced while watching these tutorials. It's important to know how to manage you money and keep track of it, as well as tips to get the job you want or start one by yourself. Find also coding/design/tech companies interview methods.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJwe6TjwIlLLS09rBm-AG81b6PslL87sIu8ULLAvpw=s100-c-k-c0xffffffff-no-rj-mo\"/>](https://www.youtube.com/c/GcflearnfreeOrgplus)\n\n[**GCFLearnFree.org**](https://www.youtube.com/c/GcflearnfreeOrgplus) \\\nContent about: Job searching, General skills, Life tips \\\nFeatured playlists: `Searching For A Job`, `Economic thinking playlists`, `Office Suite tutorials`, `Making Decisions`, `Life skills playlists`, `and more!`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.googleusercontent.com/Tdu9TASFCf9VnGD7NV15gVpQkxV9uT8dSjhl-79Oudbw_L3zlKyLEoCrqGuBh6aAhuaTnWleRg=s160-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/@EngineeringwithUtsav)\n\n[**Engineering with Utsav**](https://www.youtube.com/@EngineeringwithUtsav) \\\nContent about: Career, Productivity, Software engineering, Life tips \\\nFeatured playlists: `Finance`, `Start ups`, `Book reviews & recommendations`, `Productivity`, `Technical interview preparation`, `Career & success`, `Software engineering`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.googleusercontent.com/gVqlo_VAO2aypAjCR6yk1ylFa3OW8BQ24yHiZNwz-W_6TPh2AZlGdwcAqlIabnnnRAT3y8KX=s160-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/c/hellomayuko)\n\n[**mayuko**](https://www.youtube.com/c/hellomayuko) \\\nContent about: Job tips, Health \\\nFeatured playlists: `How to Kickstart Your Software Engineering Career`, `📈career 📈`, `🖥t e c h 🖥`, `🌱health 🌱`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"JChannel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJzsLfjQGNpQtVWS4hXGxM6F21cdArOL-sTIu9rOXw=s88-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/user/Tychos1)\n\n[**Joshua Fluke**](https://www.youtube.com/user/Tychos1) \\\nContent about: Interviews, Portfolio Reviews, Getting a Job \\\nFeatured playlists: `Entrepreneurship`, `How to apply to jobs`. \\\n<br />\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.ggpht.com/a/AATXAJwnVxHV9cR_nofTeCXS3x2H2jRQjH3YEq8sYqpM=s176-c-k-c0x00ffffff-no-rj\"/>](https://www.youtube.com/c/JomaOppa)\n\n[**Joma Tech**](https://www.youtube.com/c/JomaOppa) \\\nContent about: Programming, Job Offers, Salaries, Interviewing \\\nFeatured playlists: `Path to Software Engineering`, `Tech Shows`, `Startup Series`, `Interviews`, `Data Science Analytics`.\n\n[<img align=\"left\" height=\"94px\" width=\"94px\" alt=\"Channel's avatar\" src=\"https://yt3.googleusercontent.com/r2fH4HA6JbGYRzWJINZ8w4J4zUrocmGQy3PIwKFtLlNbdL9GCKCVTeyqzoqV_zHOAEThCf2S0Q=s160-c-k-c0x00ffffff-no-rj\"/>](https://youtube.com/channel/UC5mnBodB73bR88fLXHSfzYA)\n\n[**Eddie Jaoude**](https://youtube.com/channel/UC5mnBodB73bR88fLXHSfzYA) \\\nContent about: Open Source, Freelancing \\\nFeatured playlists: `Freelancing tips`, `LinkFree Videos`, `Git must know commands`. \\\n<br/>\n\n[🔼 Back to the top](#contents)\n\n<details>\n\t<summary>Credits</summary>\n\t<sub>Note that <strong>this is not</strong> a promotional list of any kind.</sub>\n\t<sub>The list style is heavily inspired by <a href=\"https://github.com/mhxion/awesome-discord-communities\">awesome-discord-communities</a>, created by <a href=\"https://github.com/mhxion\">mhxion</a>.\n\tThe <a href=\"/logo.svg\">awesome-youtubers logo</a> is inspired by the <a href=\"https://github.com/sindresorhus/awesome/blob/main/media/logo.svg\">awesome logo</a> and the <a href=\"https://github.com/sindresorhus/awesome-nodejs/blob/main/media/logo.svg\">awesome-nodejs logo</a>. The two play icons were created following the play button of the <a href=\"https://lh3.googleusercontent.com/z6Sl4j9zQ88oUKNy0G3PAMiVwy8DzQLh_ygyvBXv0zVNUZ_wQPN_n7EAR2By3dhoUpX7kTpaHjRPni1MHwKpaBJbpNqdEsHZsH4q\">YouTube logo</a>. It's just a representation, I'm not using the YouTube logo itself.</sub>\n</details>\n"
  }
]