VXVictor Xpaninxpan.com·Feb 2, 2024 · 4 min readAmortization, Preemptive scheduling and how context switching worksConsidered what it takes for an operating system to function and control the workings of a computer. From playing music while reading a nice pdf at the same time, asking it to fetch a file on some row in the hard disk while downloading another file u...00
VXVictor Xpaninxpan.com·May 29, 2022 · 6 min readJS Functional OOP and reduceOOP intro with JS So as a developer, we interact and make use of Object Oriented practices a lot. It's either we are instantiating an object of a class, calling a method of a class or other things like that. The best explanation of OOP I've seen is ...00