Software Developer | Love Low Level Eng. | Python, Javascript, C, Linux I'm learning backend development and system programming.
I am available for work may be as remote developer.
Hi yzhe819 Thank you 😅 You can give a look at this blog: https://blog.miigon.net/categories/mit6-s081/ the author almost completed all the projects. Sometimes I refer to his work to correct mine. Thank you for the suggestion of CS336, maybe I'll plan to do it for a next step. I'm currently doing theses labs: https://linux-kernel-labs.github.io/refs/heads/master/index.html And after that I'm thinking about the Virtualization and Cloud Computing Course of UCSD: https://cseweb.ucsd.edu/~yiying/cse291-winter25/ Also, If you want we can keep talking by Mail, LinkedIn or Discord...
Cool article ! But: I think it's not good to have an await for async operations on useEffect like you dit it. May be wrap it in an async function put inside the useEffect I think you could avoid to mess class with function even if it's possible. since the last release of React, it's recommended to use functional component. thanks