MSManubhav Sharmainazureman.hashnode.dev·May 20 · 2 min read4.Understanding azure resourceResource: An instance of a service is called resource. in the diagram above we can see the workflow of creating a resource(vm), the user selects the requirements of the vm, sends it to the resource 00
MSManubhav Sharmainazureman.hashnode.dev·May 20 · 2 min read3. Getting started with azureToday i am going to create an account in azure, explore regions and read about IaaS, PaaS and SaaS. Creating an account We can go this link https://azure.microsoft.com/en-in/pricing/purchase-options/a00
MSManubhav Sharmainazureman.hashnode.dev·May 19 · 2 min read2.Vocabulary in Cloud ComputingVirtualization Virtualization is the process of creating a virtual version of something, such as an operating system, server, storage, or network resources. Virtual Machine A Virtual Machine (VM) is a00
MSManubhav Sharmainazureman.hashnode.dev·May 19 · 2 min read1.Basics of Cloud ComputingWhat is Cloud? It's like having a powerful computer somewhere out there on the web that you can use for tasks without needing to own or physically manage the hardware. This allows users to access data00
MSManubhav Sharmaindsawithleetcode.hashnode.dev·May 18 · 2 min read271. Encode and Decode StringsDesign an algorithm to encode a list of strings to a string. The encoded string is then sent over the network and is decoded back to the original list of strings. I have a very simple outlook on this 00