Skip to content
  • About Me
  • Blogs
    • The Product Playbook
    • eBPF Blog Library
    • SysProgCentral
    • KernelProgHub
  • Learning Path
    • System Programming Guide
    • Kernel Guide
    • ePPF Learning path
  • ProjectShowcase
ANAMIKA
ANAMIKA
  • About Me
  • Blogs
    • The Product Playbook
    • eBPF Blog Library
    • SysProgCentral
    • KernelProgHub
  • Learning Path
    • System Programming Guide
    • Kernel Guide
    • ePPF Learning path
  • ProjectShowcase

Guardian of Threads: The Semaphore Saga

9 September 2023 No Comments

Diving Deep into Concurrency: Building My Own Semaphore in C! πŸ’»πŸ”₯   Hey tech enthusiasts! πŸš€   Concurrency and multi-threading are the realms where computer

Read More Β»

Dining Philosophers Problem

8 September 2023 No Comments

Dining Philosophers Problem: A Deep Dive 🍽️ Feel free to fork, star, or contribute to this project on GitHub. Any questions or feedback? Drop a

Read More Β»

Wheel Timers: The Tick-Tock of Event Scheduling

7 September 2023 No Comments

Wheel Timers: The Tick-Tock of Event Scheduling in Programming   Introduction 🌟 Welcome to a deep dive into one of the most fascinating data structures

Read More Β»

Unlocking the Secrets of Mutex and Condition Variables with a Candy Box Analogy πŸ¬πŸ”’

4 September 2023 No Comments

Introduction: The Synchronization Conundrum πŸ€”   Greetings, tech aficionados! If you’re intrigued by the concept of multi-threaded programming, then you’ve undoubtedly encountered the quintessential elements

Read More Β»

Multi-threading Unearthed: Digging into Concurrency, Parallelism, and Singularism with Well-Diggers!

31 August 2023 No Comments

Multi-threading Unearthed: Digging into Concurrency, Parallelism, and Singularism with Well-Diggers! πŸŽ‰ Introduction: Unearth the Treasure of Knowledge! 🀩 Hey tech enthusiasts! Ever felt like you’re

Read More Β»

From Fork to Select: Mastering TCP Server-Client Communication in C πŸŒπŸ’»

30 August 2023 No Comments

  Hello folks! πŸŽ‰ Have you ever wondered how data travels over the internet? 🌐 How do servers and clients communicate? πŸ“‘ If you have,

Read More Β»

πŸš€ Journeying Through the TCP/IP Stack: An Adventure in Moving House! 🏑

27 August 2023 No Comments

πŸš€ Journeying Through the TCP/IP Stack: An Adventure in Moving House! 🏑         Hello, digital explorers! 🌍 Dive with us into the

Read More Β»

Unraveling the Intricacies of UNIX Domain Socket Programming πŸš€

21 August 2023 No Comments

Welcome back, dear readers! πŸ™Œ Today, we dive deep into the mesmerizing world of UNIX Domain Sockets. For those already in the know, buckle up

Read More Β»

Signal-based Inter-Process Communication (IPC): Unlocking the Mysteries of OS-Level Dialogue πŸŒπŸ”

21 August 2023 No Comments

// by Anamika The harmonious concert of operations within an operating system is often marred by miscommunications and lags. How do processes within this intricate

Read More Β»

DEMYSTIFYING SHARED MEMORY IN IPC: A DEEP DIVE! 🌊

21 August 2023 No Comments

Shared Memory in IPC: An In-depth Analysis Hello tech enthusiasts! Let’s embark on an analytical journey, exploring the intricacies of Inter-Process Communication (IPC) via Shared

Read More Β»

Copyright Β© ANAMIKA 2020

Scroll to Top