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...Discuss·35 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...Discuss·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 ...DiscussAWS
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...Discussarchitecture
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...Discuss·9 likes·404 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...Discussmicrokernel