🌐🔍✍️ Embracing the journey of sharing insights and experiences through the art of blogging.
Microservices architectures involve a collection of services working together to achieve business goals. Design patterns in microservices offer standardized solutions, ensuring uniformity, scalability, and maintainability in distributed systems.
Finetuning is taking a pre-trained model and further training it on a more specific dataset or task.
Proxy is an intermediate server which acts as a bridge between client and servers. Different types of proxies work in between client and server communication. Different types of proxies have different types of functionalities such as Caching, Anonymity and privacy, Content filtering, Access control, Load balancing and Firewall protection.
Website rendering is the process of displaying content of the web page on user’s device. Web browsers retrieves HTML,CSS and JavaScript for the relevant web page then combine those things together and show it nicely in user’s device. Other than that it includes text formatting's, images and other media.
CPU scheduler is the main division in the Operating system, and it is part of the OS kernel. It schedules tasks and with searching resources availability. Here I’m going to explain the Linux OS CPU scheduler
KNN is a supervised learning algorithm. It can be used in both classification and regression. But most use it as a classification algorithm. It classified new data into one of the available categories.