Max on Tech
Max on Tech
  • 166
  • 1 859 938
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
zhlédnutí: 327

Video

GitHub Copilot in PyCharm: Top 10 Features Explained
zhlédnutí 3,9KPřed 3 měsíci
Let's take a look at the top 10 features of GitHub Copilot in PyCharm ⭐ Install PyCharm and Python: czcams.com/video/XsL8JDkH-ec/video.html 🔍 PyCharm Tutorial Playlist: czcams.com/play/PL30AETbxgR-dKTR0wBfkQw9mywvkCi3q_.html ⌚ 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" Feat...
How to Review a Pull Request on GitHub
zhlédnutí 431Před 3 měsíci
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)
zhlédnutí 274Před 4 měsíci
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?
zhlédnutí 320Před 4 měsíci
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)
zhlédnutí 189Před 4 měsíci
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)
zhlédnutí 190Před 4 měsíci
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"
zhlédnutí 847Před 5 měsíci
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?
zhlédnutí 17KPřed 6 měsíci
Let's take a look at the state of GitHub Copilot in PyCharm ⭐ Install PyCharm and Python: czcams.com/video/XsL8JDkH-ec/video.html 🔍 PyCharm Tutorial Playlist: czcams.com/play/PL30AETbxgR-dKTR0wBfkQw9mywvkCi3q_.html ⌚ 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 an...
Facebook’s StyleX: Setup & Basics (Next 13 + Vanilla JS)
zhlédnutí 2,1KPřed 6 měsíci
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
zhlédnutí 95KPřed 7 měsíci
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
zhlédnutí 20KPřed 7 měsíci
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)
zhlédnutí 373Před 8 měsíci
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!
zhlédnutí 1,9KPřed 9 měsíci
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)
zhlédnutí 464Před 9 měsíci
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? 🤷
zhlédnutí 362Před 9 měsíci
Python Type Hints - What Is It and Why Use It? 🤷
How To Measure Execution Time of Python Scripts?
zhlédnutí 991Před 9 měsíci
How To Measure Execution Time of Python Scripts?
How to Add ChatGPT to Google Sheets?
zhlédnutí 1,1KPřed 9 měsíci
How to Add ChatGPT to Google Sheets?
Python Django Tutorial #4: Models and Databases
zhlédnutí 524Před 11 měsíci
Python Django Tutorial #4: Models and Databases
Python Django Tutorial #3: Templates
zhlédnutí 426Před 11 měsíci
Python Django Tutorial #3: Templates
Python Django Tutorial #2: Apps, Views, and URL Routes
zhlédnutí 792Před 11 měsíci
Python Django Tutorial #2: Apps, Views, and URL Routes
Python Django Tutorial #1: How to Install and Setup a Project
zhlédnutí 1,4KPřed 11 měsíci
Python Django Tutorial #1: How to Install and Setup a Project
Get Good at GIT! How to use Git and GitHub
zhlédnutí 1KPřed 11 měsíci
Get Good at GIT! How to use Git and GitHub
Using Git & GitHub in VSCode: Branches, Pull Requests & Merges
zhlédnutí 6KPřed 11 měsíci
Using Git & GitHub in VSCode: Branches, Pull Requests & Merges
Using Git & GitHub in VSCode: Stage, Commit, and Push
zhlédnutí 36KPřed 11 měsíci
Using Git & GitHub in VSCode: Stage, Commit, and Push
Build a Stock Watchlist w/ Live Data | Google Sheets | 15 min.
zhlédnutí 18KPřed rokem
Build a Stock Watchlist w/ Live Data | Google Sheets | 15 min.
Understanding Context Managers & "with" Statements | Advanced Python
zhlédnutí 334Před rokem
Understanding Context Managers & "with" Statements | Advanced Python
Working with JSON Data in Python | Advanced Python
zhlédnutí 270Před rokem
Working with JSON Data in Python | Advanced Python
How to Automate Logins w/ Selenium & Python
zhlédnutí 312Před rokem
How to Automate Logins w/ Selenium & Python
Return vs Yield in Python | Advanced Python
zhlédnutí 1,2KPřed rokem
Return vs Yield in Python | Advanced Python

Komentáře

  • @sadikmohmedsadikmohmed-xt1xi

  • @sarahobasoro1648
    @sarahobasoro1648 Před dnem

    So well explained. Thank you!

  • @konstantechang2779

    Just what I need , thanks

  • @ballsxan
    @ballsxan Před 3 dny

    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 Před 3 dny

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

    • @MaxOnTech
      @MaxOnTech Před 3 dny

      glad it helped:) all the best.

  • @OFFCIALGLITCHPRODUCTIONS123

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

  • @OFFCIALGLITCHPRODUCTIONS123

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

  • @ZedofZardoz
    @ZedofZardoz Před 5 dny

    I commented because the video helped me out!

  • @mukunth7395
    @mukunth7395 Před 6 dny

    can u please share research paper on this topic

  • @mahbubahaque3506
    @mahbubahaque3506 Před 6 dny

    Cant even see! Sooo unclear!

  • @AIWiredYT
    @AIWiredYT Před 8 dny

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

  • @NSA.
    @NSA. Před 9 dny

    by some miracle i got it working

  • @kristofferjohansson3768

    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 Před 13 dny

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

  • @alexreisch
    @alexreisch Před 16 dny

    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 Před 17 dny

    does it work in 2024?

  • @maria-zq1vw
    @maria-zq1vw Před 17 dny

    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 Před 18 dny

    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 Před 18 dny

    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 Před 19 dny

    Is there a formula for dividend?

  • @Ayush-sz8ys
    @Ayush-sz8ys Před 21 dnem

    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 Před 21 dnem

    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 Před 14 dny

      did u get the solution?

    • @ade4200
      @ade4200 Před 14 dny

      @@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 Před 23 dny

    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 Před 23 dny

      For everything else - thanks Max!

    • @MaxOnTech
      @MaxOnTech Před 22 dny

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

  • @NEERAJKUMAR-li3gj
    @NEERAJKUMAR-li3gj Před 23 dny

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

    • @MaxOnTech
      @MaxOnTech Před 22 dny

      awesome :) glad I could help!

  • @moazzamhossain1284
    @moazzamhossain1284 Před 24 dny

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

  • @tarikamason319
    @tarikamason319 Před 25 dny

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

  • @AmitKumar-vi6qv
    @AmitKumar-vi6qv Před 25 dny

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

  • @Pennilaymay
    @Pennilaymay Před 26 dny

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

    • @MaxOnTech
      @MaxOnTech Před 22 dny

      Glad it helped! awesome this video still helps :)

  • @user-sl9xm3cm3p
    @user-sl9xm3cm3p Před 26 dny

    Excellent tutorial

  • @user-ur7tm3cw8w
    @user-ur7tm3cw8w Před 26 dny

    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 Před 22 dny

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

  • @ghhdgjjfjjggj
    @ghhdgjjfjjggj Před 26 dny

    thank you so much...

  • @RohanArora-n2l
    @RohanArora-n2l Před 26 dny

    Excellent explanation!

  • @chrisvictorymountain9058

    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 Před 27 dny

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

    • @MaxOnTech
      @MaxOnTech Před 22 dny

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

  • @jm-xv3wh
    @jm-xv3wh Před 29 dny

    Thanks Max It is great video , very informative for us

    • @MaxOnTech
      @MaxOnTech Před 22 dny

      hey :) glad it's still helpful

  • @anusthantiwari4530
    @anusthantiwari4530 Před 29 dny

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

    • @MaxOnTech
      @MaxOnTech Před 22 dny

      hey, glad that this video helped :)

  • @sammyomoto5456
    @sammyomoto5456 Před měsícem

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

    • @MaxOnTech
      @MaxOnTech Před 22 dny

      haha didn't think anyone would catch that.

  • @MouadhGoul
    @MouadhGoul Před měsícem

    Thank you for your this work

  • @daniellehotsky1776
    @daniellehotsky1776 Před měsícem

    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 Před 22 dny

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

  • @VR4Poker
    @VR4Poker Před měsícem

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

  • @keenanwekesa1723
    @keenanwekesa1723 Před měsícem

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

  • @keithsweatshop
    @keithsweatshop Před měsícem

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

  • @higiniofuentes2551
    @higiniofuentes2551 Před měsícem

    How to install the Elements import? Thank you!

  • @higiniofuentes2551
    @higiniofuentes2551 Před měsícem

    Thank you for this very useful video!

  • @Britishsourfish
    @Britishsourfish Před měsícem

    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 Před měsícem

    Is the open ai api key free??

  • @diamondthehunter8895
    @diamondthehunter8895 Před měsícem

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

  • @TSmitty360
    @TSmitty360 Před měsícem

    So clear and simple, thanks!

  • @moonknight355
    @moonknight355 Před měsícem

    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 Před měsícem

    🚨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.