What is happening Sri Lanka?

After my long vacation to Sri Lanka recently I choose to write something completely unrelated to full stack development. Sri Lanka is an island which is located south of India and called Ceylon early days and the name got change after the independent. If you never heard of Sri Lanka, and if you drink tea […]

Read More →

Modularize Android Development

Recently I have started with some android development for my new start sameepa.lk. The project is for connecting consumers directly with nearby small businesses and farmers to make sales process more effective. The project is using Java Spring boot backend and native android development. Choose Digital Ocean as cost effective cloud solutions for deploying them […]

Read More →

JavaScript functions

Adding some of the JavaScript functions which could use in your projects. Most of them are from my React projects using as functional components in Helper.js file. Unique id function This can be used when needs to generate unique ids for the item. I have created this for generating unique ids for new space and […]

Read More →

Maintaining UI State right in Pega with DX API

Introduction A small introduction if you don’t know pega or DX API. Pega is at the core is a BPM tool for managing work flows and it offers lot more than that. You can learn more at pega.com. DX API is set of REST APIs for accessing Pega’s case management functionalities for building front end […]

Read More →

Running media server from Raspberry Pi

When you would like to use my Raspberry pi as much as possible instead of by special purpose devices then using it as file server combined with media server will be a great use case. Here I will explain how to setup your raspberry Pi as a media server in your network so that you […]

Read More →

DocuSpace – Lightweight documentation app

Everyone feel happy when the documentation is good while using other frameworks. I wanted to have great documentation for my products and was looking for some lightweight app for creating good looking documentation. But unfortunately couldn’t find any single purpose app created for making documentation. I don’t like the idea of using WordPress for anything […]

Read More →

How to use SSD for hosting on RPi?

Raspberry Pi 4 comes with improved faster USB 3.0 interface. So if you use SSD disks with Raspberry Pi 4 you will see significant improvement in the speed. The performance test shows at least 3 to 4 time faster for the apps when using SSD disk on the faster USB port with Raspberry Pi. So […]

Read More →

Raspberry Pi as general purpose server

I am using Raspberry Pi as multi purpose server. It is been almost two years since since I have started using the Pi. I have started with RPi 3 then upgraded to RPi 4. I am using it as a media server, file server and web server etc. You are reading this blog and this […]

Read More →