Skip to content

Instantly share code, notes, and snippets.

@Snuggle
Last active December 3, 2022 07:58
Show Gist options
  • Save Snuggle/0220ee3e25abc91482fb1d44323982e5 to your computer and use it in GitHub Desktop.
Save Snuggle/0220ee3e25abc91482fb1d44323982e5 to your computer and use it in GitHub Desktop.
{
"meta": {
"theme": "rocketspacer"
},
"basics": {
"name": "Evie Snuggle",
"label": "👩🏽‍💻 · Site Reliability Engineer (SRE)",
"summary": "I love experimenting with and testing out new technologies, it's thrilling to see new ideas shape the world in a completely new ways. For personal projects: I've created a cloud-storage server with AWS S3-style Object Storage, hosted a Steam games library over iSCSI using ZFS w/deduplication over a small peer-to-peer Thunderbolt 3 network and live and breathe tech every day as part of my hobbies.",
"website": "https://snugg.ie",
"picture": "https://github.com/Snuggle.png",
"email": "[email protected]",
"location": {
"city": "Birmingham",
"countryCode": "UK"
},
"profiles": [{
"url": "https://github.com/Snuggle",
"username": "Snuggle",
"network": "GitHub"
},
{
"url": "https://gitlab.com/Snuggle",
"username": "Snuggle",
"network": "GitLab"
},
{
"url": "https://linkedin.com/in/Snuggle",
"username": "Snuggle",
"network": "LinkedIn"
}
]
},
"volunteer": [{
"organization": "Official Linux Discord Server",
"position": "Moderator for the Official Linux Discord Community [>13,271 users]",
"startDate": "2018-10-01"
}],
"education": [{
"startDate": "2018-09-17",
"endDate": "2022-06-23",
"area": "Computer Science",
"studyType": "📝 · Bachelor's degree with Honours",
"institution": "Birmingham City University",
"gpa": "First-class"
}],
"references": [],
"skills": [
{
"keywords": [
"Excellent and Enthusiastic Communication",
"Joyful Attitude",
"Experience Working with all Skill-Levels",
"Experience with Teaching"
],
"level": "Senior",
"name": "Soft-Skills"
},
{
"keywords": [
"Nginx",
"Django",
"Gunicorn",
"REST APIs",
"PHP",
"Full-stack Web Applications"
],
"level": "Senior",
"name": "Web Technologies"
},
{
"keywords": [
"Git",
"GitLab CI",
"Ansible",
"Sphinx",
"ReadTheDocs"
],
"level": "Senior",
"name": "Automation"
},
{
"keywords": [
"Python",
"Java",
"Rust",
"Bash",
"Fish",
"HTML/CSS",
"LaTeX"
],
"level": "Senior",
"name": "Programming"
},
{
"keywords": [
"Deploying Web Servers",
"systemd Services",
"Containerization",
"Years of Experience Using Linux Daily"
],
"level": "Senior",
"name": "Linux"
}
],
"awards": [],
"projects": [{
"name": "Homesweet · Server Rack and Cloud for the Home",
"description": "Built a home-made wooden rack-mount cabinet with servers that runs Red Hat Enterprise Linux (RHEL) and a wide range of different Docker containers, as well as a ZFS RAID file-system for hosting a service called Nextcloud, a home personal cloud storage server, similar to Google Drive, but personal and with vastly more storage. This process has been well-documented with two technical blog-posts on my personal website.",
"keywords": [
"Docker",
"Linux",
"ZFS",
"RAID",
"Sysadmin",
"Web server",
"Cloud",
"Wood working"
],
"startDate": "2021-06-01",
"url": "https://snugg.ie/posts/hug-server",
"entity": "Entity",
"type": "application"
},
{
"name": "Farm I/O · Farming Monitoring and Sensor Network",
"description": "Using Arduino's, Raspberry Pi's, Hand-made Electronics, GitLab Pages and a DigitalOcean server running Grafana, my project team and I won the first place £100 prize in Innovation Fest at Birmingham City University.",
"keywords": [
"Linux",
"Ardunio",
"Electronics",
"Python",
"Web",
"Grafana",
"InfluxDB"
],
"startDate": "2019-08-01",
"url": "https://snuggle.link/farmio"
},
{
"name": "Starship & Spacefish · Project Maintainer for Open-Source Rust-based Shell Prompt",
"description": "Helped design, discuss, contributed code, review code and maintain two large GitHub projects [3.6k stars and 546 stars respectively], which taught me a massive bunch about open-source, working with an entirely remote team, PR code review and automated testing.",
"keywords": [
"Linux",
"Shell",
"Fish",
"Rust",
"CLI"
],
"startDate": "2018-06-01",
"url": "https://starship.rs"
},
{
"name": "flossy.me · Open-Source Instant Messaging Web-Application using Python's Django",
"description": "An instant messaging web-application written from scratch using a 'LEMP' full-web-stack, using Linux, Nginx, MySQL and Python (Django) as well as bootstrap HTML/CSS for the front-end. This was made within 14 consecutive hours, recorded and time-lapsed as a personal challenge.",
"keywords": [
"Linux",
"NGINX",
"Web",
"MySQL",
"Python",
"Django"
],
"startDate": "2018-05-01",
"url": "https://github.com/Snuggle/flossy"
}
],
"work": [{
"summary": "Currently fixing the internet, more coming soon...",
"website": "https://amazon.com/aws",
"company": "Amazon Web Services / AWS",
"location": "London",
"position": "📦 · Systems Engineer",
"startDate": "2022-09-01",
"highlights": []
},
{
"summary": "Taught 1st and 2nd year students and aid their learning by providing implementations of code, demonstrating them, answering student's questions, teach programming concepts by-example and running through them piece-by-piece in sessions throughout seminars.",
"website": "https://bcu.ac.uk",
"company": "Birmingham City University",
"location": "Birmingham",
"position": "👩‍🏫 · Visiting Lecturer",
"startDate": "2019-10-01",
"endDate": "2022-06-23",
"highlights": []
},
{
"website": "https://pinewood.co.uk",
"company": "Pinewood Technologies",
"location": "Birmingham Business Park, Birmingham",
"position": "👩🏽‍💻 · Undergraduate Software Engineer",
"startDate": "2020-08-03",
"endDate": "2021-08-03",
"highlights": [
"Part of the Platform team writing developer tooling & custom Razor-based .NET & JavaScript web frameworks.",
"Created developer scripts to reduce developer's project building time by 30 minutes.",
"Writing automated code analysis tools with Rozlyn and C#.",
"Helped form coding standards to reduce common code review comments by 84%.",
"Lead the switch in my team from Microsoft TFS to Git by writing new documentation and giving tutorials."
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment