

12
Jul, 18
Hello All, Today I am going to write the basic usage of Fusion Chart with the help of the fusion chart javascript plugin. Hope you will find this helpful Lets start coding and follow the below steps. 1> Add jquery cdn and Fusion chart js inside the...

11
Jul, 18
Taglib in grails to show calculated time stamp between two dates
Hello Guys, Recently working on one of my projects, I have to calculate the time difference between two dates and display on the UI. Although there are various ways to achieve this, but to make sure that it can also be reusable, I have decided to...

4
Jul, 18
Simple Email sending using Grails….
Hi, today I am going to explain about simple email sending verification by using Grails technology . Firstly, create a new project in IntelliJ Idea and set the name of the project as per your choice. Here my project name is DemoLoginPage and now...

25
Jun, 18
Add routing to React App using react router
This blog’s goal is to explain the Add Routing feature to React-App so we can move from one page to another page on click. We will be building a single-page application website. Here is the website action, no fancy styling, just a simple functional website....

22
Jun, 18
MongoDB aggregation Pipeline Uses
The MongoDB aggregation Pipeline just like UNIX command shell Pipeline means the possibility to execute an operation on some input and use the output as the input for the next command and so on. So MongoDB supports the same concept of an aggregation...

21
Jun, 18
ToDo-app using React Redux Part-1 (Add Task)
This blog’s goal is to explain the core concept of Redux by making a ToDo list application. If you don’t know what ToDo really is, it is a list created by the user on Add Task button, you can add, delete, edit and update that list. So this blog post will...

21
Jun, 18
Absolute Imports with Create React App
Hi, today I want to share about the absolute import for React and React-native projects. When you create a project using create-react-app, it uses relative paths, which is fine for cases where the files you’re importing are relatively close within the...

12
Jun, 18
Introduction on CryptoCurrency
Hi, Here I am Present to discuss, what is CryptoCurrency?. Cryptocurrency is a very hot topic nowadays in the market of money transaction or IT Field. CryptoCurrency Word is made from the combination of two words i.e. Crypto + Currencies. Crypto:- Crypto...

12
Jun, 18
Implementing Stripe API in Grails
Create Stripe Account on https://stripe.com/ The First step is to create an account on Stripe. All you need to do for this is to fill out a form and then confirm the account via Email. API Keys After confirming your account via Email, you can find your Stripe API Keys...

11
Jun, 18
Render PDF using PhantomJS
Recently, I got a requirement from one of the clients to generate PDF report. The traditional way to generate PDF report is using Jasper reports(jrxml). In my previous projects I had used iReport to generate PDF using .jrxml but it is a bit time consuming...

28
May, 18
Builder design Pattern in swift
Hi, Today we will discuss here why, how and where we use the builder design pattern in swift or any kind of language. Builder design pattern is used to reduce the complexity of the code, it increases the readability of code for other developers, make more scalable,...

21
May, 18
Exposing local web server publicly
When working on web development, there are times when we need to share our local changes quickly. If the change is small, deploying to web server by generating a war file would consume a lot of time. There needs to be a quick way to expose web server(running locally)...

21
May, 18
Inheritance Mapping in Hibernate using xml file
Hello friends, Welcome back, today we will discuss Is-A relationship in hibernate. It is a very important and initial topic of hibernate. I hope that now you can understand basic approach of hibernate, if not, then you can please follow my previous tutorials. Before...

18
May, 18
Remote pagination in grails
Remote pagination plugin gives the tag for pagination without the reload the page. It plugin can hit the ajax call and update the list or update the div. page the BuildConfig.groovy file in plugins block. and grails version should be > 2.0.3. and I...

17
May, 18
Split View Controller in iOS
Hi every one Here I am going to describe the method to implement the split view Controller Its generally called “Drawer” in iOS Or Android. Generally people implement the UI for drawer in a single format which is shown the same in iPad or iPhone....

14
May, 18
Things to know Before Using MongoDB
MongoDB is a very impressive cross-platform, document-oriented database that can be used in the most type of projects. its an open source edition and built-in C++ language. MongoDB most popular in NoSQL database. Why use MongoDB? The most and main benefits...

12
May, 18
Difference Between Get() and Load() methods in Hibernate
Hello friends, Welcome back, today I am going to discuss the very important topic of hibernate as I promised. So let’s discuss get() and load() method of hibernate. There is not much difference in code while working with either load() or get() method,...

10
May, 18
Change Notification Content in iOS (UNNotification Service Extension)
Hi All,Here I am going to tell that how we can change the content of remote notification in iOS. Generally we found in iOS application , the notification will popup with there default title comes under the section of alert . We can change the the data of notification...

6
May, 18
Multiple level sorting in Groovy
When we interact with database records, we specify a criteria with an order(asc or desc) to get the results sorted by a particular field. Usually we sort on the basis of one field but a situation may arise to sort the objects on the basis of two or more fields....

6
May, 18
Lazy and Eager Loading Using Hibernate
Hello friends, I want to tell all of you with joy to now I am going to start with Hibernate tutorial to easy steps to learn about basic topics and believe me it really helps you to learn about hibernate. So today we see the very important topic so let start the...
Recent Comments