View Christos Tranoris's profile on LinkedIn


Visit The Model Driven Software Network

Who's online

There are currently 0 users and 1 guest online.

Recent comments

Syndicate

Syndicate content

Software Engineering

Deploy nginx-jetty-mysql with docker compose

In this post I'm sharing with you a short project for deploying both static content and a backend application with nginx as a reverse proxy using https to serve:

  • a web front end (e.g. static html/js pages)
  • a backend application hostd in jetty web server (for example it servers a restful API)

Nginx as a reverse proxy helps to have a single point of https access for serving both the web and the API.

Posted in Submitted by tranoris on November 8, 2017 - 11:55.



Using Vagrant with Eclipse on Developing/Testing/Building applications targeting different OSs

If you are a developing applications on your favorite OS and toolchain targeting other OS then virtualization is your friend. Vagrant (www.vagrantup.com)  is a free and open-source software for creating and configuring virtual development environments. What is particularly useful with Vagrant is that you describe your environment in a Ruby like text file , together with some orchestration commands which you can maintain together with your source code in our SCM tool.

Posted in Submitted by tranoris on August 9, 2014 - 16:44.



Software Engineering Topics

Here you will find some topics, that I occasionally write about Software Engineering, Processes, Programming, Quality and Tools.

Posted in Submitted by tranoris on May 20, 2007 - 09:50.