Skip to main content

Documentation

Welcome to my documentation hub. This section contains the technical documentation for my DevSecOps, cyber security, infrastructure, and containerization projects. Each project includes its own implementation details, setup steps, and practical notes based on the work I completed during training and hands-on practice.

Table of Contents

Overview

This documentation is meant to provide a structured overview of the projects I built and documented throughout my DevSecOps and cyber security learning journey. The collection includes containerized applications, deployment workflows, security exercises, infrastructure tasks, and custom security-related tools.

The goal of this documentation is to show not only the final project results, but also the technologies, processes, and security concepts behind them.

Projects

Baby Tools Shop

A containerized shop project focused on packaging and running a Django-based application in a reproducible way.

Conduit Container

A full-stack containerization project where frontend and backend services are packaged, configured, and deployed using Docker-based workflows.

Document Security Tools

A collection of security-focused tooling and documentation related to document inspection, analysis, and protection workflows.

Juice Shop Master

A documented security project based on OWASP Juice Shop, including challenge write-ups, exploitation steps, and educational walkthroughs.

Juice Shop Practice

Additional Juice Shop exercises and practical notes used to deepen web security understanding and hands-on attack analysis.

Minecraft Server

A lightweight Docker-based Minecraft server setup with persistent storage, environment-based configuration, and maintainable deployment structure.

Password Cracking

A practical security project focused on password auditing, cracking techniques, and related tooling used in controlled lab environments.

Python Security Tools

A project collection featuring Python-based utilities for security-related tasks such as scanning, metadata handling, and automation.

Truck Signs API

A Dockerized Django API project with a focus on backend deployment, environment-based configuration, and production-style service setup.

V-Server Setup

Infrastructure and server setup documentation covering practical system configuration, deployment preparation, and related administration tasks.

WordPress Docker

A containerized WordPress setup using Docker and database services, designed for stable startup behavior and persistent data storage.

How to Use This Documentation

Each project folder contains its own dedicated documentation. You can use this page as a starting point to navigate through the portfolio and open the individual project sections.

Recommended approach:

  1. Start with the project overview above.
  2. Open the documentation for the project you want to review.
  3. Use each project's internal structure to explore setup steps, implementation details, and outcomes.

Focus Areas

Across these projects, the main focus areas include:

  • Docker and containerization
  • CI/CD and deployment workflows
  • Cyber security and secure configuration
  • Python automation and security tooling
  • System administration and infrastructure basics
  • Practical documentation and reproducible project setups