Reactive distributive and Polygot – I’m Vert.x

What is vert.x? Vert.x is a tool-kit for building reactiveapplications on the JVM. Vert.x is lightweight - Vert.x core is around 650kB in size. Vert.x is fast. Here are some independent numbers. Vert.x is not an application server. There's no monolithic Vert.x instance into which you deploy applications. You just run your apps wherever you … Continue reading Reactive distributive and Polygot – I’m Vert.x

Lets dockerized microservices – Spring boot and Spark java

Docker : The makers of dockers define it as, An open platform for distributed applications for developers and sysadmins. Installation of docker : Linux Windows Mac Once you have a successful install you can clone the project my github code and play around it. Docker files are heavily commented. Simple Hello world Java Spring Boot Spark … Continue reading Lets dockerized microservices – Spring boot and Spark java

Spark Java – Expose your endpoints with minimal efforts

I tried spring boot, dropwizard, vertx, play, spring MVC. Then thought why don't play with SparkJava. Spark Java - A tiny Sinatra inspired framework for creating web applications in Java 8 with minimal effort. This is what their official website tell about them. Open your favorite editor. Paste this code. By the do include your dependency. import … Continue reading Spark Java – Expose your endpoints with minimal efforts

Apache Spark : I will take care of you data

Few days back I was reading about Spark Java ,when I came to know about Apache Spark Let me tell you I'm not a data scientist or data processing guy. Then I seen this video . Then thought of trying it out. It was quiet interesting experience. Built with Scala, it gives some awesome API written with functional programming. … Continue reading Apache Spark : I will take care of you data

Dropwizard -Making noise around

Dropwizard is a Java framework for developing ops-friendly, high-performance, RESTful web services. Dropwizard pulls together stable, mature libraries from the Java ecosystem into a simple, light-weight package that lets you focus on getting things done. Dropwizard has out-of-the-box support for sophisticated configuration, application metrics, logging, operational tools, and much more, allowing you and your team … Continue reading Dropwizard -Making noise around

Meteor : Let me see till when you can ignore me

Me and Angular 1.x were loving each other blindly. Wasn't thinking any other JS framework apart from angular. Then some sourness started to come in our relationship. My angular was going through some big changes and disguised to be angular 2. But I was still loving my sweetheart and waiting for her next phase to come. … Continue reading Meteor : Let me see till when you can ignore me

Spring Boot : Vaadin come to me, I want to bootstrap you sweetheart.

Vaadin an amazing java server-side framework for building single page application. It will make fall in love with it and it seamless integration with Spring Boot makes it more special. Worth to mention the vaadin designer tool which is a amazing tool. You can just drag and drop the components and it will work as … Continue reading Spring Boot : Vaadin come to me, I want to bootstrap you sweetheart.