React Native - Scale Android TV app for all TV resolutions
When i started working on a react-native project for android TV, i faced a very common scaling issue, how to design my application that fit multiple screen s...
When i started working on a react-native project for android TV, i faced a very common scaling issue, how to design my application that fit multiple screen s...
Sometimes you need to convert your entire div or web page to an image. So, I am going to convert a div or HTML to image with using angular module html2canvas
The best way to communicate between angular components is to use an Observables. I won’t go too much into the details about how observables work here since i...
You can send push notifications to any android devices using Firebase. I will explain you how to get the key from the firebase project and write a simple nod...
Node.js is an event-driven programming environment. This means that everything that happens in Node is the reaction to an event. A transaction passing throu...
If you’re starting in JavaScript, maybe you already heard of .map(), .reduce(), and .filter(). You may confused what the use of it and how does it work. Once...