This repository documents my public learning journey toward CWES.
The goal of this repo is not to pretend I already know everything. It is to track what I study, what I understand, what confuses me, and how my skills develop over time.
I wanted a place where I could document the journey honestly:
- what I worked on that day
- what went well
- what felt unclear
- what I want to improve next
I am building this as both a personal archive and a structured public log that other learners may also find useful.
This repo includes:
- daily study logs (
Day XX) - cleaned-up notes from what I studied
- practical reflections on what went well and what did not
- next-step planning for future sessions
- reusable templates for anyone who wants to document their own learning journey
The focus is currently on:
- web fundamentals
- web requests
- HTTP / HTTPS
- cURL
- practical web security foundations
- structured study toward CWES
Over time, this may expand into:
- web exploitation methodology
- API testing
- authentication and session handling
- access control issues
- reporting habits
- practical lab notes
A lot of people study quietly, forget what they learned, and lose track of their progress.
I wanted something more structured.
This repo helps me:
- stay consistent
- reflect on what I actually understood
- keep a public record of progress
- avoid turning study into vague “I did something” sessions
- build a body of notes I can revisit later
It also gives other learners a format they can copy if they want to document their own journey in a similar way.
A simple version of the structure looks like this:
logs/
└── Day 01.md
└── Day 02.md
└── Day 03.md
...
templates/
└── day_template.md