TLS Transport Layer Security

TLS (Transport Layer Security) TLS is a security protocol aimed at enhancing privacy and protecting data during Internet communications. Its primary function is to encrypt communication between web servers and applications, such as when a web browser accesses a website. The Internet Engineering Task Force (IETF), an international standards body, proposed TLS as a means of securing internet communications. TLS 1.0, the first version of the protocol, was released in 1999, and the most recent iteration, TLS 1....

January 29, 2023 Β· 3 min Β· themayurkumbhar

Linting Proto Files With Buf

Recently, I had the chance to work on the proto files for one of my projects to define the contract for a service. Since this was a brand-new service, I had to set it up from scratch and learned how to write and format the proto files using best practices. What is proto? read more about protocol bufferes There are different tools available for linting the proto files some of them are...

September 11, 2022 Β· 2 min Β· themayurkumbhar

Getting Started With Github Static Pages

If you reading this blog means you want to create minimal portfolio or profile without thinking more around designing but should be more professional and small, compact & easy to implement without any setup, learning any new language. If you are the one who don’t like to code around HTML tags, CSS files or JS. If you are backend engineer like me πŸ˜„ and want good profile page without worrying about the frontend language....

June 28, 2022 Β· 5 min Β· themayurkumbhar