Skip to content
View JasonTeixeira's full-sized avatar
๐Ÿ‘จโ€๐Ÿ’ป
Building
๐Ÿ‘จโ€๐Ÿ’ป
Building

Block or report JasonTeixeira

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
JasonTeixeira/README.md

โšก LIVE SYSTEM METRICS

Typing SVG

Typing SVG


โšก LIVE SYSTEM METRICS

C# .NET Python Cloud Architecture Kubernetes System Uptime


๐Ÿ–ฅ๏ธ TERMINAL STATUS [LIVE]

Typing SVG


๐Ÿ“Š GITHUB ANALYTICS [AUTO-UPDATING]

Jason's github activity graph


๐Ÿ’ป TECH ARSENAL [LOADING...]

Typing SVG

๐ŸŽฏ Core Technologies

C# .NET Python FastAPI AWS Docker Kubernetes Terraform


๐Ÿš€ DEPLOYMENT PIPELINE [LIVE STATUS]

Typing SVG


๐Ÿ“ˆ REAL-TIME COUNTERS

Profile Views GitHub followers GitHub User's stars GitHub commits


๐Ÿ’ผ FEATURED PROJECTS [CYCLING]

Typing SVG


๐ŸŽฎ LIVE CODE EXECUTION

#!/usr/bin/env python3
# This code appears to type itself!

Typing SVG


๐Ÿ“Š PERFORMANCE MATRIX [UPDATING...]

Typing SVG


๐Ÿ† ACHIEVEMENT UNLOCKED

trophy


๐Ÿ“ก ESTABLISH CONNECTION

Typing SVG


Typing SVG


๐Ÿ› ๏ธ SETUP INSTRUCTIONS FOR ANIMATIONS

1๏ธโƒฃ For the Snake Animation to Work:

Create .github/workflows/snake.yml:

name: Generate Snake

on:
  schedule:
    - cron: "0 */12 * * *"  # Runs every 12 hours
  workflow_dispatch:

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - name: generate github-contribution-grid-snake.svg
        uses: Platane/snk/svg-only@v3
        with:
          github_user_name: JasonTeixeira
          outputs: |
            dist/github-contribution-grid-snake.svg
            dist/github-contribution-grid-snake-dark.svg?palette=github-dark

      - name: push github-contribution-grid-snake.svg to the output branch
        uses: crazy-max/ghaction-github-pages@v3.1.0
        with:
          target_branch: output
          build_dir: dist
        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

2๏ธโƒฃ For Auto-Updating Metrics:

Create .github/workflows/update-stats.yml:

name: Update Stats

on:
  schedule:
    - cron: "0 0 * * *"  # Daily at midnight
  workflow_dispatch:

jobs:
  update:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - name: Generate Stats
        run: echo "Stats auto-update triggered"

Popular repositories Loading

  1. CISSP-Exam-Prep CISSP-Exam-Prep Public

    2

  2. TOGAF-Master-Documenting-Template TOGAF-Master-Documenting-Template Public

    1

  3. Master-Migration-Pipeline Master-Migration-Pipeline Public

    1

  4. CI-CD-Pipeline-for-Unity-Game-Deployment-with-AWS-Cognito-Authentication CI-CD-Pipeline-for-Unity-Game-Deployment-with-AWS-Cognito-Authentication Public

  5. CI-CD-Pipeline-1 CI-CD-Pipeline-1 Public

  6. Serverless-Web-App-with-AWS-Lambda-and-API-Gateway Serverless-Web-App-with-AWS-Lambda-and-API-Gateway Public