Blog

Date component

React Date Component

One of the most popular front end libraries used now days is React. React is an open-source front end library for building user interface which is mainly used by single-page applications. React was first created by Jordan Walke, a software engineer working for Facebook and...

Read More
react accordion

React Collapse and carousel Component

Creating a Reusable Component In our previous blog post, we discussed creating a reusable component for Input and Button. Now  we are going to see how to create a reusable component for collapse and carousel Collapse Component Carousel Component Collapse Component The purpose of creating...

Read More
react model pop up component

React Modal Popup Component

React is One of the most popular front end libraries used nowadays. React is an open-source front end library for building user interface which is mainly used by single-page applications. React was first created by Jordan Walke, a software engineer working for Facebook and it’s...

Read More
Hive

Running Hive Script in AWS EMR

In this blog, I will discuss about the easiest way to run Hive script file without Oozie or other Hadoop tools. Nowadays companies are moving from Traditional Hadoop vendors like Cloudera, MapR, and Hortonworks to Cloud Solution providers like AWS, GCP, etc. because it...

Read More
Xcode-Unit&UI-Testing

Xcode : Unit Testing & UI Testing

Unit testing is the process carried over by the developers after completing their coding part in their development process. This involves testing either the components available in the project module or the tiny individual units of the module developed by the individual. In iOS,...

Read More
SF-Composite-Resources

Salesforce REST API with Composite Resources

Introduction For making multiple REST API calls for one task and improving the performance of the application, Salesforce is having the composite resources to batch up multiple calls in a single call. We can use the composite resources to make multiple requests using a...

Read More
Chat-Bot-Application-Android

Chat bot Application – Android

Introduction to CHAT BOT In the fast-growing world of Artificial Intelligence, consumers are getting technological help in all facets of their lives. The internet provides various ways to get information and has radically changed the way we communicate. Innovation has enhanced our lives with...

Read More

Advanced splash screen

 Introduction Splash screen makes the app beautiful when the app is launched to make it more beautiful lets make it bit advanced with animation Starts here Create a new Android Eclipse project Create a new Android XML file “splash.xml” in appfolder/res/layout folder and...

Read More

Useful Functions in Javascript

getAbsoluteUrl Getting an absolute URL from a variable string is not as easy as you think. There is the URL constructor but it can act up if you don’t provide the required arguments (which sometimes you can’t). Here’s a smooth trick for getting an...

Read More