I am a committed result-oriented hard-working third-year undergraduate at Sri Lanka Institute of Information Technology with comprehensive knowledge in Information Technology.
I am seeking a challenging opportunity that will allow me to transform myknowledge & academic training into real-world software development skills while providing positive growth for both myself & the organization I will work for.
View ResumeThe automobile rental management system is a web application developed for the purpose of managing vehicle reservations under two major categories of renting vehicles for daily requirements and reserving a set of vehicles as event reservations. The system would be beneficial for several stakeholders such as rental company owners, managers, administrators, drivers, and customers/clients. However, the system would mainly be handled by the company administrators under four significant functions. The four primary functions are employee management, vehicle management, rental process management, and event reservation management.
Chi - Lanka is a web application developed for the procument process of contruction industry based on relative given case study. The major functionalities of this system are purchase order handling, purchase order requisition handling , Purchase Order/Purchase Requisition Drafts Handling, Purchased Items Handling. For this project we build web application as well as mobile application.
mcDelivery Sri Lanka app is a service based app which is offered by mcDonald's Sri Lanka for the customers in Sri Lanka to place orders via android platform. It was developed by Abans Restaurants. Eventhough mcDonald's is a renowed company around the world, the application developed for online ordering does not seem to be fulfilling the required user experience. So we selected that to make better UX.
A simple URL Shortner web application made with Node js, Express js, Mongo DB & tiny URL npm package. Used EJS as the view engine in this Express applications & tiny URL npm package used to shorten the user inputed URL.
Hello, everyone! I hope you're doing well. From this article, I will explain how to use git in your project while talking about other things which are related to this topic. When you are doing a project with your friends or with your teammates, maybe you used to save your project with different versions and share your source with others through emails, USB drives, etc. And when your project is completed and needs to integrate it, you may be doing it by copying other people’s code and pasting it into the relevant files. But there is a way to do all those things via a version control system. From this article, I will explain how to use git in your project while talking about other things which are related to this topic...
API… I think you heard this word a lot. But maybe you don’t know what it is and want to know about it. When I heard it for the first time, I was also had eager to know what is it. So In this article, I’ll try to explain the concept behind API in a simple way as I got it...
Nowadays, many developers love to use JavaScript to develop their solutions. In this article, I’ll discuss about 8 array methods/functions that I love to use and think that you should be aware of. So… let’s get started😎...
If you are a fan of dealing with APIs, you probably used Express to implement an API with Node. But you know there is also a framework called “Koa”?. It is also designed by the team behind Express. But Koa’s aims to be a very lightweight, more expressive and more robust foundation for web applications and...
Package.json and package-lock.json are two files that are used to manage your packages in node and npm. In this article I’ll explain the difference between package.json file and package-lock.json file and also Semantic Versioning...