<pike96>Everton F.C.</pike96>

JavaScript

Must-Knows About Web Page Performance (Part I Why And Rendering Optimization)

You need to improve yoru web page performance for better user experience and SEO. Let's breakdown the rendering process to see what's going on.

Start with Cypress for your Frontend Project Testing

Consider using Cypress when you create a new frontend project or your project doesn't have any test code before. It's simple and powerful.

Use WebSocket + SharedWorker + BroadcastChannel to send a message to all opened tabs

If the user has opened multiple tabs when visiting your site, you can consider using WebSocket + SharedWorker + BroadcastChannel to broadcast your message to all opened tabs.

Rewrite Your Callbacks to Promises

Callbacks are disgusting flies in the delicious ES6 soup. Refactor them to use promises only.

expirable-synchronized (A JS decorator to safely make function atomic)

I wrote a decorator to solve the concurrency problem of promises and published to npm. Waiting for you to take a look and try!