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.

Wednesday, November 29, 2017

How to start Android development

In the past few years Android development went through on a serious evolution. Nowadays it is easy to start it, there are several websites, video blogs, tutorials and courses, which provides content from beginner to advanced. In this smaller article I collected to you, what is the prerequisites, and requirements to start developing Android applications.

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.

Friday, December 16, 2016

Creating an Angular 2 webapp as a deployable WAR

In the previous article we learned how to setup an Angular 2 development environment with NetBeans & Node.js & Angular CLI & Grunt. Now, we’ll learn how to create a deployable web archive, a WAR file.

Thursday, December 15, 2016

Setting up a development environment for Angular 2 with NetBeans IDE & NodeJS & Angular CLI & Grunt

NetBeans is one of the most popular development IDE for Java developers. But it can be used for many other technologies: C/C++, PHP and web development. And of course, with some plugins, it’s perfect for develop Angular 2 applications as well. In this article I’m want to describe you how to set up an Angular 2 development environment with the combination of NetBeans IDE & Node.js & Angular CLI and Grunt. Each technology described separately paragraphs.

Thursday, January 7, 2016

Implementing a JAX-RS webservice with Jersey

In this tutorial we’ll create a JAX-RS webservice with the Jersey implementation. The Jersey is the best choice, if you have an older JBoss instance. But, if you have a JBoss 6.1, 7.1, EAP 6+, you should use RestEasy or Apache CXF.

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