
Tech Revolvers

Day 3 Leet code series, today we will be picking the problem two sum II – Array is Sorted (https://leetcode.com/problems/two-sum-ii-input-array-is-sorted/). Read more

Day 2 Leet code series, today we will be picking the problem Single Number (https://leetcode.com/problems/single-number/). Read more

Day 1 Leet code series, today we will be picking the problem best time to buy and sell stocks (https://leetcode.com/problems/best-time-to-buy-and-sell-stock/). Read more

To get a new date we can use This will return a date in a format : Sun Jul 25 2021 14:12:05 GMT+0530 (India Standard Time) Most of times we don’t have to show the date in this format. We can control that using a trick. Before that we should know some of the functions… Read more

https://tech.oyorooms.com/migrating-to-webpack-5-to-improve-build-time-and-reduce-chunk-sizes-50486918d348 Read more

Web is completely dependent on client-server connections. The client asks for requests and server responds to these requests with a response. This request-response paradigm is very commonly used and they carry the overhead of HTTP, which doesn’t make them well suited for low latency applications. Till the user has not made any action like clicking the… Read more