Showing results for March 2018 - Page 4 of 4 - Developer Support

Mar 4, 2018
Post comments count0
Post likes count0

Freeing Disk Space on a Developer Machine

Developer Support
Developer Support

In this post,  Senior Application Development Manager, Patrick King, shares some tips for freeing up disk space on a development machine.As a developer, I see my free disk space diminish over time. It usually isn’t an issue if I have ample disk and get to change hardware out every few years, but that isn’t the case for everyone. This post list...

TeamDevelopmentDevelopment Environment
Mar 3, 2018
Post comments count1
Post likes count0

Using JOIN with MAX to write efficient queries

Developer Support
Developer Support

In this post, Senior Application Development Manager, Alexei Govorine,  demonstrates how to use SQL JOIN and MAX in a query.How to join two SQL tables and display the latest results.Recently a customer has asked me to help them with a query design. The question was how to join two tables and display the latest results from one of them in a sin...

TeamSQL
Mar 2, 2018
Post comments count0
Post likes count0

Monitoring a Java App Service Web App

Developer Support
Developer Support

In the following article by Premier Developer consultant Kurt Schenk, he explains how to monitor a Java app using Tomcat running on Windows. When deploying a Java Azure App Service Web App, there are some great tools you can use for monitoring. Before describing these tools, I will first share some background about operating systems and language...

AzureApp ServicesJava
Mar 1, 2018
Post comments count15
Post likes count1

Angular How-to: Editable Config Files

Developer Support
Developer Support

This post provides the steps and code samples for using a JSON configuration file, which can be customized for multiple environments.

TeamAngularLaurie Atkinson