Could you please recommend a book on Event Driven Architecture?
@vaibhavagarwal1479Күн бұрын
Great explanation
@אוך2 күн бұрын
Thank u so much for saving my neurons from those lectures that make absolute zero sense. People on youtube be really saving lives!!
@rakshitpujari48342 күн бұрын
Great explanation. Very helpful as a new beginner. Here's another interesting AVENGERS video on SOLID Principles. Hoping it helps someone. kzbin.info/www/bejne/i3fWmWunfsZqjpo
@bonnymich2 күн бұрын
damn your spitting a lot xD the sound Pt Pt Pt aaaaa
@behehe012 күн бұрын
Thank you so much. The leanest explaination of SOLID I’ve ever learned from
@skankhunt__423 күн бұрын
3:54 Good Video but in object oriented the static variables dont go into the heap. zero-initialized static data goes in bbs and non-zero-initialized data goes in data <3
@endribehari66453 күн бұрын
You can a and b not 6 and 7
@davidtheeditor9253 күн бұрын
to
@bladbimer4 күн бұрын
What about having main (prod), dev (used for qa too) and feature branches (1 by dev feature) ?
@ClifCollins-k8d4 күн бұрын
"I noticed you're still working with polymers." The organization of "functions" is not the basis for logic. Functions should not be used to develop applications. Having billions of single-points-of-failures is not a technology. We should not be programming using a set of (just) hardware instructions grouped in a small number of statements as: functions, subroutines, macros, methods, event handlers, interrupts, message handlers, classes, etc.. Think of ways to not use "functions". It can be done.
@hakimramzani91745 күн бұрын
thank you for this video
@robertvalentic49396 күн бұрын
also good for networked games
@shinkansen19077 күн бұрын
thanks
@matthewpulickottil68317 күн бұрын
Like many videos and books on design patterns, this videos also fails to meet the most desired objective - to help developers choose the right design pattern when certain situations are presented to them. The fancy names of the patterns and their explanation is great, but if developers are not able to analyze a problem and quickly "map" it to one of these patterns, then it isn't really useful.
@SharadmEngg7 күн бұрын
Thanks for the video. In .NET we have one extension method in service class to add single instance of the class(AddSingleton). Do we still need to use singleton design pattern?
@hydrotd8 күн бұрын
came for shift
@ericsilberstein6679 күн бұрын
Yeah but how do you create a new test?
@Jabali0410 күн бұрын
**Summary: Monolithic vs Microservice Architectures** 1. Monolithic Architecture - All functionalities reside within a single codebase or project. - Simpler to develop and maintain initially, as it involves managing just one "component." - Internal communication is seamless, eliminating performance concerns between functionalities. - Challenges arise as the application grows: - Larger, more complex deployments. - Scaling issues: the entire application must scale, even if only one feature demands it. - Longer development and release cycles due to tightly coupled components. 2. Microservice Architecture - The application is divided into independent, smaller services, each focusing on specific functionalities. - Advantages: - Independent maintenance, development, and scalability of components. - Greater flexibility to scale individual services based on demand. - Challenges: - Increased complexity in development, testing, and debugging, especially for multi-service environments. - Difficult to simulate the entire application locally. - Higher infrastructure costs for small-scale applications. Communication Between Microservices: 1. API (Synchronous): Direct communication between components, often via REST or GraphQL. 2. Message Broker (Asynchronous): Tools like RabbitMQ enable decoupled communication by passing messages between services. 3. **Service Mesh:** Ensures service discoverability, communication reliability, and monitoring across microservices.
@developmentroselino11 күн бұрын
oh wow, im using strategy + factory + facade pattern unknowingly when implementing AES cipher since its have ECB, GCM, and CBC
@issameldaghayes542814 күн бұрын
I believe this movie (Predestination 2014 ) explain the true meaning of recursion, 😂 😂
@kunalnalawade784514 күн бұрын
Hi Alex, thanks for the roadmap. This is very resourceful, and it's just reminded me that there's still so much to learn. I was writing an article about learning web development, I am going to add your video as a reference.
@brianmwaniqi15 күн бұрын
Great explanation as well as examples given for the application of bitwise operations
@FaizKTG17 күн бұрын
This is the stupidest most useless set of "principles" and I'm tired of people saying otherwise.
@binh1298ify17 күн бұрын
Thanks, this video really helped me out
@constiskey-fb7sl18 күн бұрын
That is fascinating that for the fibonachi series, recursion is less efficient, while quick sort is amazing.
@sidekick3rida19 күн бұрын
God, Java has to be one of the most poorly designed, yet ubiquitous languages
@paulsilas629519 күн бұрын
Hello ALex. Please do you have a roadmap or the tools a junior/intermediate should know?
@watchingwolf809220 күн бұрын
ok and now how SSDs and HDDs manage the data if they not using HEAP and STACK ?
@JoeRomano-s8g22 күн бұрын
Your solution wont work with race condition
@Yaemeroo22 күн бұрын
Please stop swapping between explanation and your cam every single second.. we need to understand what you are talking about while watching the visuals..
@omar.mahmoud.ahmed1023 күн бұрын
try anytype instead of notion opensource, offline and self hosted
@alexandergeorgesquire22023 күн бұрын
Thnaks man. I will check out the blog
@theEtch23 күн бұрын
thanks for the video. as a new programmer, the books analogy is great and helped me understand , but you could explain what is the meaning of static void Main(string[] args) and why this is relevant to the call stack, or what is a "call" exactly?
@theEtch23 күн бұрын
and I understand this is a java term, but would the same reasoning also apply in Python since it is interpreted and not compiled?
@peterbakare187624 күн бұрын
I want to be a backend engineer
@rustamgonezhukov813324 күн бұрын
thx
@endasil24 күн бұрын
Please don't add background music to videos when teaching, it makes it harder to follow what you're trying to share. :(
@ndz737226 күн бұрын
Thank you so much!
@mikescrazyideas26 күн бұрын
Just found your channel... great info. I'm a founder (or want to be) and am trying to get up to speed on all the dev concepts I need to hire, lead, and if I need to do the code myself some times... thanks a bunch! Especially for the flow charts of concepts I need to learn you've done in other videos.
@peaceomohimua118327 күн бұрын
U re a life saver.... God bless u
@khaledmoazedi431727 күн бұрын
hey Alex ! it was very great to find your videos on this topic ! so clear and easy . can i grant your permission to translate your videos in persian by my voice and re share them on a channel for persian people to use them?
@medaliboulaamail649128 күн бұрын
The c# propaganda goes crazy
@harshmalik347028 күн бұрын
Recursion is a Better Way to Understand Recursion
@eljayfelismino643828 күн бұрын
Sir , does learning java for backend is worth it?
@guhkunpatata315029 күн бұрын
Thanks for this very great video. Your explanation and example are SUPERB!
@ferroalloys594Ай бұрын
The notion of so-called "design patterns" was inherent in even the most early functional languages, e,g. lisp, but they were called "expressions" whose function definitions might or might not contain other expressions! It's not rokit syance, and DEFINATELY not LATTER-DAY object-oriented pseudo-paradigm-ical mumbo-jumbo! Simples, as simple can be! (:-)
@Michael-MoscaАй бұрын
recursion is SO GODLY POWERFUL in the right cases
@AllAboutPurpleАй бұрын
Very nice breakdown ❤
@CheckThisOut380Ай бұрын
The fact that static variables are stored on the heap is a bit confusing to me. I saw that within a process there's 4 segments which are: code, data, stack heap ( registers also). And then many sources state that static and global variables land in the data segment and not the heap. It's most appreciated if you can clarify this point to me (or anyone in the comments), thank you.
@ShuklaAayushiАй бұрын
GitHub pages came to my rescue so many times for personal projects. Thanks for explaining the actions 👍