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

BLOG

FinOps: Saving 7k EUR/month by 5 minutes action

When I am teaching about the cloud and especially when I am showing cost optimization, I am presenting an example of Troy Hunt Have I Been Pwned cost saving case. Troy by using Cloudflare as a caching solution and moving traffic outside of Azure, managed to reduce the cost of infrastructure below 1 USD per month. At the end of 2018, when he was describing this case, his page was supporting  141M monthly queries of 517M records. This is a brilliant example of how you should work with your cloud solutions. Source: https://www.troyhunt.com/serverless-to-the-max-doing-big-things-for-small-dollars-with-cloudflare-workers-and-azure-functions/ Looking at the latest news from Troy- [...]

By |2022-01-30T17:04:14+01:0030 January 2022 |Categories: Cloud|Tags: , |0 Comments

Ask Me Anything with Scott Hanselman

This time I am sharing a video that has been recorded with Scott Hanselman. Together with Piotr Rogala we conducted an ask me anything session with Scott. I believe that there is no need to introduce Scott to anybody. Just grab a coffee and a nice watching.

By |2021-12-19T19:24:14+01:0019 December 2021 |Categories: Cloud|0 Comments

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