Showing posts with label https. Show all posts
Showing posts with label https. Show all posts

Tuesday, January 2, 2018

Angular JS + Progressive Web App Service Worker

Nowadays AngularJS come less popular due the release of Angular 2+. But it's still a good choice for those developers, who don't want to work with TypeScript and NodeJS. In this tutorial I want to show you how to create an app, which is fully PWA friendly.

Friday, November 3, 2017

Create a small HTTPS server with Java 7 & Jetty

Sometimes in web development we need a small webserver to test our product in a browser. Of course there are several implementations (WAMP, XAMP, etc.), but as a Java developer we don’t want PHP or MySQL to our PC. In this tutorial we’ll create a runnable JAR, which’ll serves our HTTP / HTTPS requests.

Configure and use VSCode for Java web development

Embarking on Java web development often starts with choosing the right tools that streamline the coding process while enhancing productivity...