-
Software Development
Azure Functions – Part 3: Handling HTTP Query GET and POST Requests
Serving static pages is interesting, but a real application needs input from the user, and in the web this is…
Read More » -
Software Development
Azure Functions – Part 2: Serving HTML Pages with Azure Functions
Previous Tutorial: Azure Functions – Part 1: Getting Started In the last tutorial we created a simple Azure Function that…
Read More » -
Software Development
Azure Functions – Part 1: Getting Started
I love to write software. And because I’m not a software developer anymore I don’t get much time to do…
Read More » -
Enterprise Java
Adding JAR Dependencies to an Eclipse Plugin Maven Tycho Build
Something that is constantly bothering me when developing the OPP project is the use of hard-coded Java library dependencies. I…
Read More » -
Software Development
Prototype Driven Development
When starting a new software project, the number of unknowns is huge. We have learned the hard way that one…
Read More »