Today, I am here to introduce a new Advanced Javascript series in 9Lessons.info. Basically, I love wall system because we can cover multiple operations or features in a single web page. 9Lessons.info is most popular for its articles designed on wall system. This article is based on this wall system...
Sunday, 31 July 2016
Thursday, 28 July 2016
Deploy to multiple environments with Firebase Hosting
Michael Bleigh Engineer Deploying to production is always a little nerve-wracking. What happens if the new version of the site has bugs you didn’t catch? One-click rollbacks in Firebase Hosting allow you to safely go back the last working version, but how can we ensure that the...
Tuesday, 26 July 2016
Fresh Guides from Victor Savkin
Since the early days of Angular 2, core team member Victor Savkin has posted his personal thoughts on the platform to his own blog. These offer an internal perspective on how someone who builds Angular thinks about its core concepts.Victor just refreshed his older posts with the latest and greatest from the current release candidate, at a new location on vsavkin.com. He's also added some new posts....
Sunday, 24 July 2016
Backup All Your Amazon Instance Files to S3 Bucket
In our previous posts, Amazon EC2 Cloud Installation and Amazon EC2 Setup with Ubuntu and XAMPP Installation discuss how to launch virtual servers as you need, configure security and networking and manage storage. This allows you to eliminate your investment in hardware, so you can develop and deploy...
Friday, 22 July 2016
Getting the most out of Firebase Invites
Todd Kerpelman Developer Advocate With Firebase Dynamic Links, we made it easier for you to share deep links into your app by providing a single link that works across iOS and Android. It can even survive through the app installation process from the App Store and on Google Play....
Thursday, 21 July 2016
PixelPhone Enhance your Experience Getting Over the Default UI of your Android Smartphone
PixelPhone is an app for your Android device that replaces your default phone app to offer you a better experience. It has features that you don't usually get through your pre-installed phone & contact apps. Since its initiation some years back, the app has constantly refined and improved its features...
Wednesday, 20 July 2016
Ad Blocker Detector for Google Adsense with JavaScript
Advertisements are very important for any post published in internet. This is what decides the person’s revenue. But, recently adblocker system is killing revenue of the publisher because of which it also effects the creativity of that person. Today, I am providing a simple new solution for those depressed...
A dedicated team for AngularDart
Until now, the multiple language flavors of Angular 2 were written as TypeScript source, and then automatically compiled to both JavaScript and Dart. We're happy to announce that going forward, we are splitting the Angular 2 codebase into two flavors—a Dart version and a TypeScript/JavaScript version—and creating a dedicated Angular Dart team.While this single-source multi-language approach...
Thursday, 14 July 2016
The beginners guide to React Native and Firebase
David East Developer Advocate UPDATE: We updated this tutorial for the Firebase 3.1.0 SDK which now supports the Firebase Realtime Database and Firebase Authentication. Here at Firebase, we’re big React fans. Firebase synchronizes application state, and React re-renders...
Monday, 11 July 2016
Angular in China and beyond: Introducing angular.cn
Please welcome Ralph Wang (汪志成) and Rex Ye (叶志敏), joining our blog as guest authors. Ralph is a developer, author, community lead, and Angular GDE in Beijing, China. Rex is an entrepreneur based in London. Together, they have led the first localization of angular.io for developers...
Friday, 8 July 2016
Have you met the Realtime Database?
Frank van Puffelen Engineer In this series of posts we cover the features of Firebase. This time we'll talk about the most classic of Firebase features: the Realtime Database. History The Realtime Database was the first feature we launched for Firebase, over four years ago. Cloud-hosted...
Wednesday, 6 July 2016
5 tips for Firebase Storage
David East Developer Advocate You asked for it, and it’s finally here: file storage for Firebase developers! Firebase Storage is a stand-alone solution for uploading user generated content like images and videos from an iOS and Android device, as well as the Web. In typical Firebase...
Firebase and React Native
Jacob Wenger Software Engineer Thanks to your continued feedback, Firebase now has broader support for React Native with version 3.1.0 of the JavaScript SDK. And, that’s not all! This version also adds unauthenticated access from the Node.js SDK, which means you can initialize an...