Pratik Shinde

I code, I write, then I sleep. Next day, I forget, so I read it again. It's like a never–ending cycle of tech déjà vu!

Simple Strategies for Node.js Multithreading

Explore easy ways to implement multithreading in Node.js for improved performance and scalability. Learn techniques like clustering and worker threads.

June 6, 2024|8 min read

Simple overview on indexing

Learn how indexing in databases works and how it can significantly improve query performance by allowing the database to quickly locate relevant rows without scanning the entire table.

Jun 18, 2024|7 min read

Database Normalization and Data Integrity

Learn about database normalization, data integrity, and how to eliminate redundancy with practical examples.

June 19, 2024|10 min read

Core WebRTC Essentials

Learn the essential steps to establish a peer-to-peer connection between two clients using WebRTC, including ICE candidates, STUN/TURN servers, and overcoming network restrictions.

Dec 20, 2023|8 min read

Advanced Web Communication

Unlock the potential of WebSockets and real-time web communication.

June 5, 2024|9 min read