PHP Switch Statement

1
We are now familiar with the conditional/decision making statement, if…else. Today we will learn a similar decision making statement called switch-case in this PHP...
Angular

Learn about the AngularJS Evolution

AngularJS is defined as a powerful JavaScript Framework. It is primarily used as a Single Page Application (SPA) projects. The framework is known for...
Meteor.js Hacks to Ensure Good Performance

Meteor.js Hacks to Ensure Good Performance

Meteor.js is a very popular framework for creating web applications. It boasts a powerful templating engine, form processing, and basically provides all the facilities...
jplayer

Learn How to implement media player in jQuery

In our previous tutorial we learnt about jQuery Events, in today’s tutorial we will learn about to implementing media player in a webpage using...
protect-routes

Learn About Using Guards to Protect Routes in Angular 2

In the last chapter, we covered the topic ‘Routing in Angular 2.0 revisited’, where we discussed the various routing and navigation syntaxes in Angular...

Deploying ROR on Heroku

In this tutorial,we will try to create a simple blog on ROR and then deploy it on Heroku. To get started with it follow the...
Working-with-Cookies-in-PHP

Learn Working with Cookies in PHP

Introduction to Cookie Have you ever done something like this while shopping online? Have you picked a few products and added them to your shopping...
full-stack

Full Stack Web Development Course – Sneak Peak

With the advancement of technology, the role of developers have also changed. Where originally developers would toil to become experts in one segment of...

Installation of Postgresql server

In this session today,we will first start with the installation of Postgresql server and then we will create a sample database for our project. For...
Secure Application

Create A Secure Application using Spring Security and AngularJS

You expect a software application to offer you both seamless user experience and data security. Spring security and AngularJS can combine to form a...