Deeecode The Web
Deeecode The Web
  • 435
  • 539 074
Why use the FINALLY in try...catch...finally?
What's the difference between using finally and just writing my code after try...catch? I answer that question in this video.
Subscribe to My Channel: bit.ly/deeecode
_____
🌟 About Me:
Dillion Megida, creator of DEEECODE, is a Software Engineer, Developer Advocate and a Content Creator passionate about simplifying topics around Tech via articles and videos.
_____
⚡️ Connect with me:
- Personal youtube: th-cam.com/users/dillionmegida
- Personal website: dillionmegida.com/
- Twitter: iamdillion
- Instagram: deeecode
- LinkedIn: www.linkedin.com/in/dillionmegida/
- GitHub: github.com/dillionmegida
มุมมอง: 169

วีดีโอ

Webcam Recording with JavaScript
มุมมอง 24714 วันที่ผ่านมา
In this video, I show how to record webcam with JavaScript. Here, we use the Media Recorder, learn how to get permissions for media and audio media devices, and create a temporary preview URL for the recorded video. Subscribe to My Channel: bit.ly/deeecode 🌟 About Me: Dillion Megida, creator of DEEECODE, is a Software Engineer, Developer Advocate and a Content Creator passionate about simplifyi...
Easy Image Previews with JavaScript CreateObjectURL
มุมมอง 24921 วันที่ผ่านมา
Here's a very easy way to display previews of user-selected images using JavaScript URL CreateObjectURL. Subscribe to My Channel: bit.ly/deeecode 🌟 About Me: Dillion Megida, creator of DEEECODE, is a Software Engineer, Developer Advocate and a Content Creator passionate about simplifying topics around Tech via articles and videos. ⚡️ Connect with me: - Personal youtube: th-cam.com/users/dillion...
Make External Resources Downloadable On Your Website with BLOBs and ObjectURLs
มุมมอง 11621 วันที่ผ่านมา
In this video, I explain how the download attribute of anchor tags allow users to download resources from your website. Then, I show how the concept of BLOBs and ObjectURLs allow you to make external resources downloadable. Subscribe to My Channel: bit.ly/deeecode 🌟 About Me: Dillion Megida, creator of DEEECODE, is a Software Engineer, Developer Advocate and a Content Creator passionate about s...
#12 GIT REMOTE
มุมมอง 8421 วันที่ผ่านมา
In this lesson, we learn how the git remote command works. We see how this command allows us to manage remote connections Learn more about the course here: simplegit.dev/ Subscribe to My Channel: bit.ly/deeecode 🌟 About Me: Dillion Megida, creator of DEEECODE, is a Software Engineer, Developer Advocate and a Content Creator passionate about simplifying topics around Tech via articles and videos...
Quick Shell Command for Deleting Local Merged Branches
มุมมอง 8021 วันที่ผ่านมา
In this video, I show you a quick command that you can use for cleaning up your local branches, so you only have the ones that haven't been merged yet. Worth noting from the video, egrep is "Extended Regular Expression". grep on the other hand is "Basic Regular Expression". You can also use grep with the -E flag for extended regular expressions. Subscribe to My Channel: bit.ly/deeecode 🌟 About ...
Allow Users Easily Share Text & Media In Your Applications
มุมมอง 498หลายเดือนก่อน
In this video, I share how the Native Share API allows you to enable easy sharing to native mechanisms on your user's device. Learn more about this API here: developer.mozilla.org/en-US/docs/Web/API/Navigator/share Subscribe to My Channel: bit.ly/deeecode 🌟 About Me: Dillion Megida, creator of DEEECODE, is a Software Engineer, Developer Advocate and a Content Creator passionate about simplifyin...
Substring with Concatenation of All Words | Group Solution
มุมมอง 692หลายเดือนก่อน
Solving this leetcode question with friends. Leetcode link: leetcode.com/problems/substring-with-concatenation-of-all-words Subscribe to My Channel: bit.ly/deeecode 🌟 About Me: Dillion Megida, creator of DEEECODE, is a Software Engineer, Developer Advocate and a Content Creator passionate about simplifying topics around Tech via articles and videos. ⚡️ Connect with me: - Personal youtube: th-ca...
Longest Substring Without Repeating Characters | Leetcode Solution w/ Sliding Window
มุมมอง 270หลายเดือนก่อน
In this video, I explain the Sliding Window Algorithm and we use this approach to solve the Longest Substring Without Repeating Characters on Leetcode. Here is the question: leetcode.com/problems/longest-substring-without-repeating-characters Subscribe to My Channel: bit.ly/deeecode 🌟 About Me: Dillion Megida, creator of DEEECODE, is a Software Engineer, Developer Advocate and a Content Creator...
Minimum Size Subarray Sum | Leetcode Solution w/ Sliding Window
มุมมอง 320หลายเดือนก่อน
In this video, I explain the Sliding Window Algorithm and we use this approach to solve the Minimum Size Subarray Sum Problem on Leetcode. Here is the question: leetcode.com/problems/minimum-size-subarray-sum Subscribe to My Channel: bit.ly/deeecode 🌟 About Me: Dillion Megida, creator of DEEECODE, is a Software Engineer, Developer Advocate and a Content Creator passionate about simplifying topi...
Minimum Size Subarray Sum | Group Solution
มุมมอง 1.4Kหลายเดือนก่อน
Solving this leetcode question with friends Subscribe to My Channel: bit.ly/deeecode 🌟 About Me: Dillion Megida, creator of DEEECODE, is a Software Engineer, Developer Advocate and a Content Creator passionate about simplifying topics around Tech via articles and videos. ⚡️ Connect with me: - Personal youtube: th-cam.com/users/dillionmegida - Personal website: dillionmegida.com/ - Twitter: twit...
#11 GIT LOG
มุมมอง 112หลายเดือนก่อน
In the previous lesson, we learnt about the clone command. In this lesson, we learn how the git log command works. Learn more about the course here: simplegit.dev/ Subscribe to My Channel: bit.ly/deeecode 🌟 About Me: Dillion Megida, creator of DEEECODE, is a Software Engineer, Developer Advocate and a Content Creator passionate about simplifying topics around Tech via articles and videos. ⚡️ Co...
Chrome Extension Simplified Tutorial - Leave Twitter Alone Extension
มุมมอง 236หลายเดือนก่อน
In this tutorial, I show you how to build a chrome extension. We cover features like user inputs and Chrome Storage API in building an extension that overwrites the Twitter page. Here's the code repository: github.com/dillionmegida/leave-twitter-extension Subscribe to My Channel: bit.ly/deeecode 🌟 About Me: Dillion Megida, creator of DEEECODE, is a Software Engineer, Developer Advocate and a Co...
2 Ways To Expose Localhost To Your Phone
มุมมอง 3462 หลายเดือนก่อน
In this video, I show you how to view your localhost website on your mobile phone. We see how to use Network IP Address & VS Code Port Forwarding Subscribe to My Channel: bit.ly/deeecode 🌟 About Me: Dillion Megida, creator of DEEECODE, is a Software Engineer, Developer Advocate and a Content Creator passionate about simplifying topics around Tech via articles and videos. ⚡️ Connect with me: - P...
The Page Visibility API Simplified, with examples
มุมมอง 2772 หลายเดือนก่อน
The Page Visibility API Simplified, with examples
5 VS Code Defaults To TURN OFF
มุมมอง 5752 หลายเดือนก่อน
5 VS Code Defaults To TURN OFF
Promise.all vs Promise.allSettled in JavaScript
มุมมอง 3883 หลายเดือนก่อน
Promise.all vs Promise.allSettled in JavaScript
Event Capturing over Event Bubbling
มุมมอง 2563 หลายเดือนก่อน
Event Capturing over Event Bubbling
CSS CALC-SIZE - Game Changer & Limitations
มุมมอง 5413 หลายเดือนก่อน
CSS CALC-SIZE - Game Changer & Limitations
Analog Clock with only HTML, CSS & JS - Interview Question
มุมมอง 5533 หลายเดือนก่อน
Analog Clock with only HTML, CSS & JS - Interview Question
Improve your Development Experience with VS Code Profiles
มุมมอง 4184 หลายเดือนก่อน
Improve your Development Experience with VS Code Profiles
All NextJS Routes in Pages & App Router
มุมมอง 2844 หลายเดือนก่อน
All NextJS Routes in Pages & App Router
React.Lazy vs Dynamic Imports for Lazy Loading
มุมมอง 1K4 หลายเดือนก่อน
React.Lazy vs Dynamic Imports for Lazy Loading
CDNs Simplified
มุมมอง 3304 หลายเดือนก่อน
CDNs Simplified
Create Unsplash Experience with Intercepting Routes in NextJS
มุมมอง 3264 หลายเดือนก่อน
Create Unsplash Experience with Intercepting Routes in NextJS
No More DevTools - CSS Scan Made Easy
มุมมอง 5044 หลายเดือนก่อน
No More DevTools - CSS Scan Made Easy
Did You Know This About USEREF?
มุมมอง 1985 หลายเดือนก่อน
Did You Know This About USEREF?
React Server Components Simplified | Diagrams, Code Examples, Benefits
มุมมอง 3995 หลายเดือนก่อน
React Server Components Simplified | Diagrams, Code Examples, Benefits
Learn Web Scraping by building a Jobs Page
มุมมอง 3495 หลายเดือนก่อน
Learn Web Scraping by building a Jobs Page
How Does Netlify Create Dynamic Deployment Status Badges?
มุมมอง 1205 หลายเดือนก่อน
How Does Netlify Create Dynamic Deployment Status Badges?

ความคิดเห็น

  • @macmee7440
    @macmee7440 4 ชั่วโมงที่ผ่านมา

    Thanks bro, great video

  • @ericterrykc
    @ericterrykc 5 ชั่วโมงที่ผ่านมา

    Try running your app in a browser without plugins. My Chrome browser has a plugin that is interfering with the html. My instances of Edge and Firefox are plugin free. Worked without the error. Now it is time to find out which of my Chrome plugins is causing the issue.

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

    Thanks Dillion!

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

    super cool! Thank You for sharing =)

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

    life saver ly <33333

  • @samuelsamuel-b8j
    @samuelsamuel-b8j 2 วันที่ผ่านมา

    I love your work sir. I have been having issues with sizing elements sir! ...and i have not come across any of your video that best explains that, pls xan you help out

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

    So when num1 and num2 been calculated. Then send to sum. The question is, when it goes to print(sum) Does the sum value will be passed to log function immediately or it will need to passed to the function below, then passed to log function?

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

    Wow. This is the easiest explanation/tutorial I've come across on this subject. Thanks!

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

    Nice and easy explanation, thanks!

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

    Thanks. And in case you' running FastAPI(uvicorn server) locally, the `--host 0.0.0.0` will also expose the localhost to all devices connected to same wifi(similarly as vite does)

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

    Great video. I hope they fix this limitation.

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

    Great video man!!!

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

    Very clear, thanks

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

    Thanks man, understood.

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

    This is SOOO Clear: I Love u man. Thanks soo much

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

    @deecode thanks for the great insights on this. However, i have an issue with safari compatibility with localStorage, and cookies on IOS devices as today. It works perfectly well on non-ios devices. Can you be of help?

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

    this video was great, I've seen many videos so far, but this video can help me understand this concept in css, thank you very much!

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

    awesome. chatgpt mentioned it but I did not understand because it kept referring to 'not consuming the characters.' I checked youtube and watched this video. Finally understood that the part I was missing is that the lookahead actually starts at a specific point, i.e. the point where the lookahead will actually start to look ahead

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

    you talk too fast

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

    That is a very well explanation.

  • @per-net9911
    @per-net9911 14 วันที่ผ่านมา

    Top explained. Calculating the intermediate value was always the most difficult part for me. I now use an online calculator where I can calculate the perfect value for the size at which the text starts to grow or shrink. I use the ‘Clamp Calculator’ from Marc Bacon. Since then, I can now calculate the mean value exactly and say that the font should start to grow from 600 px, for example, and must stop growing at 1200 px.

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

    I would like to see you doing it with React please

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

    this is the best video on this topic

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

    Very good explanation, but the background music distracted me.

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

    I love your passion for teaching and paying it forward. Well done!

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

    Very clear, intuitive explanation. Thanks

  • @VigneshwaranRavi-p6q
    @VigneshwaranRavi-p6q 18 วันที่ผ่านมา

    Clear Explanation

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

    Great explanation. Thank you!

  • @frederickobeng-nyarko2868
    @frederickobeng-nyarko2868 19 วันที่ผ่านมา

    This makes me see a lot of things we do with JavaScript that can easily be done with css… thanks Dillon ..

  • @deeecode
    @deeecode 19 วันที่ผ่านมา

    Worth noting from the video, egrep is "Extended Regular Expression". grep on the other hand is "Basic Regular Expression". You can also use grep with the -E flag for extended regular expressions.

  • @Yudofuuu
    @Yudofuuu 19 วันที่ผ่านมา

    What a great simple explanation. subscribed 👍

    • @deeecode
      @deeecode 19 วันที่ผ่านมา

      Thanks and welcome. I have more amazing videos :)

  • @frederickobeng-nyarko2868
    @frederickobeng-nyarko2868 19 วันที่ผ่านมา

    Very useful

    • @deeecode
      @deeecode 19 วันที่ผ่านมา

      Glad to hear that

  • @winstonsmith4367
    @winstonsmith4367 20 วันที่ผ่านมา

    Dio grazie. Many thanks from italy!

    • @deeecode
      @deeecode 19 วันที่ผ่านมา

      You're very welcome!

  • @matissemallette
    @matissemallette 20 วันที่ผ่านมา

    Hey man nice vid! Also, what browser is that???

    • @deeecode
      @deeecode 19 วันที่ผ่านมา

      I use Arc Browser: arc.net/

  • @souratirera3388
    @souratirera3388 20 วันที่ผ่านมา

    Thank you so much bro much love fromage senegal

    • @deeecode
      @deeecode 19 วันที่ผ่านมา

      I'm so glad to hear this was helpful

  • @gilsonconceicao5201
    @gilsonconceicao5201 21 วันที่ผ่านมา

    Nice. thanks

    • @deeecode
      @deeecode 19 วันที่ผ่านมา

      Most welcome

  • @frederickobeng-nyarko2868
    @frederickobeng-nyarko2868 21 วันที่ผ่านมา

    Very simple and concise. Thanks!

    • @deeecode
      @deeecode 19 วันที่ผ่านมา

      I'm glad to hear

  • @linuhusainnk
    @linuhusainnk 22 วันที่ผ่านมา

    Is there any option to remove squash and merged branches

  • @whathuh6965
    @whathuh6965 23 วันที่ผ่านมา

    Very good bro. Very concise work and explanation.

    • @deeecode
      @deeecode 19 วันที่ผ่านมา

      I'm so glad to hear

  • @Sami_Afolabi
    @Sami_Afolabi 24 วันที่ผ่านมา

    Thank you for this Dillion

    • @deeecode
      @deeecode 19 วันที่ผ่านมา

      You're welcome

  • @jordanmatthew6315
    @jordanmatthew6315 24 วันที่ผ่านมา

    Simple and down to the point, love it.

  • @shshdhdhchfhdhdh9353
    @shshdhdhchfhdhdh9353 25 วันที่ผ่านมา

    dude this helped me .Thank for your video.

    • @deeecode
      @deeecode 19 วันที่ผ่านมา

      I'm really glad to hear

  • @shehnazameer1209
    @shehnazameer1209 26 วันที่ผ่านมา

    that was great help. Thank you

    • @deeecode
      @deeecode 19 วันที่ผ่านมา

      You're welcome!

  • @havefun5519
    @havefun5519 27 วันที่ผ่านมา

    When I talked to GPT about hydration, I had some understanding; however, this tut helped me dive deeper into this topic. Cool and short tut. Thx

    • @deeecode
      @deeecode 19 วันที่ผ่านมา

      I'm really glad to hear :)

  • @TechHub-x9w
    @TechHub-x9w 28 วันที่ผ่านมา

    That's for the explanation. Really appreciate your knowledge and simplicity

    • @deeecode
      @deeecode 19 วันที่ผ่านมา

      I'm glad to hear

  • @striver_108
    @striver_108 28 วันที่ผ่านมา

    good one thank-you

    • @deeecode
      @deeecode 19 วันที่ผ่านมา

      You're welcome!

  • @alexandrubutincu3902
    @alexandrubutincu3902 28 วันที่ผ่านมา

    10x man, you're awsome!

    • @deeecode
      @deeecode 19 วันที่ผ่านมา

      Thanks so much for the helpful feedback

  • @daviddixx6737
    @daviddixx6737 29 วันที่ผ่านมา

    Amazing Didn't know this existed, thanks for sharing 🙌🏾

    • @deeecode
      @deeecode 19 วันที่ผ่านมา

      You're very welcome

  • @omega.developer
    @omega.developer 29 วันที่ผ่านมา

    Your topics are insanely good for learning. This is how TH-cam shorts should be utilised. Much thanks man.

    • @deeecode
      @deeecode 19 วันที่ผ่านมา

      Glad you like them!

  • @ryanwalter9373
    @ryanwalter9373 หลายเดือนก่อน

    You are the best 😢❤

    • @deeecode
      @deeecode 19 วันที่ผ่านมา

      Haha thank you