1. 1. Blog
    1. 1.1. Learn Error Handling From Golang
    2. 1.2. Deploy mdbook on Cloudflare Page and Github Action
    3. 1.3. Performance API in Node.js
    4. 1.4. Graceful Shutdown in your web application
    5. 1.5. Make Neovim LSP Work well for C++/OpenCV with CMake
    6. 1.6. Bit Operation Pattern Useful in Algorithm Competition
    7. 1.7. Timezone Best Practice

blog

Web Performance API in (Node.js / Browser)

Basic API

performance.now

TBA

performance.mark / performance.measure / PerformanceObserver

TBA

performance.eventLoopUtilization

TBA

performance.clearMarks / performance.clearMeasures / performance.clearResourceTimings

TBA

Node.js Specific Features

performance.timerify

TBA

Browser Specific Features

TBA

References

  • Node.js: Perf Hooks

  • Web Performance API

  • Browser; Web Performance API

  • https://kinsta.com/jp/blog/performance-api/

  • https://blog.bokken.io/articles/2023-04-30/timing-related-apis.html