Create a Positive/Negative bar chart in Excel

In this post I want to explain step by step how to create a positive/negative bar chart in Microsoft Excel. Another interesting post for Excel is here about how to highlight content. If you want to show how multiple units does comparison to each other based on the same criteria clearly, you can use the positive negative bar chart which can display positive and negative development very good as below screenshot shown. Arrange data Supposing the original data displayed as below: Firstly, add some helper columns: Calculate the difference between…

Read More

Azure DevOps releases AppServices

Microsoft Azure

In this post, I’m going to explain how to create a pipeline and a release in Azure DevOps that releases into AppServices. This is quite important step to go forward a digital transformation in your company to improve and optimize the developer’s process. In the pipeline Azure DevOps builds the solution (projects and tests) and create an artifact. Then, with the release, it publishes the artifact into to a AppService in Azure. Now I show step by step how to create both. Pipeline First, you have to create a New…

Read More

What is YAML?

yaml wallpaper

YAML is a human-readable data serialization standard that can be used in conjunction with all programming languages and is often used to write configuration files. Overview The recursive YAML acroynym stands for “YAML Ain’t Markup Language,” denoting it as flexible and data-oriented. In fact, it can be used with nearly any application that needs to store or transmit data. Its flexibility is partially due to the fact that YAML is made up of bits and pieces of other languages. A few examples of these similarities include: Scalars, lists, and associative…

Read More

Azure Resource naming convention guide

Microsoft Azure

The goal of this post is to offer a simple guide how to generate naming convention for Azure resource, bearing in mind some restrictions from Azure itself. Naming Principals First, I want to give you some generic information about naming in Azure: The naming pattern must support easy application level grouping for show back/charge back billing when required. Constraints: Some resources are constrained by their identifier length, and case sensitivity The convention MUST Describes type of resource in the subscription. Constraints: Some resources must be uniquely named across entire Azure. The establishment…

Read More

Getting started with R

R wallpaper

In this post I want you getting started with R as quickly as possible (with RStudio). R is a simple language to manage big data. Let’s start to speak about it. What is R? R is a programming language and free software environment for statistical computing and graphics supported by the R Foundation for Statistical Computing. The R language is widely used among statisticians and data miners for developing statistical software and data analysis. Polls, data mining surveys, and studies of scholarly literature databases show substantial increases in popularity; as…

Read More

Apple has finally met its Fortnite match

Nineteen Eighty-Fortnite - #FreeFortnite

Epic Games executed its most ambitious Fortnite live event yesterday, leading both Apple and Google to remove one of the world’s most popular games from their app stores. It was a well-choreographed sequence of events designed to highlight the power Apple and Google hold over app stores, especially Apple’s walled garden. Epic Games has now filed lawsuits against both Apple and Google in a battle that’s likely to last months. Epic Games is uniquely positioned to pull off a stunt like this, and now poses a serious threat to how Apple, in particular,…

Read More

SSL Encryption

SSL encryption wallpaper

In this blog post, you will learn what SSL Encryption entails, what it is, how it helps secure communication over networks you use. Security issues bothering on confidentiality and privacy are some of the most significant problems we face today in our world of information and communications. Hackers who get hold of the login information of individuals can use the details to access sensitive data from their victims. Increasing cybersecurity threats, combined with the constantly evolving technology behind such threats, give rise to security-related concerns. So, online communications, including transactions,…

Read More

Application Insights: select and filter

Application Insights wallpaper

Azure Application Insights has a specific language and syntax for select and filter data different from Structured Query Language (SQL). In this post, I am going to compare Analytics query language to SQL with examples for selection and filtration. First, navigate to analytics page of any Application Insights App by clicking Logs tab in the overview page of the app. Then, analytics tab opens a new editor window that you can type your query in it. Now, in the query editor we are going to write our queries using the…

Read More