TLS handshake is the first step in the process of establishing a secure TLS connection between a client and server. During a TLS handshake, both…
Deepak Parasam's blog about tech trends, distributed computing and web development
TLS handshake is the first step in the process of establishing a secure TLS connection between a client and server. During a TLS handshake, both…
A distributed system is one in which the failure of a computer you didn’t even know existed can render your own computer unusable. Leslie Lamport…
I presented this at Austin ReactJS meetup (slide deck). Most commonly a ReactJS application is powered by a NodeJS server on the backend. A ReactJS…
Traditionally enterprises processed large amounts of data using batch processing. This was and in many cases even now achieved by having ETL jobs that move…
A couple of decades ago it would have been considered outrageous to have our personal information shared with the world. But not anymore. We post…
Time and again, we run into a need to generate unique identifiers for items (for lack of a better word). These items could be entries…