• Architecture - Cloud Computing - Technology

    Whitepaper on Designing an efficient Virtual Queue Management System

    Recently I wrote a research paper on the said topic, and here are the links I published: Original, updated version @ GitHub – https://github.com/ninethsense/VirtualQueue/blob/master/README.md Medium – https://medium.com/@ninethsense_8477/yet-another-virtual-queue-management-system-design-44cdee123a0b Additionally, a small excerpt in a Malayalam online news paper – https://www.janmabhumi.in/read/bevq-failure-is-a-lesson-how-to-build-the-best-virtual-queue-app/

  • Code

    PHP PortPing script – check host connectivity

    Here is a script in PHP I wrote to check if a remote host and port are open for you to connect. Do not mistake this as an equivalent to ping command because ping uses ICMP and I used TCP using PHP’s famous fsockopen() function, and a small piece of AJAX. You can get the latest source code from my GitHub code share page – https://github.com/ninethsense/code-share/ PHP: JavaScript:

  • Cloud Computing

    How to setup AWS SES / Simple Email Service

    This is a tutorial on how to setup AWS SES / Simple Email Service. Step 1 – Login to your AWS Console, then choose Services –> Customer Engagement –> Simple Email Service Step 2 – Verify a New Domain Choose “Domains” from left navigation panel, then click –> Verify a New Domain button Step 2.2 – Enter Domain name Also click checkbox Generate DKIM settings, though optional, I will be using this. You will be displayed with a list of DNS settings in the next screen. Once you completed the Step 3, click close. Step 3 – Edit DNS records…

  • Code

    A simple Folder Watcher for windows

    Here is a simple file system watcher for windows. I wrote a script to monitor a folder for a specific purpose, but then thought to make this a generic tool so someone will benefit if I host in GitHub.   Find full project at https://github.com/ninethsense/FolderWatcher   Source Code:

  • Events - Technology

    Microsoft Build 2020 – Highlights

    Find my notes on Microsoft 2020 Build – virtual event, held on 19,20 & 21st May 2020. Build Home – https://mybuild.microsoft.com/ Microsoft 365 Fluid Framework – A new framework to build distributed web applications. (in preview) [Link] Project Cortex – Classify organization content using AI to topics. Knowledge base to improve employees’ organizational intelligence and productivity (in preview). Microsoft Graph based APIs will be available.[Link] Microsoft Lists – Will have templates for quick lists, color formatting, and the ability to create alerts, track issues, assets, routines, contacts, and inventory for companies [Link] Office Scripting [Link] Outlook – Compose email messages…