Daily Shaarli

All links of one day in a single page.

November 2, 2023

Organize Your Week as an Engineering Manager
thumbnail

身為Engineering Manager,如何組織你的時間和分配工作。

How to (and how not to) design REST APIs · stickfigure/blog Wiki · GitHub
thumbnail

文章提供了設計REST APIs的指南,包括11個規則,例如使用複數名詞表示集合、避免不必要的路徑段、不要在url中添加.json等擴展名、不要返回頂級響應為數組、使用字符串作為所有標識符等。文章也討論了如何通過"idempotency key"或讓客戶選擇ID來提供幂等機制。最後,對於發生衝突時如何處理也有所討論​1​。

Recursive Storage: Proxmox Using NFS or iSCSI Provided By Virtualized TrueNAS Guest | RuhNet

For various reasons, sometimes it is useful for a hypervisor to access data served by a virtualized guest system. In this example, it's Proxmox accessing NFS shares on a TrueNAS virtual machine. TrueNAS could just as easily be replaced with Openmediavault or any other NAS server, but the concept of recursive storage access remains the same. NFS in this example could also be replaced with iSCSI, or even SMB.