OTT or Over-The-Top (OTT) global market is growing at a rapid pace and has become a turning point in the TV and broadcasting industry. OTT has given a significant competition to the traditional cable providers. The digital disruption brought about by OTT has changed the dynamics of the television business, making it completely consumer-driven from […]
I have come up with this blog that outlines: What is Spring Boot? Why do we use it? How to get started? 1. What is Spring Boot? Spring boot from Spring is just another project enabling developers to create stand-alone, production-grade Spring based applications. 2. Why do we use it? Create stand-alone Spring applications Embed Tomcat, […]
AWSDevOpsDigital Transformation
In last few years, enterprises have embraced IT modernization and migrated to Cloud. Cloud has become the de facto driver for digital transformation as it delivers many viable benefits. There can be numerous scenarios in which enterprises can benefit from cloud migration. For instance – if you need a highly scalable infrastructure with the flexibility […]
Front End DevelopmentNode.jsSoftware development
The evolution of JavaScript from merely a scripting language to a general purpose programming language is indicative of the Atwood Law. JavaScript is a multi-paradigm object based language with roots in C, Java, Self and Scheme. It was designed to be relaxed i.e. without a static type system. This in my opinion is a perfect rationale for a […]
Docker Swarm has gained a lot of popularity in the last few months. It is Docker’s orchestration tool. Docker has been coming up with a lot of updates and Docker Swarm is very stable as compared to when it was launched. It is as Docker says “Production Ready.” You can go through the blog written by […]
Security Best Practices More and more organizations today realize how important it is to manage security of their websites and applications on cloud or on-premise datacenters. Organizations are rapidly adopting Hybrid Cloud models in which managing security is of paramount importance. In order to cater to rapidly changing business realities, organizations are constantly evaluating methods […]
What are video sitemaps? Video sitemaps is the most efficient way that tells Google where and what the video content is on your site. It helps to get all the content which we might not discover otherwise by our usual crawling methods. It will index the content in search engines such as video.google.com. As per […]
Front End DevelopmentTechnology
HTML5 is one of the fastest growing versions of HTML markup language used to build intuitive frontend interfaces. HTML5 comes with multiple features especially designed keeping in mind the low powered devices. The new standard features video playback and drag-drop capabilities which were previously dependent on third-party plug-ins such as Google Gears or Adobe Flash. There […]
D3 (Data Driven Documents) is a JS library that helps us build visualizations. It binds arbitrary data to a DOM, where the data-driven transformations can be applied to the document. It works well by mutating the DOM element, usually a root node that was placed in the HTML. You call .append (‘span’) and it inserts a […]
There are many scenarios when it is required that we test our website(s) for the security. The top most item which comes in mind is SSL. Every Web administrator would like to secure his/her website using SSL certificates so that the end users can trust the website and can transact safely. But how does it […]
Digital TransformationExperience DesignMarketing
Organizations are striving hard to achieve operational efficiency and reengineer their business models using digital technologies such as cloud, big data, analytics, social, and mobility. However, not all of them are able to successfully leverage these technologies and achieve seamless digital transformation. According to a research and survey by Genpact “two-third of digital transformation projects fail.” There […]
In our previous blog, we have covered the basics of fluentd, the lifecycle of fluentd events and the primary directives involved. In this blog, we’ll configure fluentd to dump tomcat logs to Elasticsearch. We’ll also talk about filter directive/plugin and how to configure it to add hostname field in the event stream. Fluentd is a log collector that works on […]