Skip to content
View jhaxce's full-sized avatar
🚩
CTF
🚩
CTF

Highlights

  • Pro

Block or report jhaxce

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
jhaxce/README.md

Typing SVG

class AboutMe:
    """Cybersecurity Analyst & Full Stack Developer building secure solutions."""
    
    def __init__(self):
        self.name = "Jeric Aminola"
        self.role = "Cybersecurity Analyst & Full Stack Developer"
        self.location = "Philippines"
        self.portfolio = "https://jhaxce.github.io"
        self.focus = ["Penetration Testing", "Web Security", "Secure Development"]
    
    def __str__(self):
        return f"{self.name} | {self.role}"

if __name__ == '__main__':
    me = AboutMe()

GitHub Streak Stats showing current streak, longest streak, and total contributions

Top languages by repository count Top languages by commit count

GitHub stats showing commits, PRs, issues, and contributions Most productive coding hours

Tech Stack

Languages

Python Go JavaScript TypeScript C++ C Rust Bash

Frameworks & Libraries

React Next.js Node.js TailwindCSS HTML5 CSS3

Cloud & Infrastructure

AWS Azure Google Cloud Docker Kubernetes Cloudflare Vercel

Databases

MongoDB MySQL PostgreSQL Firebase Supabase GraphQL

Tools & Environment

Linux Git GitHub VS Code Postman Figma Nginx

Snake animation of GitHub contribution graph
GitHub activity graph showing contribution timeline

Pinned Loading

  1. origindive origindive Public

    A powerful security analysis tool for discovering real origin server IPs hidden behind CDN/WAF services through both passive reconnaissance and active scanning.

    Go 1