Showing posts with label javascript. Show all posts
Showing posts with label javascript. 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.

Wednesday, December 6, 2017

Minimize CSS & JS resources with cssjs-minifier

In this article I'll introduce to you one of my newest app called cssjs-minifier. I developed it for myself first, but then I make it open source through GitHub for helping other web developers.

Mini-http-server for local Angular JS & other framework web development

In this article I'll introduce to you one of my newest app called mini-http-server. I developed it for myself first, but then I make it open source through GitHub for helping other Angular JS ( or other JS framework) developers.

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