After an exciting and eventful day one, we entered day two of GR8Conf IN 2017. Day two was pretty awesome with lots of hands-on coding and labs in each session. The day had three parallel tracks with amazing speakers. The atmosphere, the sessions and the speakers really made the day wonderful. Despite a cold day, we could feel […]
In this blog, we will see two different implementations of RabbitMQ, but before going to the implementation part let’s take a brief intro of some prerequisites. JMS The Java Message Service (JMS) is a Message Oriented Middleware Java API that supports the formal communication between software components. It allows applications to create, send, receive, and […]
In this blog, we will learn how to setup Kubernetes cluster on servers running on CentOS (Bare-metal installation) as well as deploy add-on services such as DNS and Kubernetes Dashboard. If you are new to Kubernetes cluster and want to understand its architecture then you can through the blog on the Introduction on Kubernetes. So, […]
There are few out-of-the-box Translation features in AEM which are used for overall translation management and specifically for translation connector implementation. The base foundation of these features were already laid down with the release of AEM 6.1 however the enhancements in AEM 6.2 have made the implementation and the entire translation process management easier. Outlined below are […]
GR8Conf IN 2017, the second Indian edition of the GR8Conf was held on the first week of January in New Delhi. GR8Conf is an independent series of conferences in India, Denmark and the US that are dedicated to the Groovy and Grails community. The 2-day conference was attended by over 200 Groovy and Grails enthusiasts […]
E-commerce companies have witnessed a boom over the last few years and the way they have grown, clearly shows the consumers’ love for going digital. Understanding these changes in consumer behavior is key for e-commerce companies to succeed. Consumers look for end-to-end mobile solutions to fulfill their shopping needs. Hence, an e-commerce application should provision […]
In Drupal 8, most of the Hooks such as hook_init, hook_boot are removed from the Drupal 8. These Hooks are replaced with Event Subscriber in Drupal 8. If you are performing few actions such as redirect, add CSS, add JS or any other modification on request, it can be done by registering Event Subscriber. As […]
After the successful GR8Conf IN 2016, we are proud to host GR8Conf IN 2017, India’s biggest developer conference dedicated to the Grails and Groovy community. Like last year, we have received country-wide registration from developers/evangelists/technologists from Groovy and Java ecosystem. GR8Conf IN 2017 is a 2-day event starting tomorrow at Holiday Inn, New Delhi. We are excited […]
Digital TransformationExperience DesignFront End Development
Innovation and emerging technologies go hand in hand and impact the overall growth plans of many organizations. Product companies are constantly evolving building cool and fancy products breaking through the clutter. New-age remote development companies help them to turn their ideas into market realities leveraging key technologies such as cloud infrastructure, new SDLC trends, new development frameworks […]
Product development has become highly sophisticated over the years. Unlike the yesteryears, business agility is the key to survive competition and market demands. Most organizations are doing away with traditional hardware inventories and embracing cloud and other digital technologies for the numerous benefits. Apart from moving to Cloud, there has been a shift in the […]
Automation TestingSoftware developmentTechnology
BASICS OF JMETER Apache Jmeter is an open source testing software. Jmeter is 100% pure Java desktop application used for performance testing and evaluating the overall system performance under different loads. Jmeter is easy to use and can be downloaded for free of cost. It can work with many types of tests categories such as load, […]
In this blog I will be helping out my developer buddies who due to few constraints cannot use jazzy npm modules to show images in their application beautifully in fullscreen mode something like a lightbox. We will be using react-native-overlay (https://github.com/brentvatne/react-native-overlay) module and css for implementing this.