Our insightful blogs
GIFSHOT What is GIFSHOT? Site - https://yahoo.github.io/gifshot/ Source Code :https://github.com/yahoo/gifshot Gifshot is a javascript library that can create animated GIFs from media streams, videos, or images. The client-side nature of
- Digital Engineering
Passwordless login provides a hassle-free signup and login experience for the user. The user does not have to remember passwords, rather they are provided a one-time password or link delivered
- Digital Engineering
What is Touch ID ? Touch ID is Apple’s fingerprint technology for iOS mobile devices. It allows consumers to unlock their phones and make purchases conveniently using their fingerprint(s). As
- Mobile
Some times when we request to server we didn't get proper response (HTTP Status 200) as per our expectation. For ex. we can get 1) Internal Server Error 2) Network
- Digital Engineering
Introduction to SSL A Secure Sockets Layer - or SSL - certificate is a web security protocol and essential for protecting your site visitors' sensitive data against fraud and identity
- Digital Engineering
- General
HTTP/2 In February of 2015, the IETF’s steering group for publication as standards-track RFCs approved the HTTP/2 and associated HPACK specifications. After more than 15 years, the Hypertext Transfer Protocol
- Digital Engineering
Introduction TLS, or transport layer security, and its predecessor SSL, which stands for secure sockets layer, are web protocols used to wrap normal traffic in a protected, encrypted wrapper. Using
- General
There are plenty of ways to test your application. The most popular paradigm is Unit Testing. As for web applications, testing the controller, or model in isolation doesn’t prove your
- General
- Quality Engineering