196 lines
8.6 KiB
TOML
196 lines
8.6 KiB
TOML
baseURL = "https://shockrah.gitlab.io/resume"
|
|
languageCode = "en-us"
|
|
theme = "sada"
|
|
|
|
[params]
|
|
title = "Alejandro Santillana"
|
|
author = "Alejandro Santillana"
|
|
description = "Open source Software Developer"
|
|
copyright = ""
|
|
copyright_link = ""
|
|
|
|
# Profile section
|
|
[params.profile]
|
|
name = "Alejandro Santillana"
|
|
photo = "profile.png"
|
|
|
|
# Section for links to social websites
|
|
[params.social]
|
|
title = "Links"
|
|
|
|
[[params.social.list]]
|
|
class = "fab"
|
|
icon = "fa-linkedin-in"
|
|
url = "https://www.linkedin.com/in/alejandro-santillana-38458b121/"
|
|
title = "LinkedIn"
|
|
|
|
[[params.social.list]]
|
|
class = "fab"
|
|
icon = "fa-gitlab"
|
|
url = "https://gitlab.com/shockrah"
|
|
title = "GitHub"
|
|
|
|
# Education section
|
|
[params.education]
|
|
title = "Education"
|
|
|
|
[[params.education.list]]
|
|
degree = "Bachelors of Computer Science"
|
|
college = "California State University of Monterey Bay"
|
|
dates = "Fall 2018 - Winter 2019"
|
|
grad = "yes"
|
|
|
|
[[params.education.list]]
|
|
college = "Irvine Valley College"
|
|
dates = "Fall 2016 - Spring 2018"
|
|
degree = "Tranfer Credits for CSU"
|
|
|
|
[[params.education.list]]
|
|
college = "California State University of Fullerton"
|
|
dates = "Fall 2015 - Spring 2016"
|
|
degree = "Credits for CSU"
|
|
|
|
[[params.education.list]]
|
|
degree = "High School Diploma"
|
|
college = "Aliso Niguel High School"
|
|
dates = "Fall 2011 - Spring 2015"
|
|
grad = "yes"
|
|
|
|
# Languages section
|
|
[params.language]
|
|
title = "Skills"
|
|
|
|
[[params.language.list]]
|
|
type = "General Programming Languages"
|
|
language = "C/C++, Rust, Python, Bash, Javascript"
|
|
|
|
[[params.language.list]]
|
|
type = "Web Development"
|
|
language = "HTML, CSS, SASS, Jinja, Jquery, Vue, Flask"
|
|
|
|
[[params.language.list]]
|
|
type = "Soft skills"
|
|
language = "Patient, Analytical, Leader"
|
|
|
|
# Interests section
|
|
[params.hobbies]
|
|
title = "Hobbies"
|
|
|
|
[[params.hobbies.list]]
|
|
interest = "Confectionery and baking"
|
|
|
|
[[params.hobbies.list]]
|
|
interest = "Surfing and ocean swimming"
|
|
|
|
[[params.hobbies.list]]
|
|
interest = "Creating and contributing to libre software"
|
|
|
|
[[params.hobbies.list]]
|
|
interest = "Caligraphy and Generative art"
|
|
|
|
[params.aboutme]
|
|
description = "Developer, Confectioner, DIYer"
|
|
|
|
[params.experiences]
|
|
icon = "fa-briefcase"
|
|
title = "Experience"
|
|
|
|
[[params.jobs.list]]
|
|
position = "Amazon Fulfillment Associate"
|
|
dates = "May 2020 - December 2020"
|
|
details = "Fulfill basic warehouse and stock order duties. Responsibilities include offloading merchandise trucks, locating stock, and packing items for shipment."
|
|
|
|
[[params.jobs.list]]
|
|
position = "Computer Architecture Teaching Assistant CSU Monterey Bay"
|
|
dates = "October 2019 - December 2019"
|
|
details = "Prepared students for exams and helped with assignments through consistent office hour scheduling and by providing ample feedback on assignments. Course material covered MIPS assembly , sequential and combinatorial logic, and an introduction to CPU design. Left because I was graduating that very semester that I worked."
|
|
|
|
[[params.jobs.list]]
|
|
position = "Repair Technician"
|
|
dates = "February 2019 - April 2019"
|
|
company = "Loaves, Fishes, & Computers Inc."
|
|
details = "Diagnosed and repaired issues with Windows laptops and desktops. All repairs required technical write-ups describing the process used in troubleshooting. I assisted customers whenever they had questions regarding repairs or troubleshooting other problems. Left because my semester ended and I had to move back to Orange County."
|
|
|
|
[[params.jobs.list]]
|
|
position = "Data Visualization Capstone Project"
|
|
dates = "September 2019 - December 2019"
|
|
company = "CSU Monterey Bay"
|
|
details = "Created a data visualization tool set with specially designed visualization algorithms to better represent supercomputer resource usage. Worked with data from the U.S Naval Research Laboratory's compute clusters."
|
|
|
|
[[params.jobs.list]]
|
|
position = "Kitchen Staff"
|
|
dates = "July 2016 - August 2016"
|
|
company = "Edible Arrangements"
|
|
details = "Prepared fruit by washing, cutting, and decorating with various toppings.Other responsibilities also included: cleaning kitchen workstations, taking the trash out, washing essential kitchen equipment, maintaining the refrigerator clean as well."
|
|
|
|
# Projects section
|
|
[params.projects]
|
|
icon = "fa-project-diagram"
|
|
title = "Projects"
|
|
|
|
[[params.projects.list]]
|
|
title = "Freechat - A FOSS Decentralized Chat Platform"
|
|
url = "https://gitlab.com/shockrah/freechat"
|
|
description = "A free and open source chat platform that respects user freedoms, inpsired by image boards, as an alternative to Discord/Slack. Weekly builds are available on the official Gitlab repository. Built with Rust, Python, MySQL, and Docker."
|
|
|
|
|
|
[[params.projects.list]]
|
|
title = "Generative Art - Programmatic Musings of my Mind"
|
|
url = "https://gitlab.com/shockrah/generative-art"
|
|
description = "Generative art samples that I build for fun. Similar in spirit to my Graphics Engine project however, these mini projects are typically simpler and of course run in any modern browser. Examples of what these look like can be found in the screen-caps folder."
|
|
|
|
[[params.projects.list]]
|
|
title = "Graphics Engine"
|
|
url = "https://gitlab.com/shockrah/gfx-engine"
|
|
description = "Built with a simple enough API this engine allows me to ignore the more technical details of graphics work in order to focus more on the algorithmic side of a problem rather than the technical one. Graphics engine built with SDL2 in C++."
|
|
|
|
|
|
[[params.projects.list]]
|
|
title = "Discord Community Manager"
|
|
url = "https://gitlab.com/shockrah/left-coast-server-bot"
|
|
description = "More than a simple chat bot this bot can, and does, manage multiple game servers making it easy for my own community to organize community game events. It's developement is entirely driven by what the community wants and as such is deployed with downtime-to-a-minimum in mind. Deployments are intelligently made during \"quiet\" times with easy rollbacks, quick deployment times, and good logging as priorities. Built with with NodeJS and Rust with a microservice-architecture."
|
|
|
|
|
|
[[params.projects.list]]
|
|
title = "ESP8266 Promiscuous Wifi Detection"
|
|
url = "https://gitlab.com/shockrah/wifi-sens"
|
|
description = "Wifi scanning via an ESP-8266 and Arduino. At the time it was built to collect statistics on unique MAC addresses found in a given area. Built using reverse engineered Xtensa library features in C."
|
|
|
|
[[params.projects.list]]
|
|
title = "Homebrew Operating system"
|
|
url = "https://gitlab.com/shockrah/jankos"
|
|
description = "x86 based operating system written from scratch using C, x86 assembly, and built with GNU Make. A working copy is provided via Gitlab's Continuous Integration/Deployment pipeline with a custom Docker image."
|
|
|
|
[[params.projects.list]]
|
|
title = "Static Site Generator in Bash"
|
|
url = "https://gitlab.com/shockrah/shockrah-city"
|
|
description = "Personal blog built automatically built through shell scripts and markdown. Content is generated through Pandoc however [my own HTML compiler](https://gitlab.com/shockrah/site-generator) can optionally be used as it is feature complete for markdown support."
|
|
|
|
[[params.projects.list]]
|
|
title = "This Resume Page"
|
|
url = "https://gitlab.com/shockrah/resume"
|
|
description = "I've built this resume page on my own domain to not rely on services that are out of my control. Depolyment is quick and painless with the continuous deployment pipelines hosted on Gitlab. Built with HTML, Javascript, Markdown, and special [custom Docker image](https://hub.docker.com/repository/docker/shockrah/website/general) all of my websi and mirrored it on Gitlabtes use."
|
|
|
|
|
|
# Skills section
|
|
[params.skills]
|
|
icon = "fa-cogs"
|
|
title = "Skills"
|
|
|
|
[[params.skills.list]]
|
|
skill = "Git Source Control"
|
|
skillrating = "98"
|
|
|
|
[[params.skills.list]]
|
|
skill = "Continuous Integration/ Continuous Deployment with Gitlab and Docker"
|
|
skillrating = "85"
|
|
|
|
[[params.skills.list]]
|
|
skill = "Linux configuration and development"
|
|
skillrating = "95"
|
|
|
|
[[params.skills.list]]
|
|
skill = "SQL Database Management"
|
|
skillrating = "95"
|
|
|