InfraCloud - Work, Enjoy, Repeat
If you ask me “How’s life at InfraCloud?” I would say it’s challenging yet fun. We like what we do, and we do what we love. Be it tech, memes, or team activities. We enjoy it all.
If you ask me “How’s life at InfraCloud?” I would say it’s challenging yet fun. We like what we do, and we do what we love. Be it tech, memes, or team activities. We enjoy it all.
Discover the challenges, experience, and tricks that helped me clear the CKA certification.
Different people define Entity, Model, ViewModel and DataModel in different ways. However, these terms may sometimes differ from their actual meaning, based upon the context. In this post I would like to share my understanding of these terms.
Every single programming language has got its own syntax or structure; it’s own flavor and that’s what makes it standout. Go is no different. It’s easy and elegant in its own way, making to it fun to play with.
A few days ago I came across a situation where we wanted to execute our CI pipeline locally. This article details the steps to run GitHub actions locally using nektos/act and Docker-in-Docker(dind).
The relationship between objects defines how these objects will interact or collaborate to perform an operation in an application. In any application, objects of user interface classes interact with the business layer objects in order to perform an operation. And in the background, the business layer objects may interact with objects of some repository which in turn talks to some data source object or service object.
It has been quite a long time since var
was introduced, yet it stands debatable among .Net developers.
Everyone has a different understanding as and when to use var
as a type.
A couple of days ago I was also a part of one such discussion, and so I decided to share my understanding.
Code reusability has always been one of the major concerns for software developers. You do not ever want to write a similar code for two business problems. You would rather like to write the solution once and reuse it whenever and wherever required.
This is the final part of the series about building an ASP .Net Core Web Application and deploying it as a Docker container using Microsoft Azure. Here, we are going to set up a Microsoft Azure DevOps release pipeline to automate the deployment of our application as a container on Azure Web App Service.