images

React Native

February 21, 2019 Chandana Nalin 2

React Native is a JavaScript Framework which is used to develop mobile applications for iOS and Android. Advantages of React Native Cross-Platform Usage Class Performance JavaScript Community Hot Reloading Improving with Time Native Components Existence is Uncertain

logon

Android App-BMI Calculator

January 16, 2019 Chandana Nalin 8

BMI Calculator Body mass index is a measure of body fat and is commonly used within the health industry to determine whether your weight is healthy.  BMI applies to both adult men and women and is the calculation of body weight in relation to height. Download via Google Play

1 ZQ0QUExBFtsPfzvxdlIc2g

Node.js MySQL

December 29, 2018 Chandana Nalin 3

Node.js can be used in database applications. One of the most popular databases is MySQL. Install MySQL Driver Using npm C:UserspcDesktopnodeJsTest>npm install mysql [{“id”:1,”name”:”Dr.Chandana”},{“id”:2,”name”:”Dr.Cooray”},{“id”:3,”name”:”Prof. Cooray”},{“id”:4,”name”:”Dr.Kumari”}]

articleocw 57e91c596bba5

Node.js Send an Email

December 29, 2018 Chandana Nalin 4

The Nodemailer Module The Nodemailer module makes it easy to send emails from your computer. The Nodemailer module can be  installed using npm command see example. C:UserspcDesktopnodeJsTest>npm install nodemailer var nodemailer = require(‘nodemailer’); Send an Email Now you are ready to send emails from your server. Use the username and password […]