Deeecode The Web
Deeecode The Web
  • 428
  • 507 108
Substring with Concatenation of All Words | Group Solution
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-cam.com/users/dillionmegida
- Personal website: dillionmegida.com/
- Twitter: iamdillion
- Instagram: deeecode
- LinkedIn: www.linkedin.com/in/dillionmegida/
- GitHub: github.com/dillionmegida
มุมมอง: 582

วีดีโอ

Longest Substring Without Repeating Characters | Leetcode Solution w/ Sliding Window
มุมมอง 23417 ชั่วโมงที่ผ่านมา
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
มุมมอง 27921 ชั่วโมงที่ผ่านมา
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.1K14 วันที่ผ่านมา
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
มุมมอง 8214 วันที่ผ่านมา
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
มุมมอง 20221 วันที่ผ่านมา
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
มุมมอง 232หลายเดือนก่อน
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
มุมมอง 259หลายเดือนก่อน
In this video, I show how you can save resources on your web application by leveraging the 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 simplifying topics around Tech via articles and videos. ⚡️ Connect with me: - Personal youtube: th-cam.com/users/d...
5 VS Code Defaults To TURN OFF
มุมมอง 549หลายเดือนก่อน
In this video, I share 5 VS Code default settings that when you turn off, could improve your development experience. Timestamp: 00:00 1. Compact Folders 00:44 2. Preview Editor 01:44 3. Wrap Tabs 02:28 4. MDN References 03:21 5. Primary Sidebar Position Subscribe to My Channel: bit.ly/deeecode 🌟 About Me: Dillion Megida, creator of DEEECODE, is a Software Engineer, Developer Advocate and a Cont...
Promise.all vs Promise.allSettled in JavaScript
มุมมอง 3332 หลายเดือนก่อน
In this video, I use an example to explain the difference between Promise.all and Promise.allSettled in JavaScript. 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/us...
Event Capturing over Event Bubbling
มุมมอง 2232 หลายเดือนก่อน
In this video, I show a valid use case of Event Capturing over Event Bubbling. Referenced videos: th-cam.com/video/aZ3JWv0ofuA/w-d-xo.html th-cam.com/video/KaHZdW02Tg0/w-d-xo.html th-cam.com/video/N9vEXAWPynU/w-d-xo.html 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 simp...
CSS CALC-SIZE - Game Changer & Limitations
มุมมอง 4342 หลายเดือนก่อน
Recently, CSS got a new function (in Chrome Canary), which is calc-size. This function makes it easy to animate auto values and in this video, I showed an example. 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...
Analog Clock with only HTML, CSS & JS - Interview Question
มุมมอง 5372 หลายเดือนก่อน
Analog clocks are a common question you can get in interviews. In this video, I show you how to build one with just HTML, CSS & JS, and we learn a couple of tips here. Subscribe to My Channel: bit.ly/deeecode Join my Discord: deeecode.com/discord 🌟 About Me: Dillion Megida, creator of DEEECODE, is a Software Engineer, Developer Advocate and a Content Creator passionate about simplifying topics ...
Improve your Development Experience with VS Code Profiles
มุมมอง 3642 หลายเดือนก่อน
Improve your Development Experience with VS Code Profiles
All NextJS Routes in Pages & App Router
มุมมอง 2522 หลายเดือนก่อน
All NextJS Routes in Pages & App Router
React.Lazy vs Dynamic Imports for Lazy Loading
มุมมอง 7453 หลายเดือนก่อน
React.Lazy vs Dynamic Imports for Lazy Loading
CDNs Simplified
มุมมอง 3193 หลายเดือนก่อน
CDNs Simplified
Create Unsplash Experience with Intercepting Routes in NextJS
มุมมอง 2853 หลายเดือนก่อน
Create Unsplash Experience with Intercepting Routes in NextJS
No More DevTools - CSS Scan Made Easy
มุมมอง 4293 หลายเดือนก่อน
No More DevTools - CSS Scan Made Easy
Did You Know This About USEREF?
มุมมอง 1903 หลายเดือนก่อน
Did You Know This About USEREF?
React Server Components Simplified | Diagrams, Code Examples, Benefits
มุมมอง 3763 หลายเดือนก่อน
React Server Components Simplified | Diagrams, Code Examples, Benefits
Learn Web Scraping by building a Jobs Page
มุมมอง 3234 หลายเดือนก่อน
Learn Web Scraping by building a Jobs Page
How Does Netlify Create Dynamic Deployment Status Badges?
มุมมอง 1084 หลายเดือนก่อน
How Does Netlify Create Dynamic Deployment Status Badges?
ANIMATED TAB SWITCHER with just CSS & JS
มุมมอง 2544 หลายเดือนก่อน
ANIMATED TAB SWITCHER with just CSS & JS
What Exactly Are Source Maps From Webpack/Vite Used For?
มุมมอง 5304 หลายเดือนก่อน
What Exactly Are Source Maps From Webpack/Vite Used For?
#22 Conclusion | Simple TypeScript Course
มุมมอง 614 หลายเดือนก่อน
#22 Conclusion | Simple TypeScript Course
#21 Function of tsconfig.json | Simple TypeScript Course
มุมมอง 844 หลายเดือนก่อน
#21 Function of tsconfig.json | Simple TypeScript Course
#20 Utility Types | Simple TypeScript Course
มุมมอง 834 หลายเดือนก่อน
#20 Utility Types | Simple TypeScript Course
#19 Type Generics | Simple TypeScript Course
มุมมอง 794 หลายเดือนก่อน
#19 Type Generics | Simple TypeScript Course
#18 Interfaces | Simple TypeScript Course
มุมมอง 644 หลายเดือนก่อน
#18 Interfaces | Simple TypeScript Course

ความคิดเห็น

  • @utinfrancispeter
    @utinfrancispeter 10 ชั่วโมงที่ผ่านมา

    Very informative, Sire.

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

    that was helpful. thank you!

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

    good man, thanks a lot

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

    very helpful video 🎉

  • @MylesKonczak-j9z
    @MylesKonczak-j9z 5 วันที่ผ่านมา

    Carter Mountains

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

    Hi Dillion, this is awesome! Please what do you use for your screen share?

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

    You born to be a teacher❤

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

    Great explanation, chief! Thanks

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

    wonderful explanantion.

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

    Nice

  • @ibtisamhaider5324
    @ibtisamhaider5324 7 วันที่ผ่านมา

    Plz make more videos on leetcode. I like your way of explaining

  • @ibtisamhaider5324
    @ibtisamhaider5324 7 วันที่ผ่านมา

    Bro awesome

  • @Ganesh-pu7fi
    @Ganesh-pu7fi 8 วันที่ผ่านมา

    well defined

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

    Well done. You video make so much more sense of everything. So cool!!

  • @GospelMessageTV
    @GospelMessageTV 9 วันที่ผ่านมา

    Nice one Deeecode, Please I have a few questions. 1. How effective is DSA to Front-end developers 2. If Yes, where can you advised a beginner to start from? i.e topics, videos, books etc Thanks alot for your continuous helpful resources

  • @onlyC-zp8oq
    @onlyC-zp8oq 10 วันที่ผ่านมา

    Made it so simple 😂 I went everywhere to figure out what props are so I never forget. Now I know and will not forget thanks appreciate this a lot

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

    Jackson Christopher Thomas Jessica Rodriguez Susan

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

    thank you so much!!! i

  • @IslamicContents-e9b
    @IslamicContents-e9b 12 วันที่ผ่านมา

    many many thanks to you bro.🥰🥰🥰

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

    Awo code!!! 🙌🏿

  • @alexanderfournier6200
    @alexanderfournier6200 13 วันที่ผ่านมา

    lmao john looks miserable. I know he must be great at leetcode.

  • @noreenfatima2202
    @noreenfatima2202 13 วันที่ผ่านมา

    You deserve Million of Views and Subscribers, you are doing excellent bro

  • @christianasarhasa
    @christianasarhasa 13 วันที่ผ่านมา

    My brain wan blow

  • @basseyudeme3419
    @basseyudeme3419 13 วันที่ผ่านมา

    Pls can u create a tutorial on front-end development in all languages pls and make the tutorial interactive

  • @basseyudeme3419
    @basseyudeme3419 13 วันที่ผ่านมา

    Sorry for asking pls how can someone be good like u

  • @danielhazel7205
    @danielhazel7205 13 วันที่ผ่านมา

    Keep it up bro. Nice content

  • @basseyudeme3419
    @basseyudeme3419 13 วันที่ผ่านมา

    Pls can u give a full html and css tutorial pls

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

    Your solution is correct but not efficient 🥹🥹

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

      yeahhh 🥲 but i'm currently learning about the sliding window technique, and i'll try the problem again, and maybe make a separate video explaining it

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

    Thank you so much, Diilion. I can't believe I watched an entire playlist all at once, just because of how easily explained all these was.

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

    Been waiting for this!!!

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

    Keep the good work bro I love your contents

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

    Guy u are a great teacher😊

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

    Informative , keep making videos!

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

    This was very helpful. Found your video after I was asked about component lifecycle in an interview. Things are much clearer now

  • @Mohamed-x3o
    @Mohamed-x3o 17 วันที่ผ่านมา

    Appreciate your content. When you finish this git series, will you explore github beyond the basics such as advanced collaboration features? Thanks.

  • @MarkTang-d8v
    @MarkTang-d8v 17 วันที่ผ่านมา

    It's useful. bro.

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

    First. Love your content bro

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

    Great content! Super helpful explanation with examples.

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

    damn, eventually everything make sense

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

    I really appreciate how clearly and deeply you explain everything

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

    keep Going broda...

  • @j-lewis
    @j-lewis 19 วันที่ผ่านมา

    That’s what I was looking for, thanks bro!

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

    When converting Figma UI into React, would pref (min, pref , max) be the actual font sizes or width specified??

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

    Best TypeScript Course. Simplified and Easy To Understand. I'm looking forward for Vue Simplified Course.

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

    Wow, thanks for breaking that down, you made it easier to understand, I liked when you typed in the clamp parameter meanings (min, pref , max), it helps visualize and understand what's going on

  • @KennethLopez-o6j
    @KennethLopez-o6j 23 วันที่ผ่านมา

    516 Kaia Shore

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

    This is an excellent video; simple and easy to understand. Thank you!

  • @GaBlack-wo9vx
    @GaBlack-wo9vx 23 วันที่ผ่านมา

    You always make things simple. Thanks bro 🙏

  • @GaBlack-wo9vx
    @GaBlack-wo9vx 23 วันที่ผ่านมา

    Thanks for making array methods easy for me🙏🙏

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

    Great explanation