I explain how to deploy in a Azure WebApp a ShinyApps created with RStudio, using Azure DevOps as repository and Docker as container
Category: Tools
Useful Docker commands
Collection of useful Docker commands
Add logging to Microsoft Office add-ins
In this post I explain how to add logging to Office add-ins for debug also when your add-in is on the client machine.
Start with Docker
I want to help to start with Docker for the basis. I’m starting to learn Docker, then the following posts are my study step-by-step
Dropdown list in Excel
The tutorial shows how to create dropdown list in Microsoft Excel depending on another cell by using new dynamic array functions.
What we know about Microsoft’s new service
What we know about Microsoft’s new service to virtualize Windows PC experience called Cloud PC? In this post we give you all details
Don’t delete Windows10 root certificate expiring this month
Microsoft warns to don’t delete Windows10 root certificate expiring this month because it could cause problems with the operating system. Earlier this month, BornCity reported that the ‘Microsoft Root Authority‘ certificate in Microsoft’s Trusted Root Certification Authorities was expiring at the end of the month, on 12/31/20. While other newer Microsoft root certificates are not expiring this year, some users are concerned that the expiring certificate could prevent software, hardware, or the operating system from performing correctly. When we contacted Microsoft regarding the expiring root certificate, we were referred to a support…
Getting started with Windows Terminal
Getting started with Windows Terminal: this is the main build for the product. This is the new shiny terminal for Windows 10. See why…
How to install OpenSSL on Windows 10
I explain how to download and install OpenSSL on Windows 10. OpenSSL is a full-featured toolkit for the TLS and SSL protocols
Windows 10X is arriving next year
Microsoft announced that Windows 10X is arriving next year with a lot of new features for small laptops and to start a battle against ChromeOS
Hiding PowerBI report filter pane
In this post I want to give you the code for hiding in PowerBI the report filter pane from report viewers in an embedded report
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…
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…
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
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
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…
Microsoft ported Procmon from Linux
Microsoft ported Procmon from Linux for monitoring the system calls, Registry access, and file activity for processes running in the operating system.
Azure your platform in the cloud
I want to introduce you Azure as treasures in the cloud because it is. What is Azure? How to use it? How save money and speed up your service?
Microsoft announces new Windows 10 Start menu design and updated Alt-Tab
Microsoft is introducing a new Windows 10 Start menu design that will de-emphasize its Live Tiles and updated Alt-Tab for a new experience in navigating windows.
Run Azure Function on a different port
I want to run more than one Azure Function at the same time but each of them on a different port because by default all Azure Functions are starting on port 7071. How can I do that?
Checking mobile site speed and SEO with Google Lighthouse
With the new Web Vitals metrics (checking mobile site speed and SEO), Google Lighthouse is trying more realistic angle, taking page experience into account
Web Live Preview for Visual Studio 2019
Working on the user interface is frustrating but from today you have a new Microsoft tool called Web Live Preview for Visual Studio 2019 that helps you