The Day 3, the second last day of the most awaited conference of developers, leaders and organisations working in Java, Spring, Groovy and Grails ecosystem started with a wonderful breakfasted at 7:30 AM in the morning. TO THE NEW Digital, leaders and contributors in Grails, marked their enthusiastic presence on the Day 3 as well […]
This blog post refers to a new addition in the Docker Family i.e. Kitematic. A lot of development is going around Docker Kitematic. Kitematic is basically a graphical User Interface that is used to manage docker containers. It integrates with the individual’s Docker hub account and one can manage and use his/her Docker repos using Kitematic. […]
While working with Docker, I came across a use case wherein I was supposed to implement two processes in a single docker container. Docker has a limitation that only one CMD parameter can be provided in the Dockerfile as only one process can be run in the foreground. The use case included running Nginx and […]
Day 2 of SpringOne2GX, 2015 started on 15th September’ 15 at 7:30 AM. The first hour at SpringOne 2GX was Podcast Interviews and some amazing pancakes. Sharp at 8:30, the most awaited and one of the biggest events of the Java and Spring stack community developers started with around 45 sessions planned in 5 slots […]
There is a programming practice in many languages that if in a function call you don’t care about the variable’s value then use _ to denote this. This convention is usually used where lambdas are used. Some people may be using this in Java also. If you are using it then you should stop. You […]
Day 1 for @SpringOne2GX started at Marriott Marquis Washington, DC, USA today (14th Sept 2015). The day for the conference started at 3PM with registration. Badges for the participants were distributed along with the conference kit and yes a nice T-Shirt for the attendees. Following up next were some great demos of the products and […]
In my previous blog, I talked about setting up sendmail inside a Docker container. In this blog, we will talk about how to make your Docker containers come up during Auto-scaling of AWS servers, start, and use a service like sendmail inside them. You can make changes to scripts based on your use-case. I just want […]
Taking further this scenario, what if we need to query for partial matches of String, like just ‘rai’ not ‘grails’. We face many issues while creating criteria with has many relationship on String types as normal way of querying doesn’t work with has many relationship for String types. One way of getting this done is […]
Many more content owners, Pay TV operators and broadcasters are rolling out their own OTT video platforms and mobile apps these days, aside to the fact that most of these content businesses push their content on YouTube to maximise their reach and revenue through video advertisements. Needless to say that OTT video is bringing a […]
“Live to Eat? or Eat to Live?” When it comes to food bloggers you can’t really differentiate between the two The world of food blogging has been growing rapidly for the past few years in Indonesia, especially in Jakarta. There are now tons of food bloggers in Jakarta. They have led to a […]
Backend integration is the most complex task in developing mobile applications. When it comes to enterprise mobility solutions, integrating mobile applications with client libraries and its security implications have been the greatest challenges for developers thereby increasing the time to market. Mobile application developers also face some more challenges such as: Complex […]
Chef, a configuration management tool not only brings a lot of functionality to DevOps but can also ease the process of multiple deployments at the same time. A major use case of Chef is to deploy the latest code on your old as well as new production servers. Chef, with its enormously great functionalities, can […]