Developer Support

Advocacy and Innovation

Freeing Disk Space on a Developer Machine

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 ...

Using JOIN with MAX to write efficient queries

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 ...

Monitoring a Java App Service Web App

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 ...