Try Hack Me Room Brute It

Et Tu, Brute It?

Task 1 About this box

Try Hack Me breaks down our rooms into tasks. Our Task 1 in this room is mostly an introduction to the room and what we hope to learn about while we’re here. We should be learning about -Brute-force -Hash cracking -Privilege escalation I find it useful to write these things down and refer back to it as sometimes we start to think our goal is to fill in all the answers in this room when really our goals should be to better our understanding of the concepts listed above

We also start the machine in Task 1 and then we’re on our way

Read More

Leetcode 121 Best Time to Buy and Sell Stock

This will be a write up for Leetcode 121 but also a learning process for blogging with Jekyll on github pages.

We are given an array that represent the price of a single stock for 7 days. We don’t have a time machine so we need to buy the stock before we can sell it. Our first example input we have the prices array = [7,1,5,3,6,4] and our expected output is 5. We should get that 5 by buying on the second day at 1 and selling on the fifth day at 6.

Read More

The Beginning of a Long Journey

This should be the place to see my documentation for different materials I’m working through as I prepare for technical interviews and document my projects, thought processes, and anything else that seems relevant for myself to look back on or potential employers to get an understanding of what I am capable of.

Read More