Open in app

Sign In

Write

Sign In

Dayan Marasinghe
Dayan Marasinghe

1 Follower

Home

About

Nov 3, 2022

Post, Get, Put and Delete requests in android using Volley

Volley is a library that can be used for android applications which makes networking of applications much easier and faster. It allows you to create clean RESTful HTTP requests. Furthermore, all requests in Volley are executed asynchronously on a different thread without blocking the “main thread." How to install volley to your project Open your build.gradle and…

2 min read

Post, Get, Put and Delete requests in android using Volley
Post, Get, Put and Delete requests in android using Volley

2 min read


Oct 31, 2022

Setting up & publishing a .Net backend on IIS locally

I had to create a .net backend which included the services that were needed for my mobile application’s frontend, I had to burn out a full day to get my backend configured and running successfully on IIS. So here’s the complete process from scratch. Download and install the .Net runtime…

4 min read

Setting up & publishing a .Net backend on IIS
Setting up & publishing a .Net backend on IIS

4 min read


Oct 27, 2022

React JS basics

React is a JavaScript library for building user interfaces created by Jordan Walke. React is an efficient, declarative, and flexible open-source JavaScript library for building simple, fast, and scalable frontends of web applications. It runs on the client as a SPA (Single Page App), but can be used to build…

2 min read

React JS basics
React JS basics

2 min read


Oct 27, 2022

REST API basics

Application programming interface (APIs) are everywhere. They enable software to communicate with other pieces of software, internal or external which is a key ingredient in scalability, not mention reusability. Its quite common nowadays for online service to have public-facing APIs. …

2 min read

REST API
REST API

2 min read


Oct 27, 2022

Node JS basics

What is node JS - Node JS is an open source server environment which is developed by Ryan Dahl. It is free to use. It runs on various platform such as windows, Linux, Unix, Mac OS etc…. Node JS uses JavaScript on the server. …

3 min read

3 min read


Oct 27, 2022

Version controlling and GIT

Version controlling and GIT Version controlling and GIT Version control, is the practice of tracking and managing changes to the same unit of software code. · Easier backups and centralized source code repository. · Easy collaborative development. · Overview of changes performed to a file. · Access control. · Conflict…

3 min read

3 min read


Oct 27, 2022

Javascript Basics

JavaScript · Javascript programs are single threaded programs by default. Eventhough there are ways to create new threads, it is considered as an single threaded language. · Javascript continues with the execution of the program rather than waiting for the I/O operations to be completed. · It is a dynamically…

3 min read

3 min read


Oct 27, 2022

SOLID Principles

SOLID should be followed when considering Object Oriented Programming. These are the basics to master all the advanced concepts on your way. SOLID means single responsibility where we have to look at each job at a time, open/closed principle where objects are open for expansion but closed for modification, Liskov…

2 min read

2 min read

Dayan Marasinghe

Dayan Marasinghe

1 Follower

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech