
Welcome to my corner of the web! Here, I share my notes on hacking tricks, networking experiments, and coding adventures. I created this site as a space to organize my learning and track my progress, but Iβm happy if itβs useful for you too. Along the way, youβll find tutorials, walkthroughs, and projects straight from my lab. No fluffβjust practical, hands-on knowledge.
Tags
Latest Posts
# Hands-On Network Design: VLANs and Network Controller
Hello, guys! This time I came up with a hands-on network design project. As you know, this blog is all about hands-on experience, so today I wanted to try something different. We are going to build aβ¦
# LeetCode: Find Closest Value In BST
Write a function that takes in a Binary Search Tree (BST) and a target integer value and returns the closest value to that target value contained in the BST. You can assume that there will only beβ¦