Create a cloud based transaction processing system capable of processing the extremely high volumes of transactions, whilst not overwhelming downstream systems. In addition, save money on development, deployment and cloud infrastructure costs.
Architect a major programme of PCI Compliance and Architectural change, involving upgrades to Windows Server, upgrades to 30 existing applications, and the rollout of approximately 14 new applications.
Moving to a micro-services architecture can sometimes seem daunting due to the amount of technical choices to be made and the amount of planning involved. Often however, the migration can be made in manage-able steps. Here is one classic example.
Formats such as png and bmp are reliable for producing excellent graphics. However they are much slower than format such as Webp. This article explains how to migrate images using Photoshop.
Writing to Azure Blob Storage from an Azure Function was complicated in previous versions of Azure Functions however with Version 3 it couldn't be more simple.
Using Azure Key Vault can help develop a secure devops pipeline in Azure. There are a few gotchas however and this article explains how to set it all up from start to finish.
Managing Application State is crucial to the success of an Angular 9 App. NGRX has been developed for this purpose using the concepts of Redux which is widely used in React Apps. This article describes how to implement a basic App.
Managing state is the key to a successful Angular project . NgXS is a good library for implementing state management as it minimises boiler plate code and is relatively simple.
State management is the key to creating a maintainable Angular application. This article describes how to implement a simple but powerful State Management framework using only Angular and RxJS
Most Machine Learning coding is done with Python these days but with Machine Learning .Net Microsoft provides an easy way for any .Net developer to use Machine Learning in familiar languages such as C#
In established companies, new ideas can get strangled by too much planning, even before an early prototype is created. Here's a way of harnessing the wealth of untapped creativity within your organisation.
This tutorial shows how to connect an AngularJS (client side JavaScript) application with an Entity Frameworks data source, within an Asp.Net MVC website. We use a "code first" approach to develop the Entity Frameworks data source.