song vu langforTranchy Techblog.tranchy.techยทAug 12, 2024Microkernel architecture in actionWhat is microkernel architecture The microkernel architecture style is a flexible and extensible architecture that allows a developer or end user to easily add additional functionality and features to an existing application in the form of extensions...36 readssoftware architecture
Lakshay Nasalakshaynasa.hashnode.devยทJul 28, 2024Kernel 101: Essential Concepts, Types, and Practical Insights ๐ง๐ Ever wondered what really powers your computer's operating system? It's kernel โ the unsung hero of the OS world. Let's delve into the kernels. We'll look down at what they are, why they're essential, and using the Linux Kernel System Architectur...37 readsKernel
Arya SoniforXeroCodee Blog'sblog.xerocodee.comยทFeb 9, 2024Exploring Architectural Patterns from Diverse Perspectives ๐Architectural styles and patterns are essential in defining how systems are structured and operate. By categorizing these patterns from various angles, we gain insights into their unique applications and benefits. Here's a breakdown of architectural ...AWS
Arya SoniforXeroCodee Blog'sblog.xerocodee.comยทFeb 9, 2024"Essential Software Architectural Patterns for Robust System Design" ๐๏ธ๐ปSoftware design is pivotal in defining a software system's architecture, ensuring it meets specific requirements through a detailed blueprint. This blueprint, consisting of design documents or diagrams, guides developers in crafting a final product t...architecture
Jyotiprakash Mishrablog.jyotiprakash.orgยทJan 4, 2024A brief on kinds of OS kernelsOperating systems can be broadly classified into several categories based on their architecture, design, and usage. Monolithic OS: Definition: A monolithic operating system represents a traditional operating system architecture where the entire sys...9 likesยท415 readslayered
Jyotiprakash Mishrablog.jyotiprakash.orgยทJan 4, 2024Monolithic versus MicrokernelThe core of any operating system is its kernel, which manages system resources and communication between hardware and software. There are two primary types of kernel architectures in operating systems: monolithic and microkernel. Each type has its un...microkernel