TO THE NEW Blog PAGES

iOSMobilityTechnology

Playing with 3D Touch—iOS

As we know that Apple has got a very different way to interact with the device in 6s and 6s plus by introducing 3D touch. In 3D touch, the phone judges how much pressure we are applying over the device and perform an appropriate action accordingly. iPhone responds to the subtle tap when one interacts […]

Technology

Using “dependencies” in json schema (version : draft-v4)

Json Schema has another interesting feature which allows value of some property of json schema to depend upon other fields value. This could be done using “dependencies” which allows specifying dependent object / property on the basis of value of the field which is using dependencies keyword. An interesting scenario could be where you have […]

AngularJSNode.js

How to Internationalize your website in 10 minutes

Okay so let me come straight to the point that all of us need to provide multi-language support with our websites at some point of time. In such a competitive time, if we can find a short and effective way to do it without getting into much complexity then we are definitely one step ahead […]

AndroidMobilityTechnology

Ripple effect in Android

What is Ripple? Ripple is a small wave like pattern, generally formed on the surface of some liquid when you drop something on it. What is Ripple effect in Android? Ripple effect provides an instantaneous visual confirmation at the point of contact when users interact with UI elements. These UI elements could be any of […]

Technology

Use Freedom! and Heartbeat – Be a better YouTuber!

  Starting a YouTube channel is easy but keeping it up and running is somewhat tipsy. You struggle to get enough views and subscribers in the beginning and it doesn’t matter how good your content is, you rank low. This is because you still have to optimize your videos with proper tags and long but […]

Technology

Why do we get less storage in mobile phones and storage devices?

Few days back I purchased my new mobile phone which made me think why am I getting less storage than specified. There is a small logic which most of us know but have never seen it being implemented. Before explaining, I would ask, “What do you think! Why are you paying thousands of bucks for […]

Application SecurityDevOpsTechnology

Preventing cryptographic protocols from “DROWN attack”

DROWN is an abbreviation for Decrypting RSA with Obsolete and Weakened encryption and is seems to be applicable on servers using SSLV2. Just like Heartbleed, it may impact more than 11 million websites using OpenSSL.This blog explains Preventing cryptographic protocols from “DROWN attack”. What this vulnerability can do? DROWN vulnerability enables attackers to break the encryption mechanism […]

AngularJSFront End DevelopmentJava/JVM

JHipster : RAD with Spring Boot and AngularJS

What if we want to build our new app with technology like Spring Boot exhibiting REST APIs with an AngularJS front end? This basically involves 2 steps: Setup the backend app using Spring Boot Setup the frontend app using AngularJS Setting up these 2 separate environments have their own quirks. Beside of setting up the framework […]

AndroidTechnology

Android Permission System And Case Study

How to work with Android Permission System in Android M To protect the android system and the user’s privacy, Android system runs each application in a limited access sandbox. If the application wants to use resources or information outside of its sandbox, the application has to explicitly request permission. Depending on the type of permission […]

Services