Currently, I’m adding markdown files to the github repo for my website, which then deploys through vercel. I use next js and the getStaticProps api and the dynamic routes functionality to generate a page for each markdown file. Right now, this works great as I only have 3 writings. But I imagine as a continue to post, this won’t scale well. So I’m curious to hear what everyone else does for their website?
I would really like to learn more about how Operating Systems work at a low level. Does anybody have good recommendations for good resources to start with, maybe a good book, article or youtube series/video. I am more inclined towards unix-like os, but I'm open to anything that would be helpful. Thank you!