VPVijay Patilinvijayblogs.hashnode.dev·Sep 23, 2024 · 6 min readLet's Dockerize a ApplicationContext In previous blog we looked at Docker fundamentals , Docker Architecture , Docker Work flow etc. You can find the blog here . In this blog we will go through some basic docker command and Dockerize a application. We have basic Docker Work Flow...00
VPVijay Patilinvijayblogs.hashnode.dev·Sep 21, 2024 · 4 min readDocker : The beginningBackground and Pain Points: In traditional way of building the code and deploying , a developer used to deploy the code after building it in dev environment and if it works there the same code is deployed to test environment and if code works there ...00
VPVijay Patilinvijayblogs.hashnode.dev·Jul 17, 2023 · 6 min readGo Lang: The Go BasicsGo is a procedural programming language. It was developed in 2007 by Robert Griesemer, Rob Pike, and Ken Thompson at Google but launched in 2009 as an open-source programming language. Go lang is strong and statically typed, meaning variables can on...00
VPVijay Patilinvijayblogs.hashnode.dev·Jul 4, 2023 · 5 min readAWS Ec2(Elastic Cloud Compute)Amazon Elastic Compute Cloud (Amazon EC2) is a web service that provides secure, resizable compute capacity in the cloud. It is designed to make web-scale cloud computing easier for developers. EC2 represents Elastic Cloud Compute. Here Compute mea...00
VPVijay Patilinvijayblogs.hashnode.dev·Jun 27, 2023 · 4 min readAWS-IAM(Identity Access Management)AWS IAM is a service that does authentication and authorization for AWS resource access. IAM is a web service for securely controlling access to AWS resources. IAM gives control over who can access your AWS services and resources based on some prede...00