What Web Workers Are | Main Thread | Off-Screen Canvas | Styled Components | Clock Size | Pixel Ratio | Device Pixel Ratio | React Fragment | The Easter Egg | Styling | Intel Date Format | Time Creation Function | Ntp Functions | Synchronization
Teaser | What is Concurrency? | What is Parallelism? | Why computer doing concurrent execution? | Scenario of Node.js in this situation | Can you run Node.js parallelly? | Conclusion | Outro
Intro | About me | How Pino Works | An example | Pino V7 | New Transports | Thread Stream | Flash synch | Example | Pretty Print | Node example transports | Thread Stream | Atomics | Conclusion
Intro | Get a free study on open source best practices | How electron works | Why developers like electron | System integration isn't good | Disk usage and performance | Linux needs electron | Get a laptop or desktop that runs Linux out of the box | Support the channel
3 tips after 2000 hours of leetcode | Focus on easies, then mediums. DO NOT worry about hards. | Be honest! | The goal is to improve! Learning from solutions is an essential way to improve! | Focus on patterns, and not individual questions! | Follow for more!
The Dom | Manipulate the Dom by Setting a Selector | Event Loop | Limitations to Web Workers | Create an Event Listener | Arrow Functions | Worker Pool | Add an Event Listener | Data Object | Async Function | Key Codes
How we'll do Nodejs Benchmarking? | Briefly understanding how Node.js Event loop works | Getting Started with Benchmarking | Using autocannon for HTTP Server benchmarking | Can Node.js Actually handle 10K Requests on our local machine? | What about 1M concurrent requests? | Creating Custom Benchmarks scripts programmatically using autocannon | Benchmarking Register-Login API with custom script 10K User registration | Running Node.js Server Benchmarks on Dedicated VPS Server | Running basic GET homepage benchmark for 1k concurrency | Benchmarking 10K Users for 1000 Requests for user | Is 1M Concurrent requests possible on a 2-Core CPU and 2GB RAM Server? | Benchmarking Register-Login on the Dedicated VPS Server, is it possible for 1K? | Why Nodejs is bad for processor-heavy tasks?