Javascript How to Validate JWT token signature with JSON Web Key Set By admin We need two main libraries to validate the token signature with jwks java-jwt library <dependency> <groupId>com.auth0</groupId> <artifactId>java-jwt</artifactId> <version>3.8.3</version> </dependency> Make data easy with Helical Insight. Helical Insight is world's best open source business intelligence tool. Click Here to Free Download...
Javascript Display a Progress Bar at Top of Webpage By admin Display a Progress bar at the top of your webpage which states how much user has scrolled with jQuery Prerequisites: Knowledge on HTML and jQuery In this blog we will be discussing how to get the percent of page a...
Java Display Axis Label Name Fully Without Any Truncation in HTML Chart By admin Prerequisites: Jasper Server 6.4.0 Database: Foodmart In this blog we learn to display axis label name fully without any truncation Create a report to display state-wise sales using HTML line chart There are two properties that can be set depending...
Javascript Creating a Reusable Input Component using JavaScript By Gagan Manda Introduction: This article will guide you through the creation of a function that which we can use to create input controls bypassing all the required data as an argument to the same function. Prerequisite: HTML, JavaScript. In this document we...
Javascript Creating Web Page Layout Using Webix By Gagan Manda Webix is a JavaScript and HTML framework used for developing cross-platform applications which contain many widgets and custom options with less effort and time. Prerequisites: Html, JavaScript, CSS. Webix works by dividing the page by the rows and columns defined...
Javascript Process of Compiling Coffee Scripts Using Gulp.js By Gagan Manda Gulp.Js is used to complie coffee scripts to javascript files and to minify javascript files those are easy to read and modify. For this process we should download and install Node.js, we can get npm installed as npm is distributed...
Java Basics in Python With a Simple Lottery Number Game By Sohail So today we going to cover few Basic knowledge of Python with the help of simple Game The Game today is the Lottery Number Game Make data easy with Helical Insight. Helical Insight is world's best open source business intelligence...
Databases Recursive With Query in Postgres By shailaja Recursive WITH Queries in Postgres Sometimes we might have a requirement for certain hierarchy relation in data. This can be done with the help of Recursive WITH Queries(Recursive CTE) in Postgres. Consider the example - Location is stored in table...
Big Data Get Historical Twitter Data Using Twitter4j Libraries In Java By admin Get historical Twitter data using Twitter4j libraries in java Make data easy with Helical Insight. Helical Insight is the world's best open source business intelligence tool. Get your 30 Days Trail Version Pre-requistes : 1. Valid twitter account 2. Some...
Databases Groovlets By Somen Sarkar What is Groovlet? A Groovlet is a Servlet in Groovy script or in other word Servlets in Groovy What it does? The groovlet jar helps us to automatically compile .groovy source files into bytecode. It load the Class and cache...
Business Intelligence Visualize.js – Hyperlinks API By Shraddha Tambe Visualize.js – Hyperlinks In the post, we will discuss how we can handle hyperlink execution in jaspersoft reports that are embedded using visualize.js. Make data easy with Helical Insight. Helical Insight is the world's best open source business intelligence tool....
Front End Handlebarjs By Somen Sarkar Handlebarjs quick facts 1. Handlebar.js is a powerful templating engine based on the Mustachejs. 2. Handlebarjs can be added using the <script>// tag with local repository or using a cdn link. 3. This templating engine uses {{ }} symbol exclusively thus...