Suneetha YamaniFeb 17, 20222 min readJavascript var,let,constAs a developer we should learn how to declare variables. Before ES6 of javascript var keyword was used to declare varibales. With ES6 we...
Suneetha YamaniSep 30, 20202 min readQUIC protocolI came across interesting protocol called quic developed by google, which will solve many problems which we are facing in HTTP/1 and...
Suneetha YamaniJun 29, 20201 min readReact+express+sqlite3To create a iot dashboard using react,d3, node and sqlite3 mkdir node-express cd node-express npm install express npm install sqlite3...
Suneetha YamaniJun 15, 20201 min readAzure FunctionsI started learning Azure function to implement an IoT solution.I was thinking I am a java developer how do I use azure effectively,well...