Edupala

Comprehensive Full Stack Development Tutorial: Learn Ionic, Angular, React, React Native, and Node.js with JavaScript

Year: 2017

TypeScript Tutorial

Typescript is a free and open-source programming language developed and maintained by Microsoft. We can think of typescript as the wrapper around JavaScript with extra features like strict type, interface and class, and modules to JavaScript. The browser can’t run typescript, we have need compile typescript to javascript so that browser can run the Javascript […]

To bill Status – Javascript Project 1

In this example, we are learning Javascript local storage to store the list of our bill status. The localStorage object stores the data with no expiration date. The data will not be deleted when the browser is closed and will be available the next day, week, or year. The localStorage store data in name/value pair and […]

Build a Real Time Tutorial App with Ionic & Firebase

We can perform ionic CRUD operation on Firebase in a number of ways. One of the easiest ways is through AngularFire2.  In this tutorial, we will learn how to perform CRUD operation on the Firebase database through firebase javascript package.   What are we learning? How to use Firebase  as backend How to render/upload the record to […]

Firebase – Introduction

Firebase is the product of Google. To create new Firebase projects, you need a Google account. Firebase projects can be created and managed using the Firebase console (https://firebase.google.com/console/). Firebase provides different SDKs for mobile and web apps to interact with its database. Ionic apps should use the web SDK (https://firebase. google.com/docs/web/setup). Note: Ionic apps should use […]

Weather – Chart Apps

Creating Weather – Chart Application, With help of API from https://api.forecast.io our apps we are forecasting the weather in different part of the world and displaying weather information in chart form. What are we learning? Use of forecast.io API to display current and forecast the weather. Use the tab view Forms, Form Fields, Form validations Integrate angular […]

Scroll to top