TO THE NEW Blog PAGES

AngularJSFront End Development

Angular 2 component dataflow

Angular 2 leverages the power of web components. If you are familiar with Angular 1, you know the term directives. Actually, directives are still here in Angular 2. Components are a combination of Directives, controllers, and scope of Angular 1. Components Angular 2 app has at least one root component. Components are the basic building […]

Technology

Authorizing Creation/Entrance of a Conference in Jitsi

In this blog, we are going to discuss how we can provide authorization for creating or entering a room in Jitsi. While using Jitsi at organisation level there must be some security so that conferences are created or entered after an authorization. About Jitsi : Jitsi is a free & open source video conferencing application […]

AWSDevOps

Setting Dynamic Project Description and Build Description in Jenkins

Jenkins is an open source tool designed to achieve continuous integration and continuous deployment. I came across a scenario where I have to show custom results after every build run in Jenkins. The build result produces dynamic values which are important to be identified before running the next build. For instance, I was creating a Jenkins job […]

Java/JVMSoftware development

Enabling Spring With Plugins

Writing a code to integrate MQTT functionality in my Spring application development made me think, am I not doing this over and over again. Having been involved in different IoT applications and numerous other domains, MQTT became an essential part of almost all the applications that I prepared. This is just one example of such […]

Technology

Demystifying JITSI

What is Jitsi ? Jitsi is an open source communicator that allows secure audio/video calls and conference. It includes Jitsi Video-bridge which relays video rather than mixing. It also provides improved scale with higher quality and lower latency in media transfer. Terminology : WebRTC: WebRTC provides browsers and mobile applications with Real-Time Communications (RTC) capabilities […]

Java/JVMSoftware developmentTechnology

How to configure Templating Solution Engine SiteMesh with Spring boots

SiteMesh is a very simple, lightweight & flexible Templating Solution framework for Java Web applications. SiteMesh can be used in lot more ways if we combine it with Spring boot framework. Configuring the SiteMesh with Spring Boot is little bit tricky but not complex, as we need to create a custom filter and then inject […]

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 […]

Industry BuzzTesting

Google Launches a New mobile-friendly Testing Tool

After it’s launch in November 2014, Google on 17th May 2016 has announced launch of their new mobile-friendly testing tool. Yaniv Loewenstein from the Search Console Team wrote: The new tool is available at the URL https://search.google.com/search-console/mobile-friendly The older version is available at https://www.google.com/webmasters/tools/mobile-friendly UI of older version UI of new version As compared to the older version, the […]

Big DataIndustry BuzzJava/JVM

Our experience through GIDS16 in Bengaluru

I know it’s too late, almost 2 weeks, since the GIDS16 (Great Indian Developer Summit 2016) ended – But the thought that “it’s better to be late than never” is motivating me to write down this post. It was a 5 days event – initial 4 days in Bengaluru and the last day in Pune. […]

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

Digital Marketing

7 CRAZY First YouTube Videos Ideas to Try!

Okay! It seems a little frightening to upload a video on your YouTube channel that gets created by default when you log in to your Gmail account. I am a passionate YouTube expert, and I recommend we all should, first of all, come out of the nervous state of mind and believe that there’s no […]

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 […]

Services