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.

RoyalMail API cost reduction by Azure Functions

I would like to describe you one of the last cases of Azure Functions usage. In one of my projects I was using RoyalMail API to find address that is connected with provided post code. System has been delivered to users from England. In that country when you provide post code you are able to find out quite precise address and you can speed up form filling. […]

By |2017-11-19T12:33:08+01:0020 November 2017 |Categories: Software development|Tags: , , |1 Comment

Azure Messaging – stats

From time to time I am trying to figure out the size of Azure cloud. It is not so easy to acquire such data. Because of that I like to go sometimes to presentation that is conducted by somebody from Microsoft. In most cases such presentation contains rather marketing content than practical one. But quite often you can see interesting data. In September during Progressive .NET 2017 I got luck. In one of presentation some statistic regarding Azure Messaging has been revealed. The first thing that came to my mind was reflection that on the one hand this solution works [...]

By |2017-11-13T22:50:39+01:0014 November 2017 |Categories: Cloud|Tags: , , |0 Comments

NDepend – short review

Sometime ago I have been asked by Patrick Smacchia to write short review of his tool – NDepend. I believe that most of you know this tool. It is a swiss army knife in scope of code analysis. Capacity of this tool is enormous. I wanted to fulfil this request in a professional way. So, I needed to learn how to use this tool before writing any word regarding it. And it was not so easy task. This tool has so many features and possibilities of customisation… After two months of using it I can say that still I am [...]

By |2017-11-06T23:14:33+01:007 November 2017 |Categories: Software development|Tags: |3 Comments

Passiveness

I thought a lot how to start this post. Then I had a problem with it title. Finally I decided to use one simple word – Passiveness. This is character trait that scary me the most. We think that IT industry will consume any number of specialist but this is not true. There are some people that would like to change something in their life – job, project, … but… They are not able to do that. They stick in the same company or project. And they are doing nothing to change that. You can try to ask them – [...]

By |2017-10-23T23:24:26+02:0024 October 2017 |Categories: Careers management|Tags: , |0 Comments

Moq.EntityFrameworkCore package

From yesterday you can download package that will help you with mocking DbSet<TEntity> when you are using Moq. You can find sources and short instruction on GitHub portal or download compiled version from NuGet. New package works in the same way as Moq.EntityFramework.Helpers.

By |2017-10-15T22:51:45+02:0015 October 2017 |Categories: Projects, Testing|Tags: , , , , , |0 Comments

Caching in Azure Function – how you can use Redis

I believe that you should know that Microsoft has prepared some set of components that can be used for integration purposes. You are able to consume the following services in our function: Azure Storage, Azure Event Hubs, Azure Service Bus, Azure Mobile Apps, Azure Cosmos DB, Azure Notification Hubs, Twilio, SendGrid. On the one hand this list is not so big. On the other one you can address with those services a lot of typical scenarios. But sometimes you need to do something more. Today I would like to share with how easily you can use Redis cache in Azure [...]

By |2019-05-12T16:04:26+02:002 October 2017 |Categories: Software development|Tags: , , , |0 Comments

Serverless Azure – materials

You can now download materials from my workshop regarding Serverless Azure from Progressive .NET 2017. They are available on my GitHub account. In case of any questions please do not hesitate to contact me. And it would be great if you complete survey unless you didn’t do that after workshop.

By |2019-05-12T16:05:31+02:0018 September 2017 |Categories: Conferences / Presentations|Tags: , , , , |0 Comments
Go to Top