Edupala

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

Project

Famous Quotes – Ionic example apps

Ionic Capacitor is an open-source framework innovation to help you build Progressive Native Web, Mobile, and Desktop apps. In these articles, we create an ionic example app called famous quotes to display list of quotes. We are building quotes apps, our apps by default will display all the quotes from one JSON file and we […]

Integrating Angular on Node Js

http://edupala.com/angular-form/We’ll need to use the TypeScript transpiler to convert our TypeScript files into valid ES5 or ES6 JavaScript files.Furthermore, since Angular is a front end framework, installing it requires the inclusion of JavaScript files in server or node application.  This can be done in various ways and the easiest one, run ng build and copy […]

Express js passport authentication

User authentication is one of the most important tasks, in this article we’ll learn express js passport authentication in our project. Passport is a robust piece of Node.js authentication middleware that helps us to authenticate and access control our Express apps. The Passport middleware allows developersto offer various authentication methods using a mechanism called strategies, which allows you […]

Ejs – Express apps to retrieve speaker information from the data file

E is for effective or embeddable. EJS is a simple templating language that lets you generate HTML markup with plain JavaScript. We are creating web apps to retrieve speaker and all speaker information from the data .JSON in the data folder and photo from public/images. To use the Ejs we have to install the Ejs through […]

Scroll to top