Max on Tech
Max on Tech
  • Видео 166
  • Просмотров 1 852 032
Docker in 3 Minutes
A short and sweet explanation of Docker in 3 minutes.
Inspired by Fireship :)
⌚ Timestamps ⌚
00:00 | GitHub Copilot for PyCharm
00:28 | What is Docker?
01:28 | Docker vs. VMs
01:56 | Why use Docker Anyway?
02:34 | Docker Buzzwords to Drop in Your Next Meeting
03:13 | Containerize an App
03:54 | Build an Image from Dockerfile
04:17 | Run Container
04:22 | Docker Desktop
◾◾◾◾◾ 🌎 Let's Connect! ◾◾◾◾◾
🐦 Twitter (X): 🔗 @max_on_tech
📂 GitHub: 🔗 github.com/maxontech
🔊 Discord: 🔗 discord.com/invite/JERatQsfY8
✅ Blog: 🔗 maxontech.io
◾◾◾◾◾ Hashtags ◾◾◾◾◾
#Docker #Container #DevOps
Просмотров: 321

Видео

GitHub Copilot in PyCharm: Top 10 Features Explained
Просмотров 3,8 тыс.3 месяца назад
Let's take a look at the top 10 features of GitHub Copilot in PyCharm ⭐ Install PyCharm and Python: ruclips.net/video/XsL8JDkH-ec/видео.html 🔍 PyCharm Tutorial Playlist: ruclips.net/p/PL30AETbxgR-dKTR0wBfkQw9mywvkCi3q_ ⌚ Timestamps ⌚ 00:00 | GitHub Copilot for PyCharm 00:24 | 1. Code Completion 01:13 | 2. Q&A Comment Blocks 01:50 | 3. "Explain This" Feature 02:32 | 4. "Simplify This" Feature 03...
How to Review a Pull Request on GitHub
Просмотров 4283 месяца назад
Brief Summary of How to Review Pull Requests on GitHub ◾◾◾◾◾ Timestamps ◾◾◾◾◾ 00:00 | Pull Requests Introduction 00:34 | Where to find Pull Requests (PRs) 00:50 | View Commit History of a PR 01:54 | View Changes in a PR 02:16 | Open PR locally on Desktop 03:20 | GitHub Desktop 04:02 | View the PR in a Code Editor 05:40 | Merge PR ◾◾◾◾◾ 🌎 Let's Connect! ◾◾◾◾◾ 🐦 Twitter (X): 🔗 @max_on...
How to Open a Pull Request on GitHub (and Contribute to Open Source)
Просмотров 2724 месяца назад
Let's talk about how to open a pull request (and Contribute to Open Source) on GitHub. Try Opening a Pull Request here: github.com/maxontech/best-github-profile-readme Here is the Curated List of Profiles: maxontech.github.io/best-github-profile-readme/ ◾◾◾◾◾ ⏱️ Timestamps ◾◾◾◾◾ 00:00 | Pull Requests and Open Source 00:34 | Example Contribution 01:50 | Forking the Repository 02:57 | Cloning the...
React's useRef Hook: How is it different to useState?
Просмотров 3114 месяца назад
useRef is a React Hook that provides a way to persistently store and access mutable values across renders without causing re-renders. ⌚ Timestamps ⌚ 00:00 | What is useRef? 00:55 | useRef Syntax 02:10 | Comparing useRef and useState ◾◾◾◾◾ Let's Connect! ◾◾◾◾◾ 🔊 Discord Chat: 🔗 discord.com/invite/JERatQsfY8 ✅ *Free* Courses: 🔗 maxontech.io/courses 📂 GitHub: 🔗 github.com/maxontech ◾◾◾◾◾ ⭐️Hashtag...
React's useEffect Hook Explained (4 min)
Просмотров 1884 месяца назад
useEffect allow us to perform side effects in function components. In other words, useEffect allows you to run code during different phases of a component's lifecycle ⌚ Timestamps ⌚ 00:00 | What is useEffect? 00:14 | useEffect Syntax 01:38 | Example with Mounting and Unmounting Components 03:00 | Understanding the dependency array ◾◾◾◾◾ Let's Connect! ◾◾◾◾◾ 🔊 Discord Chat: 🔗 discord.com/invite/...
React's useState Hook Explained (2 min)
Просмотров 1894 месяца назад
The useState Hook allows us to use state in functional react components. ◾◾◾◾◾ Let's Connect! ◾◾◾◾◾ 🔊 Discord Chat: 🔗 discord.com/invite/JERatQsfY8 ✅ *Free* Courses: 🔗 maxontech.io/courses 📂 GitHub: 🔗 github.com/maxontech ◾◾◾◾◾ ⭐️Hashtags ⭐️◾◾◾◾◾ #react #useState #reacthooks
My First Chrome Extension: "Click to Copy"
Просмотров 8255 месяцев назад
Copy Text, URLs, and CSS with one Click 🔥 Download: chromewebstore.google.com/detail/click-to-copy/fonpjogfddpklefillfepifbcikebelh Source Code: github.com/maxontech/click-to-copy "Click to Copy" is a (free & open source) Chrome Browser Extension that allows you to copy Text, URLs, and CSS with one click! The clipboard collects all copied items and allows you to copy everything within it. ◾◾◾◾◾...
GitHub Copilot for PyCharm: Does it work?
Просмотров 17 тыс.6 месяцев назад
Let's take a look at the state of GitHub Copilot in PyCharm ⭐ Install PyCharm and Python: ruclips.net/video/XsL8JDkH-ec/видео.html 🔍 PyCharm Tutorial Playlist: ruclips.net/p/PL30AETbxgR-dKTR0wBfkQw9mywvkCi3q_ ⌚ Timestamps ⌚ 00:00 | GitHub Copilot for PyCharm 00:34 | Download the Extension 00:52 | Copilot Chat Window 01:28 | Copilot Agents 02:40 | Code Suggestions 03:19 | Copilot Fit It and Expl...
Facebook’s StyleX: Setup & Basics (Next 13 + Vanilla JS)
Просмотров 2,1 тыс.6 месяцев назад
GitHub StyleX Repo: github.com/maxontech/my-stylex-app ◾◾◾◾◾ Timestamps ◾◾◾◾◾ 00:00 | Facebook's StyleX - An Introduction 01:28 | StyleX Setup with NextJS & Vanilla JS 03:36 | StyleX Basic Syntax 04:33 | Applying Styling using StyleX 05:32 | StyleX classes 07:39 | Conditional Styling ◾◾◾◾◾ 🌎 Let's Connect! ◾◾◾◾◾ 🐦 Twitter (X): 🔗 @max_on_tech 📂 GitHub: 🔗 github.com/maxontech 🔊 Discor...
GitHub Copilot in VSCode: Top 10 Features Explained
Просмотров 94 тыс.7 месяцев назад
GitHub Copilot's Top 10 Features Explained in the Visual Studio Code (VS Code) editor! ◾◾◾◾◾ Timestamps ◾◾◾◾◾ 00:00 | GitHub Copilot - An Introduction 00:05 | 1. Q&A Comment Blocks 00:49 | 2. Copilot Chat Windows 01:36 | 3. Language Support 02:05 | 4. Cycle through Suggestions 03:20 | 5. Fit it & Explain it 04:30 | 6. Terminal Fix it Function 05:34 | 7. Generate Commit Messages 06:12 | 8. Works...
GitHub Copilot in VSCode: Explaining the Basics
Просмотров 20 тыс.7 месяцев назад
Basics of GitHub Copilot Explained in 6 Minutes! ◾◾◾◾◾ Timestamps ◾◾◾◾◾ 00:00 | GitHub Copilot - An Introduction 00:26 | Download GitHub Copilot in VSCode 01:12 | Prompting GitHub Copilot (Ctrl I) 02:14 | Change Highlighted Code with Inline Chat 03:30 | Automatic Code Suggestions 04:33 | Create File with all Suggestions 04:45 | Copilot Chat Window (Ctrl Shift I) 05:30 | Generate Code Explanatio...
What is a REST API? (Explained with an Example)
Просмотров 3708 месяцев назад
Let's understand REST APIs and build a simple one using Flask, a popular web framework in Python. ◾◾◾◾◾ Timestamps ◾◾◾◾◾ 00:00 | APIs - An Introduction 00:43 | What are APIs? 01:02 | API Example: ChatGPT API 02:47 | What makes an API a REST API? 03:24 | REST API Design Principles 04:10 | How to Build a REST API (with Flask) ◾◾◾◾◾ Let's Connect! ◾◾◾◾◾ 🐦Twitter (X): 🔗 max_on_tech 🔊 Ask...
Python "Requirement.txt" Files: What They Are and How to Use Them!
Просмотров 1,9 тыс.8 месяцев назад
Requirements.txt files allow us to quickly set up the environment to run a project. This video gives a brief overview of how to use requirements.txt files! ◾◾◾◾◾ Timestamps ◾◾◾◾◾ 00:00 | What is a requirements.txt file? 00:50 | What are the Advantages? 01:52 | Install Modules from requirements.txt file 02:40 | How to Create a requirements.txt file? ◾◾◾◾◾ Let's Connect! ◾◾◾◾◾ 🐦Twitter (X): 🔗twit...
Python Face Recognition from Images (in 3 Minutes)
Просмотров 4568 месяцев назад
Learn how to detect faces on a picture using the Python modules cv2 and face_recognition! ◾◾◾◾◾ Timestamps ◾◾◾◾◾ 00:00 | Introduction 00:15 | Installing the Modules 00:40 | Script 03:15 | Results ◾◾◾◾◾ Let's Connect! ◾◾◾◾◾ 🔊 Ask Questions: 🔗 discord.com/invite/JERatQsfY8 ✅ Free Courses: 🔗 maxontech.io/courses 📂 GitHub: 🔗 github.com/maxontech ◾◾◾◾◾ Hashtags ◾◾◾◾◾ #pythontutorial #pythonprogrammi...
Python Type Hints - What Is It and Why Use It? 🤷
Просмотров 3609 месяцев назад
Python Type Hints - What Is It and Why Use It? 🤷
How To Measure Execution Time of Python Scripts?
Просмотров 9849 месяцев назад
How To Measure Execution Time of Python Scripts?
How to Add ChatGPT to Google Sheets?
Просмотров 1,1 тыс.9 месяцев назад
How to Add ChatGPT to Google Sheets?
Python Django Tutorial #4: Models and Databases
Просмотров 51911 месяцев назад
Python Django Tutorial #4: Models and Databases
Python Django Tutorial #3: Templates
Просмотров 42411 месяцев назад
Python Django Tutorial #3: Templates
Python Django Tutorial #2: Apps, Views, and URL Routes
Просмотров 78511 месяцев назад
Python Django Tutorial #2: Apps, Views, and URL Routes
Python Django Tutorial #1: How to Install and Setup a Project
Просмотров 1,3 тыс.11 месяцев назад
Python Django Tutorial #1: How to Install and Setup a Project
Get Good at GIT! How to use Git and GitHub
Просмотров 1 тыс.11 месяцев назад
Get Good at GIT! How to use Git and GitHub
Using Git & GitHub in VSCode: Branches, Pull Requests & Merges
Просмотров 6 тыс.11 месяцев назад
Using Git & GitHub in VSCode: Branches, Pull Requests & Merges
Using Git & GitHub in VSCode: Stage, Commit, and Push
Просмотров 35 тыс.11 месяцев назад
Using Git & GitHub in VSCode: Stage, Commit, and Push
Build a Stock Watchlist w/ Live Data | Google Sheets | 15 min.
Просмотров 18 тыс.Год назад
Build a Stock Watchlist w/ Live Data | Google Sheets | 15 min.
Understanding Context Managers & "with" Statements | Advanced Python
Просмотров 331Год назад
Understanding Context Managers & "with" Statements | Advanced Python
Working with JSON Data in Python | Advanced Python
Просмотров 267Год назад
Working with JSON Data in Python | Advanced Python
How to Automate Logins w/ Selenium & Python
Просмотров 311Год назад
How to Automate Logins w/ Selenium & Python
Return vs Yield in Python | Advanced Python
Просмотров 1,2 тыс.Год назад
Return vs Yield in Python | Advanced Python

Комментарии

  • @ballsxan
    @ballsxan День назад

    This isn't a fully developed product for sure, the autocompletion is great but the created code is often bad and is badly integrated with the rest. ChatGPt is already doing better overall, but is not integrated in the environment and has other problems.

  • @rosalycruzc
    @rosalycruzc День назад

    Amazing work, simple and wonderful explanation, God bless, thank you

    • @MaxOnTech
      @MaxOnTech День назад

      glad it helped:) all the best.

  • @OFFCIALGLITCHPRODUCTIONS123
    @OFFCIALGLITCHPRODUCTIONS123 2 дня назад

    This is my life, thanks man, hope your life is great

  • @OFFCIALGLITCHPRODUCTIONS123
    @OFFCIALGLITCHPRODUCTIONS123 2 дня назад

    This is my life, thanks man, hope your life is great

  • @ZedofZardoz
    @ZedofZardoz 2 дня назад

    I commented because the video helped me out!

    • @MaxOnTech
      @MaxOnTech День назад

      awesome :) glad it helped!

  • @mukunth7395
    @mukunth7395 3 дня назад

    can u please share research paper on this topic

  • @mahbubahaque3506
    @mahbubahaque3506 4 дня назад

    Cant even see! Sooo unclear!

  • @AIWiredYT
    @AIWiredYT 5 дней назад

    Great Video! Quick question how do you pin the read me file so I too can have a beautiful github account! Thanks!

  • @NSA.
    @NSA. 6 дней назад

    by some miracle i got it working

  • @kristofferjohansson3768
    @kristofferjohansson3768 7 дней назад

    God video but you make one huge mistake: you don't set the value for prior. Or more exactly, you don't explain where you do that. So for everyone that got frustrated over an empty current_box.prior the solution is at 26.38, line 110.

  • @thef1page226
    @thef1page226 11 дней назад

    Just for the record you don’t have to keep saying ‘I’ll just go ahead’ prior to doing things!

  • @alexreisch
    @alexreisch 14 дней назад

    I love this video... but I always get an error message. I just joined your Discord community and left you a message. I look forward to hearing back. Thanks!

  • @VasileTraian22
    @VasileTraian22 14 дней назад

    does it work in 2024?

  • @maria-zq1vw
    @maria-zq1vw 14 дней назад

    So I want to remove Version Control from my project but I dont have an option in Git to disable it to none. What do I do?

  • @anishbanerjee1642
    @anishbanerjee1642 16 дней назад

    After installing Pycham, while I try to open it, it gives a message, This app can't run on your PC, check with the software publisher.

  • @angelicadelacruz0232
    @angelicadelacruz0232 16 дней назад

    Hello, Sir! I just got started, but I am not confidently that I successfully download the pygame. Because after I tried to input the code there was no statement indicating that I successfully downloaded the pygame. Is that okay to start with? Hahahaha pls reply asap. Thank you!

  • @armyjoe_9842
    @armyjoe_9842 16 дней назад

    Is there a formula for dividend?

  • @Ayush-sz8ys
    @Ayush-sz8ys 18 дней назад

    Hi, this was an amazing video. Though I really wished you made the functions in order of how they were needed instead of completing one file after another. But still, very good video! I really want to ask how you were able to implement such a complex algorithm from scratch. Where did you learn this from? Have you implemented this before in other projects? Also, your code structure was really neat, how did you come up with that?

  • @ade4200
    @ade4200 19 дней назад

    I simply want terminal to autocomplete venv/scripts/activate when i start typing ve... I cannot find out how anywhere! Anyone know? Many thanks.

    • @hooman3669
      @hooman3669 11 дней назад

      did u get the solution?

    • @ade4200
      @ade4200 11 дней назад

      @@hooman3669 well for venv creation and activation it has its own menu items to do it, for other things I want autocomplete in terminal, I can’t find anything, the forum seems useless for help, the plugins seem few and odd. I went back to vscode and wondered why I left!

  • @data-flowga
    @data-flowga 20 дней назад

    Shortcuts did not work on MacOSX. Shortcuts translated for you Mac-iez out there: ctrl+shift+F10 = shift+ctrl+r (cred to ​ @cleansoapmind !) ctrl+d = command+d ctrl+q = F1 ctrl+f = command+f ctrl+r = ctrl+r Hope this helps someone! :)

    • @data-flowga
      @data-flowga 20 дней назад

      For everything else - thanks Max!

    • @MaxOnTech
      @MaxOnTech 19 дней назад

      Hi Amy, thanks for translating for Mac :). And glad the video helped! Best, max

  • @NEERAJKUMAR-li3gj
    @NEERAJKUMAR-li3gj 21 день назад

    amazing video. Very beautifully explained all the use cases. You are subscribed.

    • @MaxOnTech
      @MaxOnTech 19 дней назад

      awesome :) glad I could help!

  • @moazzamhossain1284
    @moazzamhossain1284 22 дня назад

    This is really an excellent tutorial. Very well explained. Thank you so much!

    • @MaxOnTech
      @MaxOnTech 19 дней назад

      hey, glad it helped!

  • @tarikamason319
    @tarikamason319 22 дня назад

    yo max i got a jumping code and its messed up. i jump and fall through

  • @AmitKumar-vi6qv
    @AmitKumar-vi6qv 23 дня назад

    Hey Max great explanation there.. Subscribed u!! I hope u keep helping now by the same ;)

    • @MaxOnTech
      @MaxOnTech 19 дней назад

      Thanks for the sub!

  • @Pennilaymay
    @Pennilaymay 23 дня назад

    Thank you from 2024! This was easy to follow, great tempo! :D

    • @MaxOnTech
      @MaxOnTech 19 дней назад

      Glad it helped! awesome this video still helps :)

  • @user-sl9xm3cm3p
    @user-sl9xm3cm3p 23 дня назад

    Excellent tutorial

    • @MaxOnTech
      @MaxOnTech 19 дней назад

      there will be more :)

  • @user-ur7tm3cw8w
    @user-ur7tm3cw8w 23 дня назад

    This is a great tutorial about xml file handling by python code. Very clearly explained structure of xml file. Easy to understand and follow through!

    • @MaxOnTech
      @MaxOnTech 19 дней назад

      thanks so much :) didn't think this would become that popular

  • @ghhdgjjfjjggj
    @ghhdgjjfjjggj 23 дня назад

    thank you so much...

    • @MaxOnTech
      @MaxOnTech 19 дней назад

      You're most welcome! :D

  • @RohanArora-n2l
    @RohanArora-n2l 24 дня назад

    Excellent explanation!

  • @chrisvictorymountain9058
    @chrisvictorymountain9058 24 дня назад

    Is it possible to add buy and sell signals? For example, if the stock is above the SMA25 it is a buy signal.

  • @svetlanasizova7502
    @svetlanasizova7502 24 дня назад

    (im a boy(mom's account)) It cannot go down until you press space again and agaian or press the arrow keys :(

    • @MaxOnTech
      @MaxOnTech 19 дней назад

      sorry to hear it didn't work. Try forking the code directly from github.

  • @jm-xv3wh
    @jm-xv3wh 26 дней назад

    Thanks Max It is great video , very informative for us

    • @MaxOnTech
      @MaxOnTech 19 дней назад

      hey :) glad it's still helpful

  • @anusthantiwari4530
    @anusthantiwari4530 27 дней назад

    I was stucked in the interface from where you have started. It was a great help. Thank you so much.

    • @MaxOnTech
      @MaxOnTech 19 дней назад

      hey, glad that this video helped :)

  • @sammyomoto5456
    @sammyomoto5456 28 дней назад

    Love the bit of humour you added right there😂😂. "Read through it thoroughly, just like I'm doing right now...."

    • @MaxOnTech
      @MaxOnTech 19 дней назад

      haha didn't think anyone would catch that.

  • @MouadhGoul
    @MouadhGoul 28 дней назад

    Thank you for your this work

  • @daniellehotsky1776
    @daniellehotsky1776 29 дней назад

    Thank you very much that you included that Windows Error and solution. It drove me crazy. Now it works. Thank you, man. Subscribed. :)

    • @MaxOnTech
      @MaxOnTech 19 дней назад

      yes, it rarely happens, really useful for that handful of people who get that error.

  • @VR4Poker
    @VR4Poker 29 дней назад

    TY so much... really to the point and quick for me...

  • @keenanwekesa1723
    @keenanwekesa1723 Месяц назад

    As a self-taught dev, this is simple, straightforward, and really easy to understand.

  • @keithsweatshop
    @keithsweatshop Месяц назад

    Many thanks! Super easy to follow and understand -- for a complete beginner like me!

  • @higiniofuentes2551
    @higiniofuentes2551 Месяц назад

    How to install the Elements import? Thank you!

  • @higiniofuentes2551
    @higiniofuentes2551 Месяц назад

    Thank you for this very useful video!

  • @Britishsourfish
    @Britishsourfish Месяц назад

    excellent instructor!I actually got npm error during following the steps , but it is gone. Thank you so much! See you next video!

  • @auros69
    @auros69 Месяц назад

    Is the open ai api key free??

  • @diamondthehunter8895
    @diamondthehunter8895 Месяц назад

    I love the part where he read the terms and conditions very thoroughly!

  • @TSmitty360
    @TSmitty360 Месяц назад

    So clear and simple, thanks!

  • @moonknight355
    @moonknight355 Месяц назад

    Hi I did all the same but I dont know why I when I click space bar 2nd time bird doesnt react and just fall down it is because of cooldown and if so how to fix it?

  • @MaxOnTech
    @MaxOnTech Месяц назад

    🚨Mistake🚨 Hi all, looking back at this video I made a mistake: This video covers the Breadth First Search Algorithm which is a generalised form of Dijkstra. Sorry for the confusion.

  • @jm-xv3wh
    @jm-xv3wh Месяц назад

    thanks Max your video help me in configuration , thanks again

    • @MaxOnTech
      @MaxOnTech Месяц назад

      Glad to hear that! all the best!

  • @highjumperlove
    @highjumperlove Месяц назад

    Thank you for this!@!! very succinct and good :)

    • @MaxOnTech
      @MaxOnTech Месяц назад

      Glad it was helpful! :)

  • @dntfckwthCharlie
    @dntfckwthCharlie Месяц назад

    To access the TODO function on the 2024.1.2 version of PyCharm you can click "View", "Tool Windows", and "TODO" will be at the bottom of the list. This version of PyCharm also will autofill the "add configuration" allowing you to skip the configuration process or the crtl + shift + f10