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.

I would like to invite you to September workshops

We still have few months to September but I would like to invite you to my workshops that will take place in that month. First of them - CosmosDB – Database for Serverless Era – is part of ProgNET London 2018. I will be conducting 3,5 hours workshop during the second day of the conference (13th September 2018). You will learn how to use CosmosDb in your Serverless solutions. I will start with a short introduction of this service, and will present most essential features of CosmosBD. Then you will be able to learn how you can store and query [...]

By |2019-03-10T16:38:10+01:0027 May 2018 |Categories: Conferences / Presentations|Tags: , , |0 Comments

Sending SMSes from Azure Functions – Twilio

This is a second article showing how easy you can build value by correct compositions of two elements. This time we will try to send SMS from Azure Functions. Like in previous time – when we were sending emails – we have dedicated provider for this type of service. It is Twilio. […]

By |2019-05-12T16:01:24+02:0014 April 2018 |Categories: Software development|Tags: , , , |2 Comments

Sending emails from Azure Functions – SendGrid

I am trying to convince people that right now we should try to think about how we can build our application effectively. Instead of building everything from scratch we should look for possibilities of composition application from different elements. This means that you should write smaller amount of code and there is also smaller chance for making an error. In case of Azure Functions natural choice for email service provider is SendGrid. […]

By |2019-05-12T16:02:39+02:0014 April 2018 |Categories: Software development|Tags: , , , |0 Comments

Azure Function – Uploading photos to Azure Blob Storage

Today I would like to describe another production use case for Azure Functions. This time example is quite simple. I would like to use Azure Functions to upload photos to Azure Blob Storage. Of course, you can upload photos directly to Azure Blob Storage. However, with such solution, your components are tightly connected. This can block you in the future. To avoid that you should add some middle layer. For this, you can use Azure Function. It will act like an API that will accept photos encoder in base64 and upload it to provided location. With this approach, you will [...]

By |2019-05-12T16:03:19+02:0023 February 2018 |Categories: Software development|Tags: , , |0 Comments

Crisis of productivity – things that you can do not to become a slave of your calendar

It is quite often that I am afraid of things I have to do. And what is even worse I start acting as a firewall – I am busy!!! I am very busy!!! I do not have time!!! I become the slave of my calendar and ToDo list. Even more, there are sometimes tasks that I do not want to do and I am not obliged to do. In such situation, effectiveness became an issue… There are a lot of small matters to do, and there is no time for bigger and more serious ones. Sometimes at the end of [...]

By |2018-02-05T19:46:03+01:005 February 2018 |Categories: Project management, Team management|Tags: , |0 Comments

My first million – how you can make your mobile app profitable – InfoMEET Wrocław 2017 – Presentation

  Please find presentation related to my session from InfoMEET Wrocław 2017: In case of any questions please do not hesitate to contact me.

Social costs of mobile applications – based on Pokémon Go

Have you ever thought how enormous cost could be generated by the mobile application? Moreover, I am not thinking only about the cost of development… In most cases, we are saying that the mobile application succeeds when it is downloaded by an enormous number of people. However, nobody is talking about the other side of the medal. The same situation occurred with Pokémon Go. Let’s start with good things. Only in Google Play this game has been download between 100 million and 500 million times. Moreover, you will find over 9,7 million of reviews. Both numbers are still growing. It [...]

By |2017-12-07T23:15:34+01:008 December 2017 |Categories: Mobile applications|Tags: |0 Comments

Premortem analysis – how you can go against your animal instinct

Human, an animal that is adjusted to live in pack. Some of us can deny this statement but we are not able to live alone. We are always looking for other people society, acceptance and belonging. The reason is very simple – our life is easier in pack. Group allows us to solve problems faster and maybe what is more important it allows us also to survive during last centuries. And probably we will not win with our evolution. Have you thought about how many times your decision have been driven by your instincts. They are taking control from us [...]

By |2017-11-27T21:30:34+01:0028 November 2017 |Categories: Project management, Team management|Tags: , , |2 Comments
Go to Top