AF Group Project: Student-Instructor Management System

This article will be all about the system that we are going to develop for the Group Project of the Application Frameworks module for 3rd year 1st semester. Basic Functionality that will be delivered through this system are as follows. There are 3 user roles admin, instructor and students.Admin can create other admins and instructors. … Continue reading AF Group Project: Student-Instructor Management System

RESTful Web services – Creating Web Services for Web Applications

In modern day web/mobile applications, using a web service to enhance the performance has been a vital factor, since web services provide APIs to facilitate retrieving data/resources from somewhere on Internet. Various protocols and architectures have been defined to implement very reliable, efficient Web Services.Out of such Web Services in this post I will focus … Continue reading RESTful Web services – Creating Web Services for Web Applications

JavaScript: Programming Language for Web Applications

We already know that HTML and CSS are being utilized for building web pages and providing a nice design for the web pages respectively. When we talk about web development, it is safe to say that web pages also need to interact with users to provide dynamic yet rich content. To develop standalone applications or … Continue reading JavaScript: Programming Language for Web Applications

MongoDB : Open Source, NoSQL Database System

With the advancement of Technology, the demand for data management is keep increasing. Various Business Organizations and Companies try to utilize this data to reach their business goals. The traditional relational database systems will not be much compatible to cater to the rising needs of the modern data architecture. As a solution to this, NoSQL … Continue reading MongoDB : Open Source, NoSQL Database System

React JS : Interactive Web Pages Using JavaScript

If I am to answer what are the applications of JavaScript, My answer will not be pinpointed to a certain area in IT. In my previous post I discussed about JavaScript being used to build server-side applications in the form of Node.js. Today I am going to focus about using JavaScript to design interactive web … Continue reading React JS : Interactive Web Pages Using JavaScript

Node.js : JavaScript for Server-side Applications

We already know that JavaScript is a client-side scripting language which runs on Web browsers thanks to the JavaScript Engine enabled within them. But the usage of JavaScript is not only limited client-side scripting anymore, rather it could be utilized in server-side to create effective, robust web applications. Node.js is JavaScript runtime environment which implements … Continue reading Node.js : JavaScript for Server-side Applications

Introduction

Hello there...I am Ishan Kavinda Seneviratne and currently I am an undergraduate of 3rd year at Sri Lanka Institute of Information Technology doing BSc(Hons) in Information Technology Specializing Software Engineering. In this blog, I am looking forward to share my experiences regarding learning new programming tools and application frameworks and how those technologies will be … Continue reading Introduction