Skip to content
View vegasdude's full-sized avatar
:octocat:
Created my GitHub account 2017 it was like Nexus magazine news articles or CNET.
:octocat:
Created my GitHub account 2017 it was like Nexus magazine news articles or CNET.

Block or report vegasdude

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

8I'm### Hi there πŸ‘‹

  • πŸ“±πŸ’»

Hi πŸ‘‹ I'm Anthony Dudek

License

License

This profile repository and its contents are licensed under the MIT License.
See the LICENSE file for details.

Hi, I'm Anthony Dudek welcome to my GitHub profile!

  • πŸ“±πŸ’» MIT License

Copyright (c) 2025 Anthony Dudek

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Markdown

CircleCI

Markdown

Build Status License Last Commit Repo Size Followers

Markdown

Anthony's GitHub stats

  • πŸ“±πŸ’» Markdown

Stars

  • πŸ“±πŸ’» Markdown

CI

Md

GitHub followers GitHub stars

  • πŸ“±πŸ’» Template 1

Markdown

πŸ‘‹ Hey there, I'm Anthony Dudek

πŸš€ DevOps | πŸ’» Automation Enthusiast | πŸ› οΈ Open Source Explorer


🧠 About Me

  • πŸ”­ Working on automating DevOps pipelines using CircleCI and GitHub Actions
  • 🌱 Currently learning DevSecOps and Cloud Infrastructure
  • 🧰 Tools I use daily: Python, YAML, Git, and Docker
  • 🎯 Goal: Build secure, automated CI/CD systems for reliable deployments

⚑ Tech Stack

Area Tools
Languages Python, Bash, YAML
DevOps GitHub Actions, CircleCI, Docker
Security Dependabot, Renovate
Cloud AWS (Learning)

πŸ“Š GitHub Overview

Anthony’s GitHub stats Top Langs


🌐 Connect

⭐ Continuous improvement through automation and innovation.

πŸš€ DevOps & CI/CD Enthusiast | Python & Cloud Learner


🧠 Skills

  • 🐍 Python | 🧾 YAML | 🐧 Bash
  • ☁️ GitHub Actions | CircleCI | Docker
  • πŸ›‘οΈ DevSecOps | Dependabot | Renovate

πŸ“ˆ Stats

stats streak


🌐 Let's Connect


⭐ *β€œAutomate your workflow. Empower your code.”*https://readme-typing-svg.demolab.com?font=Fira+Code&pause=1000&color=00C2FF&center=true&vCenter=true&width=435&lines=Automate+everything!;Build+secure+pipelines!;Code%2C+deploy%2C+repeathttps://github.com/anthony-dudek# πŸ‘¨β€πŸ’» Anthony Dudek

DevOps | Automation | CI/CD | Security

Hi! I'm a developer focused on improving developer workflows, automation, and cloud reliability.


πŸš€ Quick Facts

  • 🧰 I use Python, YAML, and GitHub Actions for automation
  • πŸ—οΈ Currently experimenting with Dockerized pipelines
  • πŸ”’ Integrating DevSecOps practices for secure builds
  • 🧠 Learning advanced CircleCI configs

πŸ“š Featured Repositories


πŸ“Š Stats & Activity

GitHub Stats GitHub Streak Profile Views


🌍 Connect With Me

GitHub LinkedIn Email


πŸ–‹οΈ *β€œBuild. Automate. Secure. Repeat.”*https://github.com/anthony-dudek/circleci-projects-setuphttps://github.com/anthony-dudek/.githubhttps://streak-stats.demolab.com?user=anthony-dudek&theme=reacthttps://github-readme-stats.vercel.app/api?username=anthony-dudek&show_icons=true&theme=reacthttps://img.shields.io/badge/-GitHub-181717?style=flat-square&logo=githubhttps://komarev.com/ghpvc/?username=anthony-dudek&style=flat-square# πŸ› οΈ Anthony Dudek β€” Automate Everything!

Hi there πŸ‘‹
I’m a DevOps enthusiast who loves building pipelines, securing deployments, and simplifying workflows with code.


πŸ”§ What I’m Up To

  • 🌍 Building CI/CD setups using CircleCI & GitHub Actions
  • 🐳 Containerizing apps with Docker
  • πŸ” Exploring DevSecOps tools like Dependabot & Renovate
  • 🧠 Always learning more about cloud automation

βš™οΈ Toolbox

Python Β· YAML Β· Git Β· CircleCI Β· Docker Β· GitHub Actions


πŸ“ˆ My Stats

Anthony's GitHub Stats GitHub Streak


πŸ’¬ Motto

β€œIf you automate it once, you never have to fix it twice.”https://github.com/anthony-dudek?tab=repositoriesversion: 2.1

jobs: build: docker: - image: cimg/python:3.10 steps: - checkout - run: name: Install dependencies command: | python -m pip install --upgrade pip if [ -f requirements.txt ]; then pip install -r requirements.txt; fi - run: name: Run tests command: | if [ -d tests ]; then pytest; else echo "No tests directory found.";

  • πŸ“±πŸ’»

Python

from github import Github

g = Github("your_personal_access_token") repo = g.get_repo("vegasdude/my-ai-agent") repo.create_issue(title="AI Agent Task", body="I just created this issue automatically!")

  • πŸ“±πŸ’»

Python

from github import Github

Replace with your own token

g = Github("ghp_yourActualTokenHere")

repo = g.get_repo("vegasdude/your-repo") repo.create_issue(title="Bot-created issue", body="This issue was created by my AI agent!")

  • πŸ“±πŸ’»

https://media.giphy.com/media/ptqAPKRnCgl3jKqWnE/giphy.gif

  • πŸ“±πŸ’»

  • πŸ“±πŸ’» Example README.md

🧠 Data Science Project

This is a sample data science repository that includes data cleaning, analysis, and machine learning model development.

πŸ“‹ Project Structure

  • data/ β†’ Raw and processed datasets
  • notebooks/ β†’ Jupyter notebooks for exploration and modeling
  • src/ β†’ Python scripts for data processing and ML pipelines
  • models/ β†’ Trained models and checkpoints

βš™οΈ Setup Instructions

# 1. Clone the repository
git clone https://github.com/vegasdude/data-science-project.git
cd data-science-project

# 2. Create a virtual environment
python -m venv venv
source venv/bin/activate   # on Mac/Linux
venv\Scripts\activate      # on Windows

# 3. Install dependencies
pip install -r requirements.txt

- πŸ“±πŸ’» Requirements

common libraries:

pandas
numpy
matplotlib
scikit-learn
jupyter
seaborn

- πŸ“±πŸ’» C++
#include <iostream>
using namespace std;

int main() {
    cout << "Hello, World!";
    return 0;
}

- πŸ“±πŸ’» C#
using System;

class Program {
    static void Main() {
        Console.WriteLine("Hello, World!");
    }
}

Popular repositories Loading

  1. vegasdude vegasdude Public template

    Config files for my profile - GitHub powers millions of open-source and private repositories worldwide. A global platform for developers to share, build, and collaborate on software projects.

    Python 1

  2. .github-dependabot-bot.yml .github-dependabot-bot.yml Public

    List of packages allowed to be merged automatically

    1

  3. .github .github Public

    .github/dependabot.yml

    1

  4. my-project- my-project- Public

    Test-Project

    1

  5. My-app My-app Public

    merge pull request renovate configure

    1

  6. CircleCI-GitHub-App CircleCI-GitHub-App Public

    .circleci/config.yml

    1