Fibonacci Heaps

Fibonacci Heaps
This post explores one of computer science's most beautiful data structures—the Fibonacci Heap.The Fibonacci Heap is a specialized priority queue data structure consisting of a collection of heap-or...
0 Read More

How To Get Web Development Clients

Getting web development clients can be tough, but remember that over 35% of businesses still lack a website. Here’s a quick overview of how to tap into that market: Create a Portfolio Website: Show...
0 Read More

TryHackMe: Insecure Deserialisation

TryHackMe: Insecure Deserialisation
Serialisation Serialisation is just like taking different pieces of information (like notes) and putting them together to make them easy to store or send to a friend.Serialisation is the proc...
0 Read More

TryHackMe: SSRF

TryHackMe: SSRF
What is SSRF When developing networked software, it's common to make requests to external servers. Developers often use these requests to fetch remote resources like software updates or impor...
0 Read More