First Post
Hello This is my First Post. My name is Amit Joshi, doing back end stuff. This blog is mostly on web framework like ROR, Nodejs, CI and Linux Server.
Search for a command to run...
Hello This is my First Post. My name is Amit Joshi, doing back end stuff. This blog is mostly on web framework like ROR, Nodejs, CI and Linux Server.
No comments yet. Be the first to comment.
Modern software systems often separate control logic from high-performance execution logic. This design is common in networking, distributed systems, operating systems, storage engines, and embedded s

Introduction Engineering software often combines multiple programming languages to leverage their individual strengths. A common approach is to implement computational algorithms in native C or C++ wh

Deadlocks are one of the most common synchronization problems encountered in operating systems and concurrent programming. Although the concept is frequently introduced in textbooks, observing it insi

Memory and resource allocation are fundamental operations inside the Linux kernel. Whether assigning device IDs, managing CPU masks, allocating interrupt vectors, or tracking hardware resources, the k

The Linux scheduler is one of the most important components of the operating system. Every running program, background service, and kernel thread eventually interacts with the scheduler. In this artic
