muriithigakuru.hashnode.devAPI Documentation using Hacker toolsAPI documentation is one of those things that are important in a backend-frontend dynamic that no one really wants to do. Mostly because it's time-consuming and repetitive. The tool I'll be describing is mitmproxy2swagger so if you want to cut to the...Sep 5, 2023·4 min read
muriithigakuru.hashnode.devPython for Ethical Hackers - A Practical ApproachPython remains the dominant language in the world of information security, even if the debate over your preferred language can sometimes resemble a religious war. Python-based tools include fuzzers, proxy servers, and even the occasional exploit. Pyt...Mar 16, 2022·7 min read
muriithigakuru.hashnode.devMastering JavaScriptIntroduction This is my last article for the Lux Developers mentorship program. I am going to share the best methods to apply while learning JavaScript to make sure that you do what's best and master the language. First of all You may know of a JavaS...Mar 4, 2022·2 min read
muriithigakuru.hashnode.devMastering Python The Right WayIntroduction So, what is it exactly? Why is it so well-known that it seems to be the topic of conversation for everyone? What was the source of the problem? What is the most effective method for learning Python? Why should I bother to study it in the...Mar 2, 2022·3 min read
muriithigakuru.hashnode.devIntroduction to Data Structures and Algorithms with JavaScript.In this post we're going to be looking into data structures and algorithms. Hopefully this will help to improve your skills and understanding. Let's start with a good old fashioned definition Data Structures - this is an organization of data so tha...Feb 21, 2022·7 min read