#python
Read more stories on Hashnode
Articles with this tag
Don't. · I have been working on a different part of the codebase and essentially a different team this last sprint. The work consisted of porting over an...
PicoCTF Reverse Engineering Challenge · The challenge: I wonder what this really is... enc Where enc is 灩捯䍔䙻ㄶ形楴獟楮獴㌴摟潦弸彥㜰㍢㐸㙽 and the given code...
Hack-the-Box PWN Challenge Writeup · This challenge was rated easy. The zip containing the binary running on the server should be downloaded. I should...
Using Base58, Base32, and Base16 for Azure Resource Names · I'm working on some wrapper scripts to create Azure resources using Azure CLI and it uses...
Normalize/destructure a JSON/Dictionary object · Recently had to work on translating JSON to a relational database-like structure with Delta Lake...
Mocking dependencies that return a list populated by an async for-loop Bonus: RuntimeError: Event loop is closed · There have been times when I've...