Raspberry PI 4 Health Dashboard With Python and NodeJS

HI All, This is another blog on Raspberry PI 4 health dashboard, in the previous blog, I used Ansible to generate a html file with Raspberry health details, in this blog I will be using Python to generate a JSON containing PI4’s CPU, RAM and Temp usage and then NodeJS backend and frontend to present […]

A PowerShell Script To Add Custom Registry Audit Settings

Hi Everyone, I would like to share a powershell script that would help Windows Admins with the automation of assigning custom Registry Audit rules. Recently, one of my co-worker approached me for a script that can update Audit settings of a Windows registry key, So I created below script to assist him with that request. […]

Fun Game with JavaScript and HTML :)

Hello Friends, This is my second attempt at Game coding :), the previous one was reproduction of the classic Snake Game using PowerShell. Presenting you a vanilla JavaScript/HTML based First Person shooter game :). I am using HTML canvas API to create a simple 2D game. Please find the code link from below. Please watch […]

Raspberry PI 4B Smart Clock -2

Hello Friends, This is a part 2 of my previous blog on this topic , Please read it here. I have changed the UI a bit, I have used Bootstrap CSS Carousel to create a slide show with information coming from the OpenWaether API, In my previous blog, I have explained it. I have changed […]