Azure DevOps – Create your backlog

https://docs.microsoft.com/en-us/azure/devops/boards/backlogs/create-your-backlog?view=vsts&tabs=new-nav

Tutorial: Create a CI/CD pipeline for your existing code with the Azure DevOps Project

https://docs.microsoft.com/en-us/azure/devops-project/azure-devops-project-github

CI/CD for Azure Web Apps

https://azure.microsoft.com/en-us/solutions/architecture/azure-devops-continuous-integration-and-continuous-deployment-for-azure-web-apps/

How to monetize APIs with Azure API Management

https://blogs.msdn.microsoft.com/apimanagement/2016/06/30/how-to-monetize-apis-with-azure-api-management/

A Tale of Two API Management Systems

A Tale of Two API Management Systems:
What Differentiates Azure API Management and Google Apigee
https://www.linkedin.com/pulse/tale-two-api-management-systems-what-differentiates-tsymbalenko

New role-based certification and training is here, and we’re just getting started!

Microsoft Certified Azure Administrator Associate

Microsoft Certified Azure Developer Associate

Microsoft Certified Azure Solutions Architect Expert

How to Fix the “Device is not Certified by Google” Error

How to Fix the “Device is not Certified by Google” Error

  1. Find your device’s GSF Device-ID. There’s a simple app on the Play Store called ‘Device ID‘, but since you obviously can’t access the Play Store I have mirrored the application here.
  2. Open the app and copy the code in the second line called “Google Service Framework (GSF).”
  3. Go to this webpage.
  4. Enter your GSF Device-ID in the “Android ID” box.
  5. After you tap “Register”, your registered ID should appear on the page.

Install the Google Play Store on Your Amazon Fire Tablet!

The four APKMirror links:

1. Google Account Manager 5.1-1743759
https://www.apkmirror.com/apk/google-…

2. Google Services Framework 5.1-1743759
https://www.apkmirror.com/apk/google-…

3. Google Play Services for 32-bit devices
https://www.apkmirror.com/apk/google-…

Google Play Services for 64-bit devices
https://www.apkmirror.com/apk/google-…

4. Google Play Store (download most recent version)
https://www.apkmirror.com/apk/google-…

Check out the full written guide at TechJunkie.com! https://www.techjunkie.com/install-go…

05. Nova Launcher

06. Launcher Hijack

Q: How can I change the pagefile configuration from the command line?

A: This is very useful on Server Core systems where no graphical interface is required. Here I create a new pagefile on the P: volume and delete the old pagefile:

wmic pagefileset create name="P:\pagefile.sys"

wmic pagefileset where name="P:\\pagefile.sys" set InitialSize=2048,MaximumSize=2048

wmic pagefileset where name="C:\\pagefile.sys" delete

Reboot the machine for the change to take effect. To list the pagefiles, use the command below:

wmic pagefile list /format:list