TO THE NEW Blog PAGES

Technology

Future of Data Binding

A new revolution has come. There are few new APIs introduced in ECMAScript 5, but the most interesting functionality is added to Object property code. This new code gives you the ability to redefine the capabilities of an Object property. Capabilities like preventing Object manipulation, enumeration, deletion and addition of new property and even defining […]

Technology

Preview Image and Watermark configuration with jw player

Video is one of the most popular internet activity worldwide these days. Almost every website needs a player to be embed in it. An important technique to increase the popularity and for branding is to use watermarks on player. It is the best way to promote your brand throughout the video and also the ceapest […]

Technology

How a Newer Investigated a Java Out Of Memory Error.

So one fine day newer came to office and got an interesting problem from his team lead. One particular API was giving Java Out Of memory Error with only 10 concurrent threads. So the Newer started to investigate the problem so at first he reaches to the server and try to collect stats about the […]

GrailsTechnology

Run Grails application as standalone application

Most Grails application are intended to deploy within external container. According to the traditional way of deployment, the apps are bundled as war packaging, deploy it into any external container like tomcat and Jetty. There is a plugin Standalone App Runner which allow to em-bade a container inside the grails application itself. The advantage of that […]

Sanchit
Sanchit
Read

Node.jsTechnology

Natural Language Processing

NLP is the branch of computer science, focused on developing systems that allow computers to communicate with people using everyday language. NLP is where computers attempt to derive meaning from human or natural input. we’ve seen huge strides in the last few years. There is several huge projects developed on it like CALO and Wordnet. Stanford’s CoreNLP (demo here) […]

Technology

Sass Imports with Sass Globbing

If we are using Sass to preprocess stylesheets, we must have knowledge about partials. A partial is a sub-stylesheet, intended to be included as part of a main stylesheet. So as to avoid adding “partials” every time, we can use the sass-globbing gem to remove the extra overhead. Sass Globbing to rescue Sass-globbing is a […]

AWSDevOpsTechnology

Launching and Configuring an AWS EC2 instance using Ansible

Ansible is a configuration management tool which configures and manages systems for multi-node software deployment. It is an orchestration tool which prevents an agent from running continuously on a server to fetch the desired configurations. Unlike Chef and Puppet, it uses a push mechanism to push the desired changes on the servers using ssh-agent. Here in […]

Front End DevelopmentTechnology

AMP- ACCELERATED MOBILE PAGES by Google

Now-a-days, if anyone browse a website on mobile, everyone expect rich and HD graphics, smooth scrolling, fast animations, transitions to load quickly. Google introduces a new technique known as AMP. It’s a technique to build static content web pages that render fast. Its basic structure consists of three different layers: AMP HTML: HTML extended with […]

AWSDevOpsTechnology

7 Must-Have Jenkins Plugins

The Jenkins is the best freeware tool to fasten your development cycle. It helps you to increase team productivity with CI (continuous integration) and CD (continuous delivery). In the development phase, you have to test changes more frequently. A single-click build and deploy job reduce time to validate your modified codebase, and you can get rid of […]

AWSDevOpsGrails

Getting Started With Application Authentication Via Kong API Gateway

  Kong is an open-source, customizable, Nginx-based and scalable API middleware (API Gateway).Kong can be configured in front of any RESTful API and let the developers concentrate more on implementing business logic without caring about functionalities like authentication mechanism, rate limiting, logging,  internal communications between APIs, carrying out communication with public entities and other organizations. It’s […]

DevOpsTechnology

Monit with Slack notifications

Monit is a small Open Source utility for managing and monitoring Unix systems, Monit sends out notifications when an alert is triggered usually through emails . Since email is getting a bit old approach nowadays, it’s way more intuitive to receive alerts via push notifications on your smartphone or chat client. Slack provides supports to […]

Technology

Relative Fonts (The Liquid State)

In context of web pages,HTML and CSS, “font-size” is a very basic property, which defines the size or height of text on web browser. It is certainly not a point of discussion, but the “Liquid state” of it definitely is! What is a Relative Font: As defined above it is the fluid state of a […]