Тёмный
Geekific
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!
Комментарии
@adennis200
@adennis200 10 часов назад
Now I finally get the reset pointer to start part. We can always assume that the list given to us is defined as such, so that we always have x = z i.e. the distance from head to start of cycle is always the same as distance from meet to start of cycle. So we dont really need to bother with the mathematics or the physics behind it but just accept that its defined as such and whenever there is a cycle, we just reset, move by one and return the meeting point.
@mahmoudelkhalloufi5761
@mahmoudelkhalloufi5761 День назад
A long video about rbac in jwt will be a real pleasure to watch😃
@geekific
@geekific 13 часов назад
Will add it to my list of upcoming videos! Stay Tuned!
@manojrao9867
@manojrao9867 2 дня назад
Excellent.
@coder_foo
@coder_foo 2 дня назад
Short, clear, and to the point - awesome video :). The "why do it this way" part was great.
@jorgegallego9672
@jorgegallego9672 4 дня назад
Shouldn´t you be returning "this" after every builder method? They all return CarBuilder but then the method is just a setter, this will give an error as "Expected CarBuilder but returned void"
@jorgegallego9672
@jorgegallego9672 4 дня назад
I usually use an interface instead of an abstract class. An Interface means that I am creating a "contract" for all Restaurants and it´s mandatory that all the classes implementing it will implement the createBurguer. An abstract class should be used for generalization of a behaviour, an interface for standardization, this case looks like standardization to me. Meaning: Generalizing: "All these classes seem to work this way, lets sum up common code in a common place" Standardizing: "I want to enforce that all this classes behave this way" What do you think about this approach and why would you favour the use of an abstract class over an interface?
@geekific
@geekific 13 часов назад
I guess, interfaces enforce a contract, ensuring all implementing classes follow the same methods, making them ideal for standardizing behavior. Abstract classes, however, offer shared code, making them better for generalization when multiple classes need common functionality. They allow partial implementations and can be more flexible when evolving over time. So, imo choose interfaces when you need consistency across classes and abstract classes when you want to combine shared logic with enforced structure. Does this answer your question?
@nemea6698
@nemea6698 4 дня назад
Lebanese 😂😊
@JenniferAnderson-z3j
@JenniferAnderson-z3j 5 дней назад
Dietrich Mountain
@seriaaterriblee
@seriaaterriblee 5 дней назад
i understood EVERYTHING, thank you.
@joelcruz2873
@joelcruz2873 7 дней назад
Great video!
@CrStrifey
@CrStrifey 7 дней назад
Thanks
@khalilelemam1349
@khalilelemam1349 7 дней назад
Covering oauth2 in depth with spring authorization server and authorization client will be very helpful
@geekific
@geekific 6 дней назад
It is on the way!
@yordanpetrov8345
@yordanpetrov8345 9 дней назад
Thanks it was very useful to me keep it up. Possibly you can create DevOps series content.
@geekific
@geekific 9 дней назад
More videos are on the way! Stay Tuned!
@abggk2
@abggk2 9 дней назад
I think you missed the part where the command pattern can be used to undo or redo an operation. Great clips though, I use them as quick summerization guide in addition to the design pattern book (gang of 4).
@vikramragunathan6392
@vikramragunathan6392 10 дней назад
Amazing explanation
@SylvesterFrancia-z6b
@SylvesterFrancia-z6b 11 дней назад
Olson Glen
@vikramragunathan6392
@vikramragunathan6392 11 дней назад
Take a bow 😃
@ravithun5347
@ravithun5347 11 дней назад
Thank you for your good explain
@madhanchandru5358
@madhanchandru5358 11 дней назад
Why not use a local variable to construct an object and assign it to the static variable later. This way you can avoid using volatile
@shrutirampure3943
@shrutirampure3943 12 дней назад
Great video and clear explanation, thanks!!
@marcdjole4315
@marcdjole4315 12 дней назад
you're great!
@rafik1968
@rafik1968 12 дней назад
the first example also violate dependency inversion since the 2 class must depend on abstraction instead of each others .. reducing coupling between the 2 classes
@The_Ashwatthama
@The_Ashwatthama 12 дней назад
i have rewatched so many times to make sure i have comprehend whats in the 8 mins :). Seasonal devs might grasp quick. Crisp and highly informative videos! thanks.
@МаксимЯрема-е8щ
@МаксимЯрема-е8щ 14 дней назад
Thanks dude, understood from the first time
@alitahboub493
@alitahboub493 14 дней назад
amazing video
@btsarmylachimolala2333
@btsarmylachimolala2333 15 дней назад
fantastic video to understand design patterns but kindly provide the code in the description
@geekific
@geekific 15 дней назад
You can find all our code snippets in our GitHub repo!
@DavydRicardo-i5b
@DavydRicardo-i5b 17 дней назад
So good man! Thank uuu!
@coder_foo
@coder_foo 17 дней назад
Crystal clear explanation - thanks!
@ye-1723
@ye-1723 18 дней назад
very underrated channel
@webpulseify
@webpulseify 18 дней назад
Great tutorial! I don't think we'll need this pattern as much compared to other structural design patterns like Facade or Bridge. However, the strategy behind this pattern is quite important.
@geekific
@geekific 13 часов назад
Glad it helped! It sure is :)
@beatrepo
@beatrepo 19 дней назад
Hello! This video has been helpful! I do wonder if it is better to make createBurger method protected instead of public since the main method can access it and be able to create a burger without ordering it?
@arunachu919
@arunachu919 20 дней назад
good one. thank you
@thurlukulasekhar223
@thurlukulasekhar223 21 день назад
It's very nice Can you please make video for Nth largest number in array😊
@geekific
@geekific 21 день назад
Is this the one you are referring to: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-NmlLnz67kX4.html ?
@srikrishna_ss8263
@srikrishna_ss8263 21 день назад
Hi geekific, We need more videos like this and devOps.
@geekific
@geekific 21 день назад
On the way! Stay Tuned!
@PrakharSrivastava-t3o
@PrakharSrivastava-t3o 22 дня назад
Excellent video! What a clear and concise explanation of the three concepts! Thank you. Keep up the great work.
@lucasf.v.n.4197
@lucasf.v.n.4197 22 дня назад
at 8:50, shouldn't idCounter be declared static?
@bibahbibah5108
@bibahbibah5108 23 дня назад
best video for annotations processing, i search a lot even in ChatGpt and nothing works without a external libs, but u give us gold man thanks ❤
@geekific
@geekific 23 дня назад
Glad it helped! Thank you <3
@tadiwoskebede3798
@tadiwoskebede3798 23 дня назад
Best explanation!
@donothack
@donothack 23 дня назад
I'm slightly confused, so is the metaspace, was the permGeneration, part of the heap? Because you mentioned something about permGen space of the heap, at 6:05.
@DemystifyFrontend
@DemystifyFrontend 25 дней назад
Well explained
@carlosalonsobarahona4497
@carlosalonsobarahona4497 25 дней назад
me salvaste las papas
@RasiyaDeshmukh
@RasiyaDeshmukh 26 дней назад
So far the best explanation of Singleton pattern I have come across!!
@可乐牛排
@可乐牛排 26 дней назад
Thanks, buddy, I watched a lot of other videos but was still confused, till I saw your mathematic approach, it is so plain, and so much appreciated: )
@KaPaTeJIb6a6o4ek
@KaPaTeJIb6a6o4ek 27 дней назад
It would be great if you make more videos about ci/cd. Many thanks!
@geekific
@geekific 26 дней назад
Will do!
@konstantinklein7050
@konstantinklein7050 27 дней назад
thank you
@nivedita7169
@nivedita7169 27 дней назад
why should we create a dockerfile for running the Redis server when we could do the same using docker run redis - as we did in the previous video?
@Terracotta-warriors_Sea
@Terracotta-warriors_Sea 28 дней назад
Can you please make a series on machine learning with Java.
@geekific
@geekific 23 дня назад
Will add it to my list of upcoming videos. Stay Tuned!