An open API service indexing awesome lists of open source software.

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 πŸ› οΈ

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.*