Skip to main content

About Author

 

Juber Dastagir Mulla.
B.E.Mechanical.
Govt. College of Engineering Karad.
He has a Bachelor's Degree in Mechanical Engineering from Government College of Engineering, Karad, India. He has completed diploma in Mechanical Engineering from Walchand College of Engineering, Sangli, India. He has keen interest in fields like Refrigeration and Air Conditioning, Strength Of Material, DESIGN, CAD. He is currently working in CAD domain. He has completed B.E. Mechanical with fifth rank in Shivaji University Kolhapur 2018.

Comments

Popular posts from this blog

AWS Lambda is new powerful tool.

Introduction: In this post we are going to understand about Lambda function and different features of them. We will look all these things one by one. So before starting to Lambda we have to understand first about Serverless Architecture. Serverless Architecture: To understand what AWS Lambda is, we have to first understand what serverless architecture is all about. Serverless applications in general are applications that don’t require any provisioning of servers for them to run. When you run a serverless application, you get the benefit of not worrying about OS setup, patching, or scaling of servers that you would have to consider when you run your application on a physical server. Serverless applications or platforms have four characteristics: 1. No server management 2. Flexible scaling 3. No idle capacity 4. High availability Serverless applications have several components and layers: • Compute • API • Storage • Inter-process Messaging • Orchestration As a cloud provide