rust 101: The Fundamentals

Hello learner’s, in this article, we will discuss about the Rust language fundamentals. We’ll explore why we need Rust, What it is? And Core philosophy behind the language. Rust programming language was started in 2006 as personal project, in 2009 Mozilla sponsored project, in 2015 Rust 1.0 was released. What is rust? Rust is general-purpose, multi-paradigm system programming Language. It’s designed for performance critical tasks, often handled by languages such as C and C++, used in operating systems, embedded systems, game engines etc....

May 5, 2025 · 2 min · themayurkumbhar

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