Geekific

Geekific

What’s up fellow coders and welcome to Geekific!
I’m Ed, a full-time software developer and coding enthusiast. Join me on this never-ending learning journey as we dive into the fascinating world of coding. Whether you're a beginner or an experienced programmer, this channel is dedicated to providing you with valuable insights, tips, and tutorials to help you excel in your coding endeavors. Let's forge a tight-knit community of passionate learners and embark on an exciting coding adventure together!

Пікірлер

  • @GUMMALLADRONASAI-dv1jq
    @GUMMALLADRONASAI-dv1jq8 сағат бұрын

    Hi, I've one doubt. @3:38 why should we sort the array, when the hashset can actually remove the duplicate lists.

  • @GUMMALLADRONASAI-dv1jq
    @GUMMALLADRONASAI-dv1jq10 сағат бұрын

    Hi, I've small doubt. @4:10 It's true that the target value might be in several rows and is not restricted to one, since the rows are not sorted among themselves. But, we can actually return from searchMatrix, once we find the target value right.

  • @maxmuster5512
    @maxmuster551218 сағат бұрын

    One thing i wanted to add: You can also use generics for methods, like for example: public <T> T myMethod(T t){} without the need of wildcards. Just wanted to make that point because the mentioned motivation for wildcards was, to not have to mess around with generic classes

  • @hoangthiendo1909
    @hoangthiendo1909Күн бұрын

    Waiting for the next episode of this series 😊

  • @laith8758
    @laith8758Күн бұрын

    this channel single handedly carrying my course at uni🙏

  • @sovngarden
    @sovngardenКүн бұрын

    Absolutely love the video although the last third of the video took 90% of my brainpower to keep up

  • @lord_dardendrian
    @lord_dardendrian2 күн бұрын

    Thank you great explenation very helpfull

  • @evandromottaz
    @evandromottaz2 күн бұрын

    ReadyState need to override onHome without using it, this is not anti pattern of Interface Segregation? A class that need a method that dont using?

  • @bmiller949
    @bmiller9493 күн бұрын

    Thank for saying what I have always felt. It is easy to make things complex, it is difficult to make things simple.

  • @manishgautam2424
    @manishgautam24243 күн бұрын

    keep it up

  • @khaled.noordin
    @khaled.noordin3 күн бұрын

    Gradle and kotlin DSL are my buddies

  • @MarcusLeo89
    @MarcusLeo893 күн бұрын

    Great video m8 love the channel!

  • @GUMMALLADRONASAI-dv1jq
    @GUMMALLADRONASAI-dv1jq4 күн бұрын

    I've one doubt. In the Iterative approach implementation, why should we loop the remaining elements(first/second) though it is possible to store curr.next = head1/head2 (Since, the list is intact unlike the array).

  • @4thehood
    @4thehood4 күн бұрын

    This is really helpful video to understand the difference between the relationships of classes. Watched so many videos before this one, but this is the best match!! MUST WATCH!!!

  • @user-lu1bg9fy4r
    @user-lu1bg9fy4r5 күн бұрын

    for android java is better for complex apps

  • @MythiliS-zu8vc
    @MythiliS-zu8vc5 күн бұрын

    You are awesome

  • @ScorpusMugnes
    @ScorpusMugnes5 күн бұрын

    Thanks too much for your playlist.

  • @jayak3768
    @jayak37685 күн бұрын

    Here some problems I see: 1. 6:00 why Builder is an interface and not an abstract class. 2. The whole idea of Builder pattern is to allow clients to initialize the object with custom parameters as needed. The Director hides that complexity and provides a generic Build method. Meaning again the client is tied to the objects being initialized with specific params.

  • @MD.PoragSarkar
    @MD.PoragSarkar8 күн бұрын

    Liked and subscribed...

  • @vengateshm2122
    @vengateshm21228 күн бұрын

    Great explanation in 10 minutes. Thank You.

  • @webpulseify
    @webpulseify8 күн бұрын

    great tutorial, thanks!

  • @mohittiwari009
    @mohittiwari0099 күн бұрын

    If we have a method createBurger in controller class in a web app and we need to create a burger we have to again put if else conditions to create different types of burger. Then what is the point to use this design pattern?

  • @geekific
    @geekific8 күн бұрын

    You'll need a UX designer ;)

  • @princezuko7073
    @princezuko70739 күн бұрын

    This video should get more views. absolutely top one. the information visualization and topics covered in a same story line helped me understand the whole process. Next, I am going to learn how the thread, scheduler are implemented in low level coding.

  • @ForWork-mj9fv
    @ForWork-mj9fv9 күн бұрын

    Thank you for this masterpiece

  • @KamranKhan-cx2kp
    @KamranKhan-cx2kp10 күн бұрын

    May I have these ppt for presentation in university😊😋

  • @ChristopherGruber
    @ChristopherGruber12 күн бұрын

    Java is dying and Oracle is killing it.

  • @nicholastreurnicht
    @nicholastreurnicht13 күн бұрын

    UNISA COS2614 students should be watching these videos. Very useful man

  • @justreason5868
    @justreason586815 күн бұрын

    Thanks so much for explaining this...

  • @AdityaVerma-up6jf
    @AdityaVerma-up6jf15 күн бұрын

    I just enjoyed watching this video great explaination🤓

  • @Aughadi
    @Aughadi16 күн бұрын

    By hierarchical relationship sub class can not exist without super class it is same as composite aggregation ???

  • @Manuel-fp6ni
    @Manuel-fp6ni16 күн бұрын

    In Liskov's substitution is same to say: replace the child by its father or replace the father by its child? I see both ideas explaining this principle on the web

  • @Cross_A
    @Cross_A16 күн бұрын

    Thanks for the vid! But one small correction: In the state, you dont use the Phone as a variable, but as a parameter

  • @rafsanjani3090
    @rafsanjani309018 күн бұрын

    Thank you so much

  • @Felipinho5
    @Felipinho518 күн бұрын

    Wonderful explanation!

  • @TrusePkay
    @TrusePkay18 күн бұрын

    The hierarchy is • Operating System • Processes - Main process and child processes • Threads - Main thread and other threads • Tasks - Subroutines and Coroutines

  • @plocastakartica4834
    @plocastakartica483419 күн бұрын

    I've just finished this playlist on design patterns, it's such a well done and structured resource for learning and reference. Thanks for these, really helped me learn quick!

  • @geekific
    @geekific18 күн бұрын

    Glad it was helpful!

  • @markthomas9641
    @markthomas964121 күн бұрын

    This is great. Also check out DeltaJSON which can compare JSON objects with arrays or moving data, available as API and GUI.

  • @yogeshdharya3857
    @yogeshdharya385722 күн бұрын

    Everything makes sense now thank u 🍬👌

  • @Manuel-fp6ni
    @Manuel-fp6ni23 күн бұрын

    Wonderful job. Cheers from Perú!!