- 15
- 733
akaris
Приєднався 7 сер 2019
Kubernetes Foundations: Understanding Networking Basics for Mastering Kubernetes
In this introductory video to my course on Kubernetes, we delve into the foundational concepts of computer networking and explore how they directly relate to Kubernetes. Since Kubernetes is built on core networking principles, a solid understanding of basic networking concepts is essential to truly grasp how Kubernetes operates. This video provides the groundwork for your Kubernetes learning journey by bridging the gap between networking fundamentals and Kubernetes architecture.
Переглядів: 98
Відео
Javascript callback
Переглядів 223 роки тому
In computer programming, a callback, also known as a "call-after"[1] function, is any executable code that is passed as an argument to other code; that other code is expected to call back (execute) the argument at a given time. This execution may be immediate as in a synchronous callback, or it might happen at a later point in time as in an asynchronous callback. en.wikipedia.org/wiki/Callback_...
Javascript Event Loop
Переглядів 653 роки тому
The concurrency model in JavaScript is based on an event loop.
Javascript scoping
Переглядів 93 роки тому
A function serves as a closure in JavaScript and thus creates a scope, a variable defined exclusively within the function cannot be accessed from outside the function or within other functions.
Banking App Demo
Переглядів 963 роки тому
Banking Application demo I met this youngster Emmanuel Tweneboah two 2 years prior, through a coding platform and afterward I began coaching him. We both started Coding-Ideas, a platform to mentor aspiring Software Developers. Am eager to see how far he has gone building a financial application alone. Consistency is significant Live demo of the application Here is a link to Emmanuel Tweneboah U...
Javascript Closures with Functions
Переглядів 43 роки тому
In Javascript, Closures are useful because they let you associate data with a function that operates on that data. This has obvious parallels to object-oriented programming, where objects allow you to associate data (the object's properties) with one or more methods.
Javascript closures demo
Переглядів 93 роки тому
Javascript emulates private methods using closures. Private methods aren't just useful for restricting access to code. They also provide a powerful way of managing your global namespace. This video gives practical demonstrates of closures
Javascript closure
Переглядів 313 роки тому
Javascript emulates private methods using closures. Private methods aren't just useful for restricting access to code. They also provide a powerful way of managing your global namespace.
Javascript object change
Переглядів 93 роки тому
How to change and set Javascript object values dynamically
Javascript Object change: Properties and Methods
Переглядів 1153 роки тому
Javascript objects are overwritten by properties in the sources if they have the same key.
Javascript object
Переглядів 473 роки тому
JavaScript provides six primitive types as undefined, null, boolean, number, string, and Symbol, and a reference type object. The primitive data types are stored in Stack memory while the Object data types are stored in the Head memory location and then passed by reference.
JavaScript pass by reference and pass value
Переглядів 1013 роки тому
JavaScript pass by reference and pass value
JavaScript by reference and pass by value
Переглядів 83 роки тому
Javascript Primitives are passed by value, and objects are passed by reference.
Nice Video
Thanks for this! Kubernetes is one of those topics that seems complex
It is complex when you dont know the basics
Your screen code is so hard to read
Great video! I still don't understand what the event loop has to do with the server. Does the process always have to send a request to the server, or is that just the typical case?
Process 2 explains that. Not all requests are sent to the server, the Event Loop also acts as a scheduler and filter, all processes that require servers and possibly saved to the database are sent to the server and when the server completes the task, the responses are sent back to the event loop to forward to the client. Processes that require immediate responses are handled immediately
This is a great innovation. Keep it up! Working on something similar. God no go shame us!
Thanks for the encouragement
Amen oo bro
Keep it up dear
Thank you so much
Keep it up. Can't wait to see it
Thanks!