The security in WebAPI is important and cookie based authentication has existed for a long time. You may be curious why we still need token based Auth and why it is becoming more and more popular in recent years. This blog was created to guide you through some core concepts and set up a token […]
Innovation + Product Development
How to Establish an Amazon Redshift Connection in DataStage
Amazon Redshift is a data warehouse, which allows us to connect through standard SQL based clients and business intelligence tools effectively. It delivers fast query performance by using row-wise data storage by executing the queries parallel in a cluster on multiple nodes. The primary focus of this blog is to establish the connection between AWS […]
Server Side Swift with Perfect: Getting Started
Perfect is an open source server side Swift framework, that help swift developers to build applications and other REST services. If we use Perfect to create a backend for an iOS application, it’s easy to stay consistent by sticking to one language and code style. In this tutorial, I will teach you to build a […]
Enable Continuous Delivery with Layered Testing Approach
1. Automated Testing is a key success factor for “Continuous Delivery” Continuous delivery takes the idea of continuous integration and advances it one step further. Automated testing is an extremely important middle step to realize continuous delivery. With continuous delivery, the code is not only integrated with changes on a regular basis, but it is […]
How to use Fingerprint and PIN Code?
About Fingerprint Nowadays, almost every smart phone has Fingerprint Identification, as you know, it’s safer and more convenient to use fingerprint to unlock your phone. We usually use fingerprint to unlock screen, login App, and payment authentication. And Google Pixel use fingerprint swipe to access notifications. There is also an App called “Fingerprint Gestures” can […]
Optimize UFT Scripts
UFT is one of the most powerful tool in the functional testing that is mainly used during the regression testing, but when I tried to execute the script it took long time to complete the execution of script. After performing many researches here are the few tips to optimize the UFT Scripts Launch UFT […]
Set karma configuration with Angular 2.0
When we use webpack as our packaging tool, we can use karma as our test environment, so that our project more flexible and convenient. Enjoy learning karma and webpack. Karma: Introduction: Karma is a simple tool that allows you to execute JavaScript code in multiple real browsers. Purpose: The main purpose of karma is to […]
Where’s Retail Banking Headed? Digital Trends from Adobe
I had the pleasure of attending an Adobe Café in NYC earlier last week. The Cafés are a series of workshops Adobe is hosting for its partners. This one in particular was specifically geared towards business development in the financial services industry. Christopher Young, director of industry strategy and marketing for financial services at Adobe, presented some great statistics […]
Sitecore Speak
An introduction to Sitecore Speak featuring a basic example application. The ability to create Sitecore applications is fundamental in the Sitecore world as most projects have the need for custom functionality within Sitecore. Traditionally, the way to create Sitecore applications relied on using the Sheer UI framework. However, it has several issues which makes using it really hard and tedious, some of them are: Little […]
Developing Spring Boot Application and Learning Core Features
Introduction of spring boot Spring Boot makes it easy to create stand-alone, production-grade Spring based Applications that you can “just run”. We just need Spring platform and third-party libraries so you can get started with minimum fuss. Most Spring Boot applications need very little Spring configuration. You can use Spring Boot to create Java applications […]
Basic Research for Google Talkback
As a user What is TalkBack Talkback is an Android system accessibility application that was developed by Google official developing team, which has been positioned as to provide special groups of people, like aged or disabled people (especially for blind people) a voice support while they are using Android devices. Once users activate this function […]
How to Make Your iOS App Accessible Using Xcode8 & swift3.1
Intro: Can you imagine how people with visual impairments use their Apple devices without the help from a sighted person? Apple provides an amazing accessibility feature in iOS called Voiceover, which makes the iPhone easier to operate for the blind and sight impaired. To make a long story short, Voiceover is capable of describing an […]