The Echo Show 5 is a compact smart speaker cum display designed to provide users with hands-free access to Alexa, Amazon’s virtual assistant. It features a 5.5-inch display with a resolution of 960 x 480 pixels, which may not be the sharpest or biggest screen but is enough to display basic information and media content. […]
The Samsung 970 EVO Plus PCIe NVMe Solid State Drive is a high-performance storage solution that delivers exceptional speed and reliability. This SSD boasts impressive read and write speeds of up to 3,500 MB/s and 3,300 MB/s, respectively, making it one of the fastest SSDs on the market today. The drive’s NVMe interface ensures lightning-fast […]
Chinese Remainder Theorem was discovered by the Chinese mathematician Sun-Tsu in around 100 AD. It is used to solve a set of congruent equations with a single variable but different moduli, which are relatively prime. Let us consider such a set of equations: x = x1 mod m1 x= x2 mod m2 . . . […]
Push notification is the most effective way to keep your users engaged. Nearly every modern mobile app has some sort of push notification feature built into it. This is a step by step guide to implement push notification in your Ionic app using Firebase. We’ll use Cordova Firebase Plugin and AngularFire2 plugin to achieve this. […]
It is very easy to integrate Facebook login in your Ionic app. First of all you need to have an account on https://developers.facebook.com/ Lets start creating a new Ionic project. Now lets make a simple design for Facebook login page. For this tutorial I’ll just modify the home.html file. Now let’s create a new app […]