2021

Urgent Notification Form

A .Net core project that integrates with O365 Email app using XAuth method and Teams channel using the connector. Basically the form gets data from SECTRA software, formats it and then notifies to Admin, Hospital, Doctor

Urgent Notification Form Read More »

Rate Calculator – SQL Application

Rate Calculator is a pure MS SQL based application with complex logics written with large set of Stored Procedures and functions.

Rate Calculator – SQL Application Read More »

AD Web – Web Based Active Directory Management

AD Web (Active Directory Web) is a web based AD management tool that let’s your administrator manage all Active Directory tasks such as User creation, Password Reset, Unlock users and more using a Web based interface.

AD Web – Web Based Active Directory Management Read More »

Running websites under different users by configuring PHP-FPM Pools on per-site basis

By default the web server and php-fpm runs with the user called www-data. It is often required that we need to run php-fpm on different users for different websites. Running each site with its own uid/gid is more secure and easier to deal with. If all sites ran with same user, then php on one site could read/write the files of other users. This is a security concern….

Running websites under different users by configuring PHP-FPM Pools on per-site basis Read More »

Scroll to Top