Hi. 👋 I write cybersecurity or whatever else tech interests me. I am a cybersecurity student, and I love to learn and share knowledge.

 

  • Aziz

Week 1 of Secure Coding Series in Python

An intro to Python Secure Coding with Python Basics, Variable, Data types, including Final Mini Project.

September 1, 2025 · 16 min · 3291 words · Author : Aziz

Week 2 of Secure Coding Series in Python

This post will covers python conditional statements in detail

October 8, 2025 · 15 min · 3048 words · Author : Aziz

Week 3 of Secure Coding Series in Python

Python Functions and built-ins with detailed practical explanations, including Final Mini Project.

October 15, 2025 · 16 min · 3366 words · Author : Aziz

Week 4 of Secure Coding Series in Python

A detailed discussion on Modular Programming and Error Handling in Python.

October 22, 2025 · 22 min · 4474 words · Author : Aziz

Week 5 of Secure Coding Series in Python

A detailed post on file handling in Python programming, covering how to open, read, write, append, and delete files. It also explains handling text, binary, CSV, and JSON files with practical code examples and ends with a final mini project to apply all the concepts.

October 29, 2025 · 28 min · 5819 words · Author : Aziz

Week 6 of Secure Coding Series in Python

A detailed post on OOP in Python

November 5, 2025 · 43 min · 9153 words · Author : Aziz

Week 7 of Secure Coding Series in Python

A detailed guide on Python web application frameworks, covering Flask and Django in complete detail, along with building real-world web applications.

November 12, 2025 · 27 min · 5543 words · Author : Aziz

Week 8 of Secure Coding Series in Python

A Detailed Guide on OWASP Top 10 2021, 2025 and Basic Secure Coding Principles

November 19, 2025 · 26 min · 5373 words · Author : Aziz

Week 9 of Secure Coding Series in Python

Python Django Code Review. We have covered the OWASP Injection vulnerability in detail with practical examples + Code Review.

November 26, 2025 · 16 min · 3302 words · Author : Aziz

Week 10 of Secure Coding Series in Python

Python Django Code Review. We have covered the OWASP Broken Authentication vulnerability in detail with practical examples + Code Review + Security Implementation.

December 10, 2025 · 21 min · 4326 words · Author : Aziz

Week 11 of Secure Coding Series in Python

This blog covers the Broken Access Control vulnerability through hands on, CTF style hacking using Pygoat, a Django based intentionally vulnerable web application. It also explains practical mitigation strategies to help you understand how to prevent and secure applications against this vulnerability.

December 17, 2025 · 17 min · 3420 words · Author : Aziz

Week 12 of Secure Coding Series in Python

This blog discuss OWASP #2 2025 Security Misconfiguration Vulnerability + CTF style Hacking Pygoat (django based vulnerable web application) and we will discuss mitigation as well in detail.

December 24, 2025 · 15 min · 3182 words · Author : Aziz