https://github.com/onyxwizard/certifications-notes
This repo contains notes and progress tracking for GitHub training and certification πIt walks through Git basics like branches, commits, and pull requests π οΈ
https://github.com/onyxwizard/certifications-notes
ghas ghas-codeql-no git github github-actions github-config
Last synced: about 2 months ago
JSON representation
This repo contains notes and progress tracking for GitHub training and certification πIt walks through Git basics like branches, commits, and pull requests π οΈ
- Host: GitHub
- URL: https://github.com/onyxwizard/certifications-notes
- Owner: onyxwizard
- License: mit
- Created: 2025-06-23T17:29:24.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-02T18:36:55.000Z (12 months ago)
- Last Synced: 2025-07-26T13:44:24.941Z (11 months ago)
- Topics: ghas, ghas-codeql-no, git, github, github-actions, github-config
- Homepage:
- Size: 111 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# π Certification Prep Notes
> A centralized place for all my certification learning resources, notes, and progress tracking.
This repository contains my personal notes, study plans, resources, labs, and summaries for various certifications I'm preparing for. Each certification has its own dedicated folder, with sub-folders based on the syllabus or exam objectives.
## π― Purpose
- π§ Organize my learning journey for technical certifications
- π Keep track of completed topics and upcoming goals
- π Share knowledge and resources (in case others find it useful!)
- π Use as a quick reference during review and practice sessions
## π How to Use
Each certification folder includes:
- β
Study guide / Syllabus breakdown
- π Personal notes and summaries
- π Useful links and resources
- π‘ Practice tasks and labs (where applicable)
## π§© Current Certifications in Progress
| Certification | Status | Target Date | Notes |
|---------------|--------|-------------|-------|
| Git Advanced Security Certification | In Progress | `23/JUN/2025 : 29/JUN/2025` | [Details](https://github.com/onyxwizard/certifications-notes/tree/main/Git%20Advanced%20Security%20Certification) |
> You can help yourself by creating issues for tracking topics, using labels like `todo`, `in-progress`, `review`, etc.
## ποΈ Repository Structure
```
certification/
β
βββ Git-Advanced-Security-Cert/ # Git Advanced Security Certification
β βββ 1_Secure_Git_Workflows/
β βββ 2_Code_Signing_and_Verification/
β βββ 3_Audit_and_Logging/
β βββ ...
β
βββ AZ-Admin-Cert/ # Microsoft Azure Administrator
β βββ ...
β
βββ OSCP-Cert/ # Offensive Security Certified Professional
β βββ ...
β
βββ README.md
```
> βοΈ *Folders and structures will evolve as I progress through each certification path.*
## π‘οΈ Git Advanced Security Certification Roadmap
I'm focusing on mastering secure practices in Git environments, including:
- π Secure Git workflows and branching strategies
- π Code signing using GPG and SSH
- π Auditing commits, logs, and history for anomalies
- π« Preventing and detecting malicious activity in repositories
- π οΈ Implementing security tools like GitHub Actions security features, Dependabot, and CodeQL
- π Configuring code scanning and secret detection
- π CI/CD pipeline hardening with Git platforms (GitHub/GitLab)
## π Contributions
If you're studying similar certifications and want to contribute or improve any notes β feel free to open a PR or issue. Happy learning!
π *Keep calm and certify on.*