Deeecode The Web
Deeecode The Web
  • Видео 451
  • Просмотров 593 946
How To Check Internet Access With JavaScript
In this video, I show how you can check network connection and internet access with JavaScript.
Find the full code here: github.com/dillionmegida/demos/tree/main/check-internet-access
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: ruclips.net/user/dillionmegida
- Personal website: dillionmegida.com/
- Twitter: iamdillion
- Instagram: deeecode
- LinkedIn: www.linkedin.com/in/dillionmegida/
- GitHub: github.com/dillionmegida
_____
#deeecode
Просмотров: 63

Видео

5 Underrated but USEFUL JavaScript Events
Просмотров 2157 часов назад
In this video, I walk through 5 JavaScript events that are not talked about enough but can be very useful in your applications. Code for this video can be found here: github.com/dillionmegida/demos/tree/main/5-useful-js-events 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 abou...
Useful JavaScript Event That No One Talks About
Просмотров 61716 часов назад
In this video, I highlight the animationend event in JavaScript which is useful for triggering certain logic after a CSS animation completes. 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: - Perso...
3 Use Cases of the Page Visibility API for your website
Просмотров 91День назад
In this video, I show 3 use cases of the page visibility api for reducing used resources and improving user interaction on your website. You can find the code here: github.com/dillionmegida/demos/tree/main/page-visibility-api 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...
What Exactly is Cumulative Layout Shift in webdev
Просмотров 14914 дней назад
In this video, I explain CLS, using examples like images and ads. 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: ruclips.net/user/dillionmegida - Personal website: dillionmegid...
Search Native Apps from Apple Shortcuts with Custom URL Schemes
Просмотров 10914 дней назад
In this video, I show how to use custom url schemes in Apple Shortcuts, to improve how you use your device. Check out my video on Custom URL Schemes here: ruclips.net/video/yVdt_kcNSag/видео.html And my video for using custom url schemes in the terminal here: ruclips.net/video/otZls4MvpLU/видео.html Subscribe to My Channel: bit.ly/deeecode 🌟 About Me: Dillion Megida, creator of DEEECODE, is a S...
Improve your Desktop Experience with Custom URL Schemes
Просмотров 13821 день назад
In this video, I show how you can use custom URL schemes to improve your desktop experience, like opening Spotify, Notion and the Dictionary from the terminal or from the Mac Shortcuts app. Learn more about Custom URL Schemes in this video: ruclips.net/video/yVdt_kcNSag/видео.html Learn about writing functions in zsh and bash here: rowannicholls.github.io/bash/intro/functions.html Subscribe to ...
How Do Websites Navigate to Native Apps? Custom URL Schemes
Просмотров 1,3 тыс.21 день назад
Ever wondered how websites like Spotify, Figma and Notion are able to navigate from your browser to the native versions installed on your device? One way to do this is with Custom URL Schemes, and I explained how they work in this video. Here's the script for MacOs, if you want to try: github.com/dillionmegida/deeecode.com/blob/main/scripts/custom-url-schemes.py Subscribe to My Channel: bit.ly/...
What Exactly is Serverless? No Servers?
Просмотров 37221 день назад
In this video, I simplify the concept of Serverless. 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: ruclips.net/user/dillionmegida - Personal website: dillionmegida.com/ - Twit...
How Does Vercel Do Custom Context Menus? The Context Menu Event
Просмотров 343Месяц назад
In this video, I explain how the context menu event allows you to override the default context menu shown on right click, and how you can provide a customized menu instead. Code for web project here: github.com/dillionmegida/demos/tree/main/custom-context-menu Subscribe to My Channel: bit.ly/deeecode 🌟 About Me: Dillion Megida, creator of DEEECODE, is a Software Engineer, Developer Advocate and...
How Does WhatsApp Web Know Of Multiple Tabs? The Broadcast Channel API
Просмотров 7 тыс.Месяц назад
In this video, I explain how the Broadcast Channel API in JavaScript works, and how you can use it to know if a domain is open on multiple tabs. Code for web project here: github.com/dillionmegida/demos/tree/main/broadcast-channel-api Subscribe to My Channel: bit.ly/deeecode 🌟 About Me: Dillion Megida, creator of DEEECODE, is a Software Engineer, Developer Advocate and a Content Creator passion...
Why use the FINALLY in try...catch...finally?
Просмотров 2372 месяца назад
Why use the FINALLY in try...catch...finally?
Webcam Recording with JavaScript
Просмотров 3412 месяца назад
Webcam Recording with JavaScript
Easy Image Previews with JavaScript CreateObjectURL
Просмотров 3542 месяца назад
Easy Image Previews with JavaScript CreateObjectURL
Make External Resources Downloadable On Your Website with BLOBs and ObjectURLs
Просмотров 1402 месяца назад
Make External Resources Downloadable On Your Website with BLOBs and ObjectURLs
#12 GIT REMOTE
Просмотров 1002 месяца назад
#12 GIT REMOTE
Quick Shell Command for Deleting Local Merged Branches
Просмотров 942 месяца назад
Quick Shell Command for Deleting Local Merged Branches
Allow Users Easily Share Text & Media In Your Applications
Просмотров 5512 месяца назад
Allow Users Easily Share Text & Media In Your Applications
Substring with Concatenation of All Words | Group Solution
Просмотров 7503 месяца назад
Substring with Concatenation of All Words | Group Solution
Longest Substring Without Repeating Characters | Leetcode Solution w/ Sliding Window
Просмотров 3643 месяца назад
Longest Substring Without Repeating Characters | Leetcode Solution w/ Sliding Window
Minimum Size Subarray Sum | Leetcode Solution w/ Sliding Window
Просмотров 3523 месяца назад
Minimum Size Subarray Sum | Leetcode Solution w/ Sliding Window
Minimum Size Subarray Sum | Group Solution
Просмотров 1,5 тыс.3 месяца назад
Minimum Size Subarray Sum | Group Solution
#11 GIT LOG
Просмотров 1383 месяца назад
#11 GIT LOG
Chrome Extension Simplified Tutorial - Leave Twitter Alone Extension
Просмотров 2923 месяца назад
Chrome Extension Simplified Tutorial - Leave Twitter Alone Extension
2 Ways To Expose Localhost To Your Phone
Просмотров 7564 месяца назад
2 Ways To Expose Localhost To Your Phone
The Page Visibility API Simplified, with examples
Просмотров 2894 месяца назад
The Page Visibility API Simplified, with examples
5 VS Code Defaults To TURN OFF
Просмотров 6044 месяца назад
5 VS Code Defaults To TURN OFF
Promise.all vs Promise.allSettled in JavaScript
Просмотров 4585 месяцев назад
Promise.all vs Promise.allSettled in JavaScript
Event Capturing over Event Bubbling
Просмотров 2945 месяцев назад
Event Capturing over Event Bubbling
CSS CALC-SIZE - Game Changer & Limitations
Просмотров 6315 месяцев назад
CSS CALC-SIZE - Game Changer & Limitations

Комментарии

  • @mon0theist_tv
    @mon0theist_tv 18 часов назад

    Thank you. Came across this concept in another course and I wasn't understanding. You have shown me Dee wey

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

    This is exactly how tutorials should be done-clear, short, on point. Wishing your channel skyrockets with subscribers in no time! Greetings from 🇷🇸

  • @ShahidKhan-gy8gp
    @ShahidKhan-gy8gp 2 дня назад

    very good explaination i have ask from chatgpt that explain combinator ,so chatgpt is show me your video which is very helpful

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

    Great explanations! Love your work.

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

    Damnnn broo, you actually explained flex basis better than any other person on here

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

      haha i'm glad you found my explanation helpful

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

    Very usefull

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

    Thanks Deecode

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

      You're very welcome

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

    Really helped made call back function concepts easier to understand, thanks a lot !

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

      I'm so glad that it helped

  • @henryknowsball
    @henryknowsball 6 дней назад

    the issue was my bitwarden extension. i had to uninstall it

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

      yeah i've learnt that extensions are usually a problem

  • @Brakolli
    @Brakolli 6 дней назад

    wow!! this is useful hahahahahhaah i've been programming for 5 months i just knew this hahaha

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

      haha i'm glad that it could help

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

    Can you please share the code. Thanks.

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

      yes sure...here is the code: github.com/dillionmegida/demos/tree/main/animation-end-for-toast-notification

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

    Always learning new things from your video ❤

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

      i'm so glad to hear

  • @AkyeampongKwekuPrince
    @AkyeampongKwekuPrince 8 дней назад

    Helped me greatly.

  • @JordannGeorge
    @JordannGeorge 10 дней назад

    thank you!

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

    i just use duckduckgo bangs for this

  • @charleschu9
    @charleschu9 12 дней назад

    Thank you for doing this bro. I love the fact that your vids are straight to the point, no fluff and actually informative not to forget you actually cover non-beginner concepts like beginner concepts. Bless bro, naij to the world.

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

      I'm glad you enjoy my videos, and also my strategy of going straight to the point...thanks for sharing

  • @lalithprasadsrigiriraju
    @lalithprasadsrigiriraju 12 дней назад

    Good one, thanks for sharing

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

      Thanks for watching!

  • @Dikachi_01
    @Dikachi_01 12 дней назад

    Interesting

  • @leocarvalho8051
    @leocarvalho8051 12 дней назад

    Just a suggestion. Disable title video auto-translation. It is really stupid and is killing your views.

    • @deeecode
      @deeecode 12 дней назад

      thank you so much for this. i thought it would be a helpful thing but just realized how it may not.

  • @n.a.5045
    @n.a.5045 13 дней назад

    One of the best videos 😊

    • @deeecode
      @deeecode 12 дней назад

      i'm so glad to hear

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

    Cheers, Dillon.

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

    Thanks man Saved me some trouble

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

      You're verty welcome

  • @ISHITASRIVASTAVA-ss9iu
    @ISHITASRIVASTAVA-ss9iu 15 дней назад

    awesome explanation dude loved it !!

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

      Glad it helped!

  • @noweare1
    @noweare1 15 дней назад

    javascript is like the wild west. If the application needs a computed value of key then use bracket otherwise use dot notation.

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

    Isn't the real issue on 2:43 that variables using let/const cannot be used before initialization? I mean the unnamed function might not be hoisted as you said, but that isn't causing the issue. Or I'm wrong? Because, even using var will create the issue because the variable is not defined yet before adding value (in this case function). Maybe the question makes no sense, not sure :D

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

      hi...i'm not sure what the question is the issue on 2:43 is that we used let/const and variables with these keywords cannot be used before initialization if we used var, we would be able to use the variable, only that it will be hoisted with the value of "undefined" could you please explain your question further if i missed it

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

    thanks love from insdia

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

      thank you so much

  • @ericramirez2769
    @ericramirez2769 18 дней назад

    Gracias amigo!

  • @ahakanyildiz
    @ahakanyildiz 21 день назад

    I like african accent

    • @ahakanyildiz
      @ahakanyildiz 21 день назад

      And I like stup1d react errors get explained this well

  • @victor_aiyeola
    @victor_aiyeola 21 день назад

    dict subscribe... 😂

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

      yes...so people know the meaning lmao

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

    Good

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

    Great explanation of why the introduction of preflight requests was necessary: to protect old servers that are not aware that modern browsers can send cross-origin requests beyond the kind of requests that a HTML form can send.

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

      yes yes yes...it was also insightful for me going down the rabbit hole to learn why

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

      @@deeecode Very refreshing to see a well-researched video like this one. The amount of misinformation about CORS online is shocking.

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

    very nice explanation! thank you!

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

      Glad it was helpful!

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

    Extreeeeeeeeeeeeeeeeeemly useful and easy video on file upload image preview. Have a lovely day ahead..mate....😍

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

      Thank you so much 😀

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

    wow im the thousand view

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

      haha thank you for engaging

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

    This qn once crossed my mind but I never took it seriously. Now got the answer. Thanks. Can you say how to check the URL schemes for Windows though?

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

      haha...yeah i was curious until i chose a day to find out why...i got the windows code for this on chatgpt (basically give the windows version of this), but i haven't tested it yet, so i don't know if i should start sharing the code already...just so it doesn't explode your laptop 😂

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

    Great content

  • @Infinull-w8d
    @Infinull-w8d 24 дня назад

    Awesome video, can u please include a script that will work for Windows too?

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

      I’ll get one for windows and share with you if you can try it…i don’t have a windows to try it it will work 🥲

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

    awesome, thank you for sharing these series.

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

    Great video!

  • @the21stcenturyboy-wp5th
    @the21stcenturyboy-wp5th 24 дня назад

    excelent video, i'm subscribing

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

      I'm glad to hear...you're welcome

  • @chrisebuberoland
    @chrisebuberoland 25 дней назад

    Great content! 🔥 What do you use to record your screen or edit your videos, please?

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

      I use Quicktime player to record the screen and my audio support.apple.com/en-gb/guide/quicktime-player/welcome/mac I use Final Cut Pro to edit www.apple.com/nl/final-cut-pro/

  • @himankhoranyy124
    @himankhoranyy124 25 дней назад

    Useful, tnx

  • @akshayraj4353
    @akshayraj4353 26 дней назад

    thanks for the explanation...

  • @fusicbeats2.0
    @fusicbeats2.0 26 дней назад

    nice video , I am form India. Love the details and your teaching style...

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

      welcome from India....i'm glad you like my video :)

  • @anthonyikwuegbu9275
    @anthonyikwuegbu9275 26 дней назад

    Thanks for this

  • @asapa1321
    @asapa1321 26 дней назад

    Anything about DSA in context of FrontEnd

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

      DSA is always an interesting topic 💀

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

      @ absolutely 💀🤣

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

    Thank you

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

    Man your tutorial here about keyof is the most easiest to understand among videos everywhere. Thank you!

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

      I'm so glad to hear

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

    Great video! Thank you mate!

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

    Thank you