Front End DevelopmentTechnology

Fixed Header: Change Navigation Active Class on Page Scroll with jQuery

Today there are many websites which use simple techniques in designing where a custom CSS class is added to the navigation item when the page is scrolled to the item section. You may use jQuery to improve the user experience of your website and make it easier for the prospective visitors to know where exactly […]

GrailsJava/JVMSoftware development

Auto compilation in java springboot application

To run springboot appllication there is a task “bootRun” which compile and run the application for one deployment lifecyle. This is good enough for the production, where auto compilation is not required. In the dev environment auto compilation is used to avoid recompilation. Also it is very much needed to speed up the development time […]

Sanchit
Sanchit
Read

Technology

Social Impact of YouTube

Well, we all loved it when Nawazuddin Siddiqui posted a YouTube video to share story of mute young Munni who returned home to her parents at Pakistan because of spirited man and how the buzz around about that video made it possible for Bajrangi Bhaijaan to reach masses as a real-life hero. This plot was […]

Technology

Introduction to Shadow DOM

Web Components consists of several independent technologies, Shadow Dom is one of them. Web components are reusable user interface widgets that are created using open Web technology. They are fully browser supported or we can say they are part of the browser, so they don’t need external libraries like jQuery or Polymer. Web Components is a […]

Front End DevelopmentTechnology

Tabbing with CSS and HTML without using JS/Jquery

Using tabs in front end development is really a wonderful way to group several content into a very small space. Tabs are incredibly handy when you have to deal with lots of content that would simply fill up your entire page with too much information. There are many ways to create tabbing with jQuery. Here […]

AWSDevOpsTechnology

Elasticsearch Migration : Found to AWS EC2

Our DevOps team was using Found for one of our projects in the production environment. We have been facing a problem with found where it’s memory pressure frequently goes up and does not drop down so easily and until the time it remains up the Found was not able to serve the requests. Then, we decided to […]

AWSDevOpsTechnology

7 Things You Must Know About Load-Testing Using JMeter

Load testing is a must-do task for the infrastructure benchmarking. Performing load test in a proper way and analysis of load test results are the two main points which tells you the performance of your infrastructure. In this blog, I’ll be covering the key points which one should keep in mind to achieve the benefits […]

AWSDevOpsTechnology

JMeter Master Slave Setup In Multiple AWS Regions

In this blog, I’ll be demonstrating how to set up master-slave JMeter set up in multiple AWS regions. The aim is to generate load from multiple regions or multiple AZs in order to get a flavour of real load. For this purpose I am using EC2 servers, so a master server in Oregon region and […]

Technology

Introduction to PolymerJS: Building Web Components

In the history of web development there have been many changes. Day by day new innovations were introduced in the market to make web more interative and meet user expectations. Javascript has evolve a lot due to these innovations but HTML hasn’t grown that much. So at the end of the day we end up […]