Sahil121

↗ HN profile [ 1348 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. `npm install` is more trusted than it should be. PMG is a guard in front of your package manager that intercepts installs and blocks malicious dependencies before they land on your system. It also consists of an sandbox…

  2. Runbox recreates core container features without relying on existing runtimes or external libraries. It uses namespaces, cgroups v2, and seccomp to create an isolated process environment, with a simple shell for…

  3. Recently created a minimal persistent relational database in Go. Main focus was on implementing & understanding working the of database, storage management & transaction handling. Use of B+ Tree for storage…