Let's go invent tomorrow instead of worrying about what happened yesterday|mail@jankowskimichal.pl

Michał Jankowski

avatar

About Michał Jankowski

Microsoft MVP Azure, an architect, designer, team leader and trainer. He began programming in the early ’90s from Basic and Assembler for 8-bit computers. During most of his career, he was delivering .NET platform targeted application for the world’s largest companies. Currently, he is specialising in the development of web applications and Azure environment. A great enthusiast of software craftsmanship, unit testing, software design and other topics related to software development. In his free time, when he is not playing with the code, he likes travelling, photography and writing a technical blog.

How to run Azure Cognitive Services in containers?

Azure Cognitive Services is one of prebuild products that allows us to add AI to our application very quickly. You can develop AI features without the required help of a data scientist. In most cases, you are using the cloud version of this service. When just after creating a service, you can connect to is by library or API. When to use containers? In some cases, this is not enough. You would like better control your data, smaller latency, higher throughput, or improved scalability. These characteristics are the most important for me when I think about moving those services to [...]

By |2021-08-09T18:59:45+02:009 August 2021 |Categories: Cloud|Tags: , , , , , |0 Comments

FluentValidation.Validators.UnitTestExtension version 1.10

I just managed to publish a new version of the package FluentValidation.Validators.UnitTestExtension. This package allows you to write unit tests for Fluent Validators in a more effective way. The major change introduced in the latest version is support for FluentValidation 10. More information about the project is available on GitHub.

By |2021-08-03T20:27:50+02:003 August 2021 |Categories: Projects, Testing|Tags: , , , |0 Comments

Microsoft MVP 2021-2022

It is the 4th time that I have been awarded by Microsoft MVP title. This year also in two categories AI and Azure. This year is very important for me due to COVID time and total revolution in community organization. I especially miss face-to-face meetings and workshops. I hope that soon we will back to the situation from before COVID.

By |2021-07-13T23:32:00+02:0013 July 2021 |Categories: Software development|Tags: |0 Comments

Azure cloud cost optimisation: Autoscaling Azure SQL database by Logic Apps

Azure cloud gives you a lot of possibilities of adjusting used services to your needs. It means that you are able to adjust the costs of used resources. In the cloud, you are able to use a lot of auto-tuning options that are working right out of the box. Together with that, there are plenty of possibilities to do in the way that you will have the whole control over the process. Today I will focus on Azure SQL database. […]

By |2021-02-03T07:53:01+01:003 February 2021 |Categories: Cloud|Tags: , , , , |0 Comments

Top 5 Benefits of Low Code Platforms for Enterprises

2020 outline The year 2020 brings many challenges to enterprises and their IT divisions. Every needed to adjust to pandemic reality. In many countries, lock-down has been introduced, and it changed our economic. Many organisations required to adapt quickly to survive. In the scope of the IT division, it generated the enormous portion of the demand from business and additional workload. It was hard to support that demand. Every new request increased backlog. Not only it was hard to support those request by present resources. It was also challenging to find new employees on the market – there was a [...]

By |2020-12-22T17:00:49+01:0022 December 2020 |Categories: Low-code|Tags: , , |0 Comments

Moq.EntityFrameworkCore version 5.0.0.1

I just managed to publish a new version of package Moq.EntityFrameworkCore. This package allows you to write unit tests in the project that are using EntityFrameworkCore package in a more effective way. With version 5.0.0.1  following changes have been introduced: support for EntityFrameworkCore v5.0 extension of mock strategy to support sequential mocks More information about the project is available on GitHub.

By |2020-11-30T09:27:11+01:0030 November 2020 |Categories: Projects, Testing|Tags: , , |0 Comments
Go to Top