[chris@localhost ~]$ bat about_me.txt

File: about_me.txt
1> I'm an aspiring cloud engineer with over 3.5 years of experience working in the IT industry across infrastructure, security, and automation.

2> I graduated with a Bachelors of Science in Cloud Computing from Western Governors University (WGU) in June of 2026.

3> I enjoy refactoring legacy systems to be more optimized and automated. My goal is to create opportunities for teams to work on higher priority issues and projects without being dragged down by manual processes.

4> From small scripts to full applications, I love building software that makes a difference for its users.

[chris@localhost ~]$ fastfetch

  █████████    █████████
 ███     ███  ███     ███
███           ███     ███
███           ███████████
███           ███     ███
 ███     ███  ███     ███
  █████████  █████   █████

chris@localhost
----------------
Name: 		    Chris Autullo
Role: 		    Systems Administrator
Location:	    Columbus, Ohio, US
Experience: 	3.5 Years
Contact: 	    chrisautullo@gmail.com
Locale:         en_US.UTF-8

Job Selection:

  • [X] Crane Group
  • [ ] Canal Winchester School District
overview.txt
Crane Group
│
├───Role
│   │
│   └───Service Desk Analyst - Tier 1/2/3 (Mar 2022 - Sep 2025)
│
└───Responsibilities
    │
    ├───Azure Cloud Management
    │
    ├───Network Management & Troubleshooting
    │
    ├───Device Imaging & Deployment
    │
    ├───Device Administration
    │
    ├───Automation Scripting
    │
    ├───Audio/Visual Troubleshooting
    │
    ├───Phone System Administration
    │
    ├───User Administration
    │
    ├───Training
    │
    └───Ticket Management & Triage
                                
other.txt
[ ACCOMPLISHMENTS ]

-> Engineered an automated user termination script that streamlined the offboarding lifecycle, reducing processing time by 80% and minimizing human error across identity management workflows.

-> Architected and executed a cross-platform data migration script leveraging SQL and REST APIs to successfully transition 200,000+ records from TrackIT to FreshService with zero data loss.

-> Resolved 6,000+ support tickets across Tier 1/2/3 escalations, maintaining consistent SLA adherence and high end-user satisfaction in a fast-paced enterprise environment.

-> Developed and deployed self-service application installers for 50+ applications across ManageEngine Endpoint Central and Microsoft Intune, driving measurable increases in self-service adoption and reducing technician intervention.

-> Established and maintained a GitHub-based version control pipeline for all internal scripting and code projects, improving team collaboration, code traceability, and change management compliance.

[ TOOLING ]

Azure Entra ID // Azure Intune // Manage Engine Endpoint Central // MacOS // Windows // VSCode // SQL // JAMS // Power Automate // PowerShell // Python // Mimecast // Active Directory // FreshService // TrackIT // Salesforce // QuickBooks // GitHub // Mitel // Ring Central // Barco // Lorex // AbcKam // Polycom // Fortinet // Aruba Central // Aruba Airwave // AdminDroid // Adobe // JDEdwards // Microsoft Exchange // Microsoft SharePoint Online // Microsoft Teams // Microsoft Outlook Classic // Microsoft Outlook New // Microsoft Excel // Microsoft Word // Microsoft OneDrive // Microsoft PowerPoint // Verizon MDM // SolidWorks
                                

[chris@localhost ~]$ cat education.txt

Degree: Bachelors of Science, Cloud Computing
Institution: Western Governors University [WGU]
Graduation Month/Year: Jun/2026

 ,     ,
 )\___/(
{(@)v(@)}
 {|~~~|}
 {/^^^\}
  `m-m`
 /$$      /$$  /$$$$$$  /$$   /$$
| $$  /$ | $$ /$$__  $$| $$  | $$
| $$ /$$$| $$| $$  \__/| $$  | $$
| $$/$$ $$ $$| $$ /$$$$| $$  | $$
| $$$$_  $$$$| $$|_  $$| $$  | $$
| $$$/ \  $$$| $$  \ $$| $$  | $$
| $$/   \  $$|  $$$$$$/|  $$$$$$/
|__/     \__/ \______/  \______/

[chris@localhost ~]$ cat hobbies.txt

I'm also an avid photographer! You can see my work on Instagram: @rcachris.photos

       ___
 _____/[_]\__==_
[---------------]
| O   /---\     |
|    |     |    |
|     \___/     |
[_______________]
[chris@localhost ~/certifications]$ ls -Rlg \
--time-style="+%Y-%m" --no-group ./* | \
sed -re 's/^[^ ]* +[^ ]* +[^ ]* +//'

./aws:
total 1
2024-10 Cloud_Practitioner

./cisco:
total 1
2022-05 Cisco_Certified_Network_Associate

./comptia:
total 3
2025-07 A_Plus
2025-12 Cloud_Plus
2026-04 Project_Plus

./lpi:
total 1
2025-08 Linux_Essentials

./microsoft:
total 4
2023-09 Azure_Administrator_Associate
2023-12 Azure_DevOps_Engineer_Expert
2023-06 Azure_Fundamentals
2024-01 Azure_Solutions_Architect_Expert

./peoplecert:
total 1
2025-12 ITIL_V4_Foundation
use std::collections::HashMap;

let mut skills: HashMap<&str, Vec<&str>> = HashMap::new();

skills.insert(
    "languages",
    vec!["Rust", "Python", "PowerShell", "C#"],);
skills.insert(
    "frontend",
    vec!["Tailwind CSS", "HTML", "CSS", "Vanilla JS"],);
skills.insert(
    "databases",
    vec!["PostgreSQL", "MySQL"],);
skills.insert(
    "version_control",
    vec!["Git", "GitHub", "Gitlab", "Forgejo"],);
skills.insert(
    "editors",
    vec!["VSCode", "Zed", "Neovim", "Visual Studio"],);
skills.insert(
    "containers",
    vec!["Docker"],);
skills.insert(
    "operating_systems",
    vec!["Linux", "Windows", "MacOS"],);
skills.insert(
    "automation",
    vec!["Power Automate"],);
skills.insert(
    "cloud",
    vec!["Azure", "AWS", "Cloudflare"],);