Jyotiprakash Mishrablog.jyotiprakash.org·Nov 22, 2024Java NIO: Building Scalable and High-Performance ApplicationsJava NIO (New Input/Output), introduced in Java 1.4, is a powerful response to the evolving demands of modern computing. The world was moving toward highly concurrent, high-performance systems, and the traditional Java IO framework, while sufficient ...1 like·34 readsjava nio
Zeeshan Ashrafzeer0.hashnode.dev·Sep 5, 2024Mastering Node.js Buffers: A Deep Dive with Practical ApplicationsIntroduction Buffer objects in Node.js are crucial for working with raw binary data, especially in scenarios involving file I/O, network communication, or interfacing with external systems. To handle buffers effectively, it is imperative to have a st...10 likes·48 readsBuffers
SAHIL ALIthestarsahil.hashnode.dev·Jan 28, 2024Why using scanf() instead of fflush()Absolutely! Imagine the data flowing through your computer like a rushing river. This river has hidden pockets called buffers, where information rests for a moment before moving on. scanf() is like a fisherman standing on the riverbank, casting a net...fflush()