Cloud computing is the on-demand availability of system resources remotely, especially data storage and computing power, without direct interactions with system resources. Cloud computing is evolving for best performance and manageability with less maintenance. We have a lot of players in cloud computing, and AWS & Azure is leading the market capita. Now it is time for… Continue reading Get Started with Google Cloud Platform
PowerShell is a cross-platform task automation solution made up of a command-line shell, a scripting language, and a configuration management framework. PowerShell runs on Windows, Linux, and macOS. In this article we will discuss about what is PowerShell, its features, cmdlet commands, data types and operator with examples. What is PowerShell? Microsoft designed PowerShell is… Continue reading Basics of PowerShell
Understanding the Principle of Design Thinking How well do you know your customer… I mean the digital natives or immigrants & Gen Z? What’s true Empathy? This is a question that enterprises constantly seek to understand. Our ability to answer this question brings us closer to the prospect or customer and even help with sales… Continue reading Customer Success & Business Growth via Design Thinking (AI+App Innovation)
I am excited to share that WinWire has won Microsoft AI ML Workathon 2021. The solution we created for the Workathon is an Azure-enabled WinVision AI Animal Health solution. Healthcare organizations are increasingly focusing on the availability of data to make informed decisions and in the process to make a difference to the world. This is the… Continue reading AI ML Workathon 2021
Table of Content What is Application Modernization? Application modernization is about updating legacy software to a new and transformed computing approach, which may include newer languages, frameworks, and infrastructure tools. This practice is often referred to as legacy modernization or legacy application modernization services. It is a software development equivalent to revamping or renovating an… Continue reading Application Modernization Services – Modernize Your Applications with Azure
CodeFresh is a next-generation continuous delivery platform which was built specifically for microservices and container-based applications. As Kubernetes is a popular platform for deployment, scaling, and managing containerized applications and codeFresh has the best-in-class Kubernetes integration and complete GitOps Support, it becomes a popular choice specially for helm chart deployments. Helm deployments can be visualized from the… Continue reading Introducing CodeFresh
The last two years have changed the way organizations work, with COVID-19 enforcing a work-from-home culture. The ‘work-from-home’ model is now making way for the hybrid model, where it is no longer imperative for all employees to only work from office locations. In the new hybrid model, it is not uncommon for the same employee… Continue reading Top Announcments at Microsoft Ignite 2021
Conversational User Experience Design (CxD) has recently emerged as a significant topic of debate in the IT world. To follow the footsteps of Alexa, Google Assistant, and Siri, developers and designers are experimenting with various types of conversational systems. It’s important to understand that conversation design is more than just simply writing down text in… Continue reading Conversational UX Design – An Introduction
When working on projects, you typically need to invest a lot of initial effort to set up an automated build and release process by configuring the CI/CD pipelines. In this blog, we will learn how to create a Build pipeline and push the docker image to Azure Container Registry (ACR) by using Azure DevOps and how to… Continue reading How to Deploy Application in Azure Kubernetes Service using Azure DevOps
Exception handling is one of the most important part of any application that needs to be addressed and implemented properly. With ASP.NET Core, things have changed and are in better shape to implement exception handling. Implementing exception handling for every action method in API, is quite time-consuming and requires extra efforts. So, in this post,… Continue reading Global Exception Handling – ASP.Net Core Web APIs