Open in app

Sign In

Write

Sign In

Mohammed Rishard
Mohammed Rishard

25 Followers

Home

About

May 16, 2021

My Experiences on Creating a Backend for a Conference Management System

I am a Software Engineering Undergraduate at the Sri Lanka Institute of Information Technology. I am writing this blog to share my experiences on our group project. In this semester (3YS1) we have a module named Application Frameworks. In order to pass this module, we need to build a group…

Nodejs

3 min read

My Experiences on Creating a Backend for a Conference Management System
My Experiences on Creating a Backend for a Conference Management System
Nodejs

3 min read


May 2, 2021

Creating your first Spring boot Application

Initially before beginning to create our first Spring boot application let me give you an introduction to Spring boot. What is Spring boot? Spring boot is an open-source framework based on Java used to create a microservice ( It is an architecture that allows developers to develop and deploy services independently ). Spring boot…

Spring Boot

3 min read

Creating your first Spring boot Application
Creating your first Spring boot Application
Spring Boot

3 min read


Apr 17, 2021

Create your first REST API with Node.js, Koa.js and MongoDB

Before we begin to create the API let’s make sure we understand few terms. What is an API? API stands for Application Programming Interface. It is a set of programming code that allows data transmission between multiple applications. …

Rest Api

9 min read

Create your first REST API with Node.js, Koa.js and MongoDB
Create your first REST API with Node.js, Koa.js and MongoDB
Rest Api

9 min read


Published in Star Gazers

·Apr 4, 2021

Understanding APIs… Everything you need to know about APIs

What is an API? API stands for Application Programming Interface. It is a set of programming code that allows data transmission between multiple applications. For example, when you use an application the application can send data to the server, the server then retrieves the data, interprets it, performs the necessary operation and send it…

API

7 min read

Understanding APIs… everything you need to know about APIs
Understanding APIs… everything you need to know about APIs
API

7 min read


Published in Geek Culture

·Mar 28, 2021

Introduction to Koa.js

What is koa.js? Koa.js is an open-source, minimal, and flexible Node.js web framework developed by the creators of Express.js. They term Koa.js as the next level Node.js framework. Koa.js official website mentions koa.js as a smaller, more expressive, and more robust foundation for web applications and APIs. Koa eliminates callbacks and significantly improves…

Koa

5 min read

Introduction to Koa.js
Introduction to Koa.js
Koa

5 min read


Mar 21, 2021

Understanding REST

There’s a high chance you might have come across the word “REST” if you’ve thought of getting data from another source. But what is REST? What can it do for you? In this blog, you will learn everything about REST. What is REST? REST stands for Representational State Transfer. It is a software…

Rest

4 min read

Understanding REST
Understanding REST
Rest

4 min read


Mar 7, 2021

Asynchronous Programming in JavaScript using promises, async and await

Before we see what is asynchronous code let’s make sure we understand what is synchronous code. What is synchronous code? It is the normal JavaScript code we write. Synchronous codes are executed line by line in the exact order of execution. Each line of code waits for the previous line…

JavaScript

6 min read

Asynchronous Programming in JavaScript using promises, async and await
Asynchronous Programming in JavaScript using promises, async and await
JavaScript

6 min read


Feb 28, 2021

How to create a database using MongoDB and implement the basic CRUD operations?

This blog gives a brief introduction to MongoDB and contains step by step instructions to install MongoDB and implement the basic CRUD operations on a database Initially, before discussing about MongoDB lets see what is MongoDB? MongoDB is a NoSQL document database which means it stores data in JSON like…

Mongodb

5 min read

How to create a database using MongoDB and implement the basic CRUD operations?
How to create a database using MongoDB and implement the basic CRUD operations?
Mongodb

5 min read


Feb 21, 2021

Prototypes in JavaScript

JavaScript is a Prototype based Object Oriented Programming language. There are various methods to create classes in JavaScript. One of the most used methods is using the constructor function method. The constructor function looks like a normal function but when we call this function, we use the new keyword to…

JavaScript

3 min read

Prototypes in JavaScript
Prototypes in JavaScript
JavaScript

3 min read


Feb 16, 2021

S.O.L.I.D Principles

S.O.L.I.D is an acronym for 5 Object Oriented principles introduced by Robert C. Martin. They are a set of rules and best practices that should be followed when designing software in order to make the software design more understandable, flexible and maintainable The 5 principles are : i. Single Responsibility ii…

Object Oriented

3 min read

S.O.L.I.D Principles
S.O.L.I.D Principles
Object Oriented

3 min read

Mohammed Rishard

Mohammed Rishard

25 Followers

3rd year Software Engineering Undergraduate

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech