Skip to content
View Jose05Code's full-sized avatar
🎯
Focusing
🎯
Focusing
  • MDC
  • US, Florida , Miami
  • 05:47 (UTC -04:00)

Highlights

  • Pro

Block or report Jose05Code

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Jose05Code/README.md

🔐 Cybersecurity · Systems · Backend

Software built with security, correctness, and long-term maintainability in mind.

I focus on understanding how systems behave under real constraints — not just how to make them work, but how to make them robust, safe, and understandable.

Most of my work lives close to the system: backend logic, Linux environments, automation, and infrastructure.


🧠 Principles

  • Security is a design requirement, not a patch
  • Clear structure scales better than clever code
  • Understanding systems matters more than abstractions
  • Tooling should reduce complexity, not add to it

🔍 Focus Areas

Cybersecurity — defensive software design, system hardening
Systems & Infrastructure — Linux environments, automation, containerization, cloud deployment
Backend Development — APIs, services, data-driven applications
Cryptography & Emerging Topics — blockchain fundamentals, quantum security implications


🧰 Core Technologies

Languages: Java · Python · C# · C++
Frameworks: .NET · Django
Systems: Linux · Bash · Docker
Testing: Pytest
Data & Cloud: MySQL · AWS (EC2)
Documentation & Design: Markdown · Figma


📊 Activity


🔗 Links


Minimal by choice. Intentional by design.

Pinned Loading

  1. dotfiles dotfiles Public

    Vim Script

  2. dmoj-scraper dmoj-scraper Public

    A Python script to extract and organize solved problems from DMOJ on your local machine.

    Python 5 1

  3. Competitive-Programming Competitive-Programming Public

    A collection of solved problems from the DMOJ virtual judge, organized by problem name. Each folder contains a README with the problem statement and a solution file.

    C++ 1

  4. Binomial-Distribution-TI84Plus Binomial-Distribution-TI84Plus Public

    This repository contains a Python implementation of binomial distribution calculations for TI-84 Plus calculators, providing an interactive CLI for computing various probabilities like P(x = a) or …

    Python