<pike96>Fallout & Elder Scrolls</pike96>

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.

HTMLWhitespace

Different Space Characters in HTML

Look at the iPhone Compare page, there's a whitespace inconsistency bug that's a bit annoying

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.

DevOpsMongoDB

Errors after MongoDB Replica Set Restart

I adjusted the machine types of 3 MongoDB instances, but authorization lost and no PRIMARY member error happen to my replica set...

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.