2019-08-20 03:12:13 +00:00
baseURL = "https://shockrah.gitlab.io/resume"
2019-08-20 02:35:15 +00:00
languageCode = "en-us"
theme = "sada"
[ params ]
title = "Alejandro Santillana"
author = "Alejandro Santillana"
description = "Writer of wares"
copyright = ""
copyright_link = ""
# Profile section
[ params . profile ]
name = "Alejandro Santillana"
2019-08-20 03:06:43 +00:00
photo = "profile.png"
2019-08-20 02:35:15 +00:00
# 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 ] ]
2019-12-18 02:52:15 +00:00
degree = "Bachelors of Computer Science"
2019-08-20 02:35:15 +00:00
college = "California State University of Monterey Bay"
2020-02-06 04:32:17 +00:00
dates = "Fall 2018 - Winter 2019"
grad = "yes"
2019-08-20 02:35:15 +00:00
[ [ params . education . list ] ]
college = "Irvine Valley College"
2020-02-06 04:32:17 +00:00
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"
2019-08-20 02:35:15 +00:00
[ [ params . education . list ] ]
degree = "High School Diploma"
college = "Aliso Niguel High School"
2020-02-06 04:32:17 +00:00
dates = "Fall 2011 - Spring 2015"
grad = "yes"
2019-08-20 02:35:15 +00:00
# Languages section
[ params . language ]
2020-02-06 04:13:57 +00:00
title = "Skills"
2019-08-20 02:35:15 +00:00
[ [ params . language . list ] ]
2020-02-06 04:13:57 +00:00
type = "General Programming Languages"
language = "C/C++, Rust, Python, Bash, Javascript"
2019-08-20 02:35:15 +00:00
[ [ params . language . list ] ]
2020-02-06 04:13:57 +00:00
type = "Web Development"
language = "HTML, CSS, SASS, Jinja, Jquery, Vue"
2019-08-20 02:35:15 +00:00
2019-10-26 21:34:46 +00:00
[ [ params . language . list ] ]
2020-02-06 04:13:57 +00:00
type = "Soft skills"
language = "Patient, Analytical, Leader"
2019-10-26 21:34:46 +00:00
2019-08-20 02:35:15 +00:00
# Interests section
[ params . hobbies ]
title = "Hobbies"
[ [ params . hobbies . list ] ]
2020-01-16 09:07:57 +00:00
interest = "Journaling project ideas."
2019-08-20 02:35:15 +00:00
[ [ params . hobbies . list ] ]
2020-01-16 09:07:57 +00:00
interest = "Surfing, swimming, and studying surf breaks."
[ [ params . hobbies . list ] ]
interest = "Creating and contributing to libre software."
2019-08-20 02:35:15 +00:00
[ params . aboutme ]
description = "Libre software, hacking, and surfing."
[ params . experiences ]
icon = "fa-briefcase"
2019-12-18 02:52:15 +00:00
title = "Experience"
2019-08-20 02:35:15 +00:00
2019-10-28 05:30:25 +00:00
[ [ params . jobs . list ] ]
position = "Computer Architecture Teaching Assistant CSU Monterey Bay"
2020-01-16 09:14:16 +00:00
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."
2019-10-28 05:30:25 +00:00
2019-08-20 02:35:15 +00:00
[ [ params . jobs . list ] ]
position = "Repair Technician"
dates = "February 2019 - April 2019"
company = "Loaves, Fishes, & Computers Inc."
2020-01-16 09:14:16 +00:00
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."
2019-08-20 02:35:15 +00:00
2019-12-18 02:52:15 +00:00
[ [ 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."
2019-08-20 02:35:15 +00:00
[ [ 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"
2019-10-28 05:30:25 +00:00
[ [ params . projects . list ] ]
title = "Homebrew Operating system"
url = "https://gitlab.com/shockrah/jankos"
2020-02-06 05:03:57 +00:00
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."
2020-02-06 04:13:57 +00:00
[ [ params . projects . list ] ]
title = "Docker Image for buiding Operating Systems"
url = "https://hub.docker.com/repository/docker/shockrah/osdev-build"
description = "Docker image I produced to aid in the deployment of the operating system project."
2019-10-28 05:30:25 +00:00
2019-12-18 02:52:15 +00:00
[ [ params . projects . list ] ]
title = "Freechat - A Decentralized Chat Platform"
url = "https://gitlab.com/shockrah/freechat"
2020-02-06 04:13:57 +00:00
description = "Web based chat server built with Rust. Endpoints are served on a restful API, which often hooks into an SQL database. Unit testing is also handled using Cargo's built in testing configuration features."
2019-12-18 02:52:15 +00:00
2020-02-06 04:13:57 +00:00
[ [ params . projects . list ] ]
title = "OBS Stream Song Extension"
url = "https://gitlab.com/shockrah/obs-song-name"
2020-02-06 05:03:57 +00:00
description = "Chrome extension written to pull in the name of a song currently playing on Youtube or Soundcloud to a local server written in Rust. Both are deployed to Gitlab for easy download via a continuous deployment pipeline using docker."
2020-01-23 22:12:38 +00:00
[ [ params . projects . list ] ]
2020-02-06 03:37:44 +00:00
title = "Static Site Generator in Bash"
2019-10-28 05:30:25 +00:00
url = "https://gitlab.com/shockrah/shockrah-city"
2020-02-06 03:37:44 +00:00
description = "Personal blog built automatically built through shell scripts and markdown. All content can be built via a static site generator written in pure Bash script."
2019-08-20 02:35:15 +00:00
[ [ params . projects . list ] ]
title = "DWM Shell Scripts"
url = "https://gitlab.com/shockrah/shell-scripts"
2020-02-06 04:13:57 +00:00
description = "Suite of Linux shell scripts which are used to improve a user's experience with tiling window managers like DWM or i3WM."
2020-02-06 03:37:44 +00:00
2020-02-06 04:13:57 +00:00
[ [ params . projects . list ] ]
title = "ESP8266 Promiscuous Wifi Detection"
url = "https://gitlab.com/shockrah/wifi-sens"
description = "Wifi scanning via an ESP-8266 and Arduino. Built using reverse engineered Xtensa library features in C."
2019-08-20 02:35:15 +00:00
2019-08-20 02:50:20 +00:00
2019-08-20 02:35:15 +00:00
# Skills section
[ params . skills ]
icon = "fa-cogs"
title = "Skills"
[ [ params . skills . list ] ]
2019-10-26 21:25:18 +00:00
skill = "Git Source Control"
2019-10-26 21:37:23 +00:00
skillrating = "98"
2019-10-26 21:29:02 +00:00
[ [ params . skills . list ] ]
2019-10-28 05:30:25 +00:00
skill = "Continuous Integration/ Continuous Deployment with Gitlab and Docker"
2019-10-26 21:40:52 +00:00
skillrating = "85"
2019-10-26 21:29:02 +00:00
[ [ params . skills . list ] ]
2019-10-28 05:30:25 +00:00
skill = "Linux configuration and development"
2019-12-18 02:52:15 +00:00
skillrating = "95"
[ [ params . skills . list ] ]
skill = "SQL Database Management"
skillrating = "95"
2020-02-06 04:13:57 +00:00