Tutorials, deep dives, and complete series — written the way I wish someone had explained it to me.
Explore the blog →Web apps, systems, and IoT — I take on freelance and consulting work end to end.
See services →Free tools and npm packages, built for real projects and published for anyone to use.
Browse projects →Learn how to stream live stock market data in Node.js by connecting directly to AngelOne's WebSocket API — parse the raw binary feed byte by byte, authenticate programmatically using TOTP, and build 5-minute OHLC candles from tick data without any SDK.
The purpose of this post to shed light on node-input-validator, how to use and extend by adding your own custom validation rules or custom messages or messages in your locale. In this post, I have tried to cover all the possible way to utilize node-input-validator features and also discuss some common issues.
In this post we will see how autoloading works in Core PHP and How frameworks like Laravel do it. In the end you will able to code your own custom autoloading solution from scratch in PHP and also able to utilize composer autoloading in your Core PHP projects.
Most of the beginner developers are surprised to see how frameworks like angular change the content of the page without refreshing the page. The concept behind this is known as routing. The frontend routing is handled by the browser. In this post, we will see how routing can be done in the frontend using vanilla javascript.
Writing the next post in Just Node.js, No Bullshit! and maintaining FileShare and node-input-validator.