Sahil121
- Karma
- 0
- Created
- ()
- Submissions
- 0
-
`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…
-
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…
- Show HN: A Database Written in Golang (github.com)
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…