Impact of layoffs in IT industryThere are layoffs happening in every other company due to market growth, cost cuttings, and generating same revenue with less strength…Jun 27, 2023Jun 27, 2023
Go 1.18 new generic featureGo is among widely used language for creating micro services and web based applications. Most of the projects are now shifting their code…Jul 13, 2022Jul 13, 2022
Linux environment on macOS using Virtual Machine for development.A local development environment plays an important role to test your functionality before deploying it on server. Creating a fully…May 31, 2022May 31, 2022
Creating Kubernetes ControllersKubernetes is widely used to build cloud native apps and work in cloud environments. Since kubernetes is open source, the architecture used…Nov 7, 2021Nov 7, 2021
Published inAnalytics VidhyaStarting with KubernetesOver a decade span of cloud, multiple tools and technologies are created to work with cloud. K8s (Kubernetes) is one of the widely used…Sep 4, 2021Sep 4, 2021
Published inAnalytics VidhyaGolang — how it is differentThere is a famous joke in Go; Golang is created when waiting for C++ to compile. It seems a joke but it is somewhat true, Rob Pike one of…Mar 16, 2021Mar 16, 2021
Published inAnalytics VidhyaHandling Go routinesCreating a go routine is simple, since go routine is light weight we can create thousands of go routines to execute tasks. But every…Dec 14, 2020Dec 14, 2020
Published inAnalytics VidhyaGrpc service with dockerDocker has been quite popular now a days to implement services and deploy anywhere. No dependency on host os lead to its growth. This…Sep 13, 2020Sep 13, 2020
Published inAnalytics VidhyaGrpc service in go on docker.Grpc is way to go when you are building micro services. Grpc services can be created in multiple languages. But I have found `go` much…Aug 25, 2020Aug 25, 2020
Published inAnalytics VidhyaGolang channels use in pipelineChannels can be used in different ways including sending values to go routines or communication between go routines.Aug 30, 2019Aug 30, 2019