OyaCode
Talk is cheap, show me the code.Prove of the solution of Optimal Storage Method
Question DescriptionIn this question, we need to consider n pieces of different file fragments an...
Algorithm Analysis - Half Number Multi Set
AnalysisBased on the question, we know the set is a Multi Set, which means the same element is al...
Using Zustand persist with Next.js
Next.js is using Server Side Generate (SSG) and Server Side Rendering (SSR).Next.js Server Side p...
About useState() and useRef() in React
We have both useState() and useRef() in React for data hook in our component, but which one shoul...
Basic usage of "git archive"
Sometimes we need to pack up our project as a compressed file such as an ZIP file. In the same ti...