Varnesh Gawde

Varnesh Gawde

Enhancing Security with OpenPubkey

OpenPubkey Protocol

In the dynamic world of digital identity and security, OpenPubkey stands out as a groundbreaking security protocol. It innovatively enhances OpenID Connect by integrating user-held signing keys, transforming how ID Tokens work. These tokens now act as certificates linking OpenID…

Introduction to bpftrace

bpftrace is a high-level tracing language for Linux eBPF. It provides a concise way to write tracing programs that can efficiently extract information from the Linux kernel and userspace. Some key features of bpftrace include: bpftrace programs consists of probe…

Understanding the Linux File System

Introduction: The Linux file system is the backbone of the operating system, serving as the foundation for managing data and files. It plays a crucial role in organizing and storing information, and understanding how it works is essential for anyone…