Building PatchPulse - A Windows Vulnerability Scanner That Actually Works!Ever wondered if your computer is secretly harboring vulnerable software that hackers could exploit? I did too, so I built PatchPulse to find out! Github The "Aha!" Moment Picture this: You're sitting at your computer, feeling pretty secure with your...Sep 1, 2025·5 min read
Strengthening Malawi’s Digital Evolution: A Look at Cybersecurity in Local Web PlatformsJul 25, 2025·4 min read
Hands-On Lab: Setting Up a Basic Office Network (3 Switches, 1 Router)In this first post of Network Lab Series, I’ll show how I set up a basic local network using a Cisco 3660 router, 3 switches, and 3 virtual PCs. The router provides DHCP pools for three different subnets, simulating departments or different network s...Jul 17, 2025·4 min read
How To Setup Simple Media Streaming ServerTransform your old computer into a state-of-the-art entertainment hub with this killer media streaming guide!Apr 19, 2023·6 min read
HTTP Persistent and Non- Persistent ConnectionsIntroduction Hello, if you are reading this article you are using the internet either through the web browser or the Hashnode application. You know that the content displayed on your device is obtained from a remote computer called a web server, but ...Mar 25, 2023·4 min read
Data Encapsulation in JavaData Encapsulation in Java In this article am going to explain the most important topic in Java object-oriented programming, data encapsulation. What is Data Encapsulation? Data encapsulation is simply declaring the data fields private. This protects...Mar 1, 2023·2 min read