I have started playing around in https://www.hackthebox.com platform and I’ll use this article to save all the pentesting tools I am learning.
I have been developing an Python application to be able to be run as a CLI tool. In this article I speak about how I implement that using click library.
Recently I was starting a Python application project from scratch and I had some issues understanding the correct project structure. Here’s what I have learnt.
In this article I implement a workaround to protect with password a static page stored in Github pages.
In this article I discuss some techniques to store data in the browser. This way the web applications do not require a expensive backend, every customer stores its information in the browser.