The VIC20 reborn in the UK, 35 years after Commodore announced and launched the Commodore C64 for the masses
Author: Enrico
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…
How to highlight specific text in Excel
In Excel, I want to highlight a specific text within a cell to make it outstanding but not the entire cell
Azure DevOps releases AppServices
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…
What is YAML?
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…
How to avoid a climate disaster
In my book, Bill Gates share what he’s learned from more than a decade of studying climate change with experts and investing in the innovations we’ll need to address it. He hopes to explain the science in a clear and compelling way
Azure Resource naming convention guide
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…
Implement security workflow with Identity Server
The goal of this post is to implement security workflow with Identity Server 4 and C# among projects and services. With a bunch of examples, I’m going to show, practically, how to do it.
Star Wars Squadrons is an intricate dogfighter
Star Wars: Squadrons is an intricate dogfighter. The space dogfighter does exactly what you want it to do and you expect to get
Top 40 Agile Scrum Interview Questions
In this post, we want to answer the top 40 Agile Scrum Interview Questions and focus on the different areas for agile scrum interviews
Connect web application to PowerBI
How to connect a web application to PowerBI to give users a unique experience across a website using the PowerBI APIs
Clear and Reset External Display Cache in Windows 10
You might find the built-in feature of Windows 10 to change the active display and the sharing mode of your current desktop useful.
Microsoft confirms $299 Xbox Series S console
Hours after Microsoft’s Xbox Series S console widely leaked, the company has gone on the record to confirm its existence
Microsoft: we are finished with F# 5
Microsoft’s F# programming language alongside the latest .NET 5 preview: Microsoft announced : “we are finished with F# 5”
Getting started with R
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…
25 years ago today Microsoft launched Windows 95
On August 24, 1995, Microsoft held what’s likely to go down in history as its biggest Windows launch in history with Windows 95.
Microsoft TileCode creates arcade games
Microsoft TileCode is a game creation app that allows you to design, code, and play video games directly on low-cost Microsoft MakeCode Arcade gaming handhelds, as well as in the web browser.
Xcode becomes vector for new Mac malware attack
Developers, check your GitHub repositories as malware makers seek exfiltration opportunities.
Apple has finally met its Fortnite match
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,…
Test our code with json
Test Driven Development (TDD) helps you to validate your code but something you need to check some result from a json file. Here my solution
Quantum Computing: solutions that fly
Quantum computing is a remarkable leap in the world of computing. What solutions have we implemented that fly?
SSL Encryption
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,…
Using Git Flow with GitKraken and Azure DevOps
I want to explain how using Git Flow with GitKraken and Azure DevOps for improving collaboration, git concept learning curve and code quality
How to add music to iPhone
If the music you want to transfer is stored in your iTunes Library, you may prefer to add music to your iPhone using iTunes
Application Insights: select and filter
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…