Welcome to above the clouds

Create multiple lists from SharePoint Framework app
“The SharePoint Framework (SPFx) is a page and web part model that provides full support for client-side SharePoint development, easy integration with SharePoint data, and support for open source tooling.” – as Microsoft writes on its official documentation site. https://docs.microsoft.com/en-us/sharepoint/dev/spfx/sharepoint-framework-overview The dark side of this story is that, SPFx is very under documented. 🙁 This […]

Schedule – Azure Pipelines with YAML
Last week I presented how you can create easily Azure DevOps Pipeline on YAML basis. Today I’m gonna show you how you can do this on scheduled way. (you can find the video version end of this post) I know, several times you need to execute a scripts in every hours or days. Maybe until […]

HandsOn – Azure Pipelines with YAML
Last week I published an article about the new capabilities of Azure DevOps pipelines (with YAML). As I promised we continue this topic on Today. Although the last week provided documentation contains the most important information, I feel I should show you how it works in the real life. Why? Because the documentation is not […]

Azure Pipelines with YAML – introduction
I mentioned several times, my favorite area is the automation. I like to make automation stuff because that is the best way to make other’s life easier. 🙂 Maybe you remember, last year I published a series which title was E2E Python solution in DevOps (Azure DevOps). Since then the capabilities of Azure DevOps is […]

Best time to plan to migrate your on-premise datacenter to Azure
Everybody’s at home and tries to find an interesting topic and goal to spend the time useful. Or feels exhausted? Therefore you need to find a exciting activity or area where you can do some relaxing in the world of technology. Today I would like to suggest a great topic which is both exciting and […]

Post-Easter News bouquet
I hope you spent well the Easter holiday and you had enough time for relaxing. Luckily I feel good and the last week was really great. Therefore I would like to give you a post-Easter news bucket in this week. 🙂 1. Action required: Azure Database Maybe you also received an email with this subject. […]

Global Datastore for Redis in AWS
When you start your business and you have only a few Customers you are in an easy situation from performance perspective. I mean, you should provide some resources to your Customers for the right and acceptable performance. Then your business is growing, you must serve your customers need, and increase system performance. Sometimes this is […]

We got some time from Microsoft
Maybe you remember I published an article about the future of Microsoft certification. As you read: 2020 is year of the changes: Microsoft Azure Certification. Accordingly everyone started to reorganize their plans regarding the trainings and exams for this year. Then last week Microsoft announced several significant changes which affect everything we planned since beginning […]

Azure Online Exams
In the last short period the online activity is higher than before. Most of you are at home and try to figure out how you can accomplish your planned Microsoft Exams, if the local Microsoft Learning Partners won’t be open. Yes, it’s hard. Nevertheless you have another option to take the planned exams. You can […]
Docker in GitHub Actions
I am sure you know the automation actions in GitHub. Official definition by GitHub: Automate, customize, and execute your software development workflows right in your repository with GitHub Actions. help.github.com GitHub Actions are small tasks which help you to create customized workflows. With them you can step up to the highest level of development automation. […]