Skip to content

Commit

Permalink
website layout
Browse files Browse the repository at this point in the history
  • Loading branch information
Paula Mendez committed Aug 30, 2022
1 parent d7401cb commit 3a2fa12
Show file tree
Hide file tree
Showing 6 changed files with 226 additions and 128 deletions.
16 changes: 16 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
FROM alpine:latest

# Install base, Ruby, Headers, Jekyll, Bundler, github-pages Export Path
RUN apk update
RUN apk upgrade
RUN apk add curl wget bash cmake
RUN apk add ruby ruby-bundler ruby-dev ruby-irb ruby-rdoc libatomic readline readline-dev \
libxml2 libxml2-dev libxslt libxslt-dev zlib-dev zlib \
libffi-dev build-base git nodejs
RUN export PATH="/root/.rbenv/bin:$PATH"
RUN rm -rf /var/cache/apk/*

# Install Jekyll and required gems
RUN gem install bundler
RUN gem install jekyll
RUN gem install github-pages
23 changes: 23 additions & 0 deletions _layouts/archive_ly.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
layout: default
---
<h1>Archive</h1>
{% assign years = "2022,2021,2022,2019,2018" | split:',' %}

{% for post in site.posts %}
{% assign currentdate = post.date | date: "%Y" %}
{% if currentdate != date %}
{% unless forloop.first %}<hr></ul>{% endunless %}
<h2 id="y{{post.date | date: "%Y"}}">{{ currentdate }}</h2>
<ul style="list-style: none;">
{% assign date = currentdate %}
{% endif %}
<li>
<tab></tab><a href="{{ post.url }}">{{ post.title }}</a> -
<small><span class="post-meta">{{ post.date | date: "%b %-d" }}</span></small>
</li>
{% if forloop.last %}
</ul>
<hr>
{% endif %}
{% endfor %}
21 changes: 21 additions & 0 deletions _posts/2022-07-15-welcome.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
layout: post
author: paulipotter
tags: 100-Days-of-Code Python
---

Hi there! Nice to see you here 🙂

Almost a year ago, I decided it was time to refresh my Python coding skills. After looking at a few options, I went with [Angela Yu's 100 Days of Python Code](https://www.udemy.com/course/100-days-of-code/), and what a great decision that was!

Truth is, I didn't start it until almost 6 months after purchasing the course 😬 but when I did, I committed to work on it consistently on weekdays and I actually stuck to it! _Who would have believed!_ Fast forward to today, I'm on day 80-something working on the final portfolio projects as time allows.

You can check out my progress in a [github repo I created](https://github.com/paulipotter/Python-100-Days-of-Code).
```
# README.md contents ->
for day in 100_days_of_python_code:
progress.append(day, description, link_to_code)
# Or, if you're a fan of list comprehension ->
progress = [[day, description, link to code] for day in 100_days_of_python_code]
```
5 changes: 5 additions & 0 deletions archive.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
layout: archive_ly
title: Archive
permalink: /archive/
---
132 changes: 4 additions & 128 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,132 +3,8 @@ layout: default
---
Hi there :wave: Thank you for being here!

My name is Paula, and I'm a DevOps Engineer currently working at Covetrus. I'm a Python enthusiast and I _love_ Automating everything! In my free time, I love to pretend I'm good at embroidery and occasionally play guitar. Welcome again to my page!
My name is Paula, and I'm a **DevOps Engineer** currently working at Covetrus. I'm a Python enthusiast and I _love_ Automating everything! In my free time, I love to pretend I'm good at embroidery and occasionally play guitar. Welcome again to my page!

### :book: Education
<p style="text-align:left;">
<b>Kansas State University</b> – <i>Manhattan, KS</i>
<span style="float:right;">
May 2019
</span>
<br>
<span style="margin-left: 20px;">
Bachelor of Science in Computer Science
</span>
</p>

### 👷 Skills and Qualifications
![Python](assets/img/python.png) ![AWS](assets/img/aws.png) ![GCP](assets/img/gcp.png) ![Azure](assets/img/azure.png) ![Jenkins](assets/img/jenkins.png) ![Docker](assets/img/docker.png) ![Terraform](assets/img/terraform.png) ![SQL](assets/img/sql.png) ![MongoDB](assets/img/mongodb.png) ![JS](assets/img/js.png) ![html](assets/img/html.png) ![CSS](assets/img/css.png) ![csharp](assets/img/c-sharp.png) ![c++](assets/img/c-plus-plus.png) ![Java](assets/img/java.png)![html](assets/img/html.png) ![Django](assets/img/django.png ) ![Powershell](assets/img/ps1.png)

[<img src="assets/img/aws-certified-solutions-architect-associate-2.png">](https://www.credly.com/badges/6c7f098c-5c3a-4d65-afeb-0f6b6da6aa65/public_url)

### :briefcase: Relevant Experience
<p style="text-align:left;">
DevOps Engineer – <i>Covetrus</i>
<span style="float:right;">
Sep 2021 – Present
</span>
<ul style="font-size: .8rem; margin-top: -10px">
<li>
Build and maintain CI/CD pipelines using Gitlab CI, Terraform and Harness to deploy K8s applications in <b>AWS</b>.
</li>
<li>
Leverage <b>Azure DevOps</b> tools and arm templates to deliver .NET apps for the company's most ambitious project to date.
</li>
<li>
Serve as central point of contact of all Infrastructure-related topics for specific app-dev teams.</li>
<li>
Participate and collaborate in the continuous improvement of CI/CD pipelines to ensure optimal site reliability.
</li>
</ul>
</p>
<p style="text-align:left;">
Embedded DevOps Engineer – <i>Capital One Trade Credit</i>
<span style="float:right;">
Feb 2021 – Sep 2021
</span>
<ul style="font-size: .8rem; margin-top: -10px">
<li>
Worked as an Embedded DevOps resource along with several Agile remote teams, managing several <b>Kubernetes micro-services</b> hosted on Google Cloud Platform.
</li>
<li>
Maintained <b>fully automated CI/CD pipelines</b> for code deployment using Jenkins and Groovy.</li>
<li>
Participated in weekly Scrum meetings, and communicated daily with developers and other team members to ensure maximum productivity and efficiency.
</li>
</ul>
</p>
<p style="text-align:left;">
Cloud Engineer – <i>Covetrus</i>
<span style="float:right;">
Oct 2020 – Jan 2021
</span>
<ul style="font-size: .8rem; margin-top: -10px">
<li>
Work as part of a cross-functional group to <b>provide customized platform solutions to fit their needs.</b>
</li>
<li>
Provided software engineers and data analysts technical guidance around best practices regarding architecture, coding and performance to help boost productivity and results.
</li>
<li>
<b>Automated cloud daily tasks</b>, including database IAM using AWS CLI, Python, Bash/ZSH.
</li>
</ul>
</p>
<p style="text-align:left;">
System Administrator – <i>Covetrus</i>
<span style="float:right;">
Nov 2018 – Oct 2020
</span>
<ul style="font-size: .8rem; margin-top: -10px">
<li>
Responded to second and third level support through user-generated service Jira tickets, <b>diagnosing root causes and providing long-term solutions.</b>
</li>
<li>
Deployed automated MDM processes using jamf to a previously unmanaged macOS fleet, deploying policies, workflows and patching.
</li>
<li>
Wrote, test and deploy PowerShell Scripts and Group Policies to automate and maintain the Windows Infrastructure.
</li>
</ul>
</p>
<p style="text-align:left;">
IT Support Specialist – <i>Covetrus</i>
<span style="float:right;">
Nov 2018 – Oct 2020
</span>
<ul style="font-size: .8rem; margin-top: -10px">
<li>Managed Microsoft Active Directory and hardware asset management, imaging and deployment of workstations.</li>
<li><b>Provided technical support for 1000+ employees</b> in 6 offices located all over the United States.
</li>
<li>Performed diagnostic and troubleshooting of multiple system issues, documented issues and SOPs.</li>
</ul>
</p>
<p style="text-align:left;">
Research Programmer – <i>Laboratory for Knowledge Discovery in Databases</i>
<span style="float:right;">
Aug 2016 – May 2018
</span>
<ul style="font-size: .8rem; margin-top: -10px">
<li>Provided support for data mining and machine learning on a text extraction project partnered with Lawrence Livermore National Lab.
</li>
<li>Implemented a NoSQL Database (MongoDB) to store machine learning results and display on the Flask web app.
</li>
<li>Managed the front-end user interface for customer easy access using Python (Flask), JavaScript, HTML and CSS.
</li>
</ul>
</p>
<p style="text-align:left;">
Developer – <i>Beef Cattle Institute, Kansas State University</i>
<span style="float:right;">
Aug 2016 – May 2018
</span>
<ul style="font-size: .8rem; margin-top: -10px">
<li><b>Developed an event monitoring and classification system in Python</b> for bovine infectious diseases using current Internet of Things (IoT) technology.
</li>
<li>Implemented a Python support for machine learning component for disease classification based on spatiotemporal pattern analysis from timestamped wearable sensor logs.
</li>
<li>Wrote and optimized SQL queries to retrieve and use data accordingly.
</li>
</ul>
</p
- Check my [work experience](/work).
- You can also [download my resume](/MendezResume.pdf).
- Or go to the [Blog](/blog/)
157 changes: 157 additions & 0 deletions work.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,157 @@
---
layout: default
title: Work
permalink: /work/
---


### 📓 Education
<p style="text-align:left;">
<b>Kansas State University</b> – <i>Manhattan, KS</i>
<span style="float:right;">
May 2019
</span>
<br>
<span style="margin-left: 20px;">
Bachelor of Science in Computer Science
</span>
</p>


### 🗄 Skills and Certifications
- Language: Spanish (Fluent)

[<img src="../assets/img/skills/aws-certified-solutions-architect-associate-2.png">](https://www.credly.com/badges/6c7f098c-5c3a-4d65-afeb-0f6b6da6aa65/public_url)

### 💼 Relevant Experience
<p style="text-align:left;">
DevOps Engineer – <i>Covetrus</i>
<span style="float:right;">
Sep 2021 – Present
</span>
<ul style="font-size: .8rem; margin-top: -10px">
<li>
Build and maintain CI/CD pipelines using Gitlab CI, Terraform and Harness to deploy K8s applications in <b>AWS</b>.
</li>
<li>
Leverage <b>Azure DevOps</b> tools and arm templates to deliver .NET apps for the company's most ambitious project to date.
</li>
<li>
Serve as central point of contact of all Infrastructure-related topics for specific app-dev teams.</li>
<li>
Participate and collaborate in the continuous improvement of CI/CD pipelines to ensure optimal site reliability.
</li>
</ul>
</p>

![AWS](../assets/img/skills/aws.png) ![Kubernetes](../assets/img/skills/kubernetes.png) ![Terraform](../assets/img/skills/terraform.png) ![Docker](../assets/img/skills/docker.png) ![MongoDB](../assets/img/skills/mongodb.png) ![Harness](../assets/img/skills/harness.png) ![Jenkins](../assets/img/skills/jenkins.png) ![Azure](../assets/img/skills/azure.png)

<hr>
<p style="text-align:left;">
Embedded DevOps Engineer – <i>Capital One Trade Credit</i>
<span style="float:right;">
Feb 2021 – Sep 2021
</span>
<ul style="font-size: .8rem; margin-top: -10px">
<li>
Worked as an Embedded DevOps resource along with several Agile remote teams, managing several <b>Kubernetes micro-services</b> hosted on Google Cloud Platform.
</li>
<li>
Maintained <b>fully automated CI/CD pipelines</b> for code deployment using Jenkins and Groovy.</li>
<li>
Participated in weekly Scrum meetings, and communicated daily with developers and other team members to ensure maximum productivity and efficiency.
</li>
</ul>
</p>

![GCP](../assets/img/skills/gcp.png) ![AWS](../assets/img/skills/aws.png) ![Kubernetes](../assets/img/skills/kubernetes.png) ![Terraform](../assets/img/skills/terraform.png) ![Docker](../assets/img/skills/docker.png) ![MongoDB](../assets/img/skills/mongodb.png) ![Harness](../assets/img/skills/harness.png) ![Jenkins](../assets/img/skills/jenkins.png)

<hr>
<p style="text-align:left;">
Cloud Engineer – <i>Covetrus</i>
<span style="float:right;">
Oct 2020 – Jan 2021
</span>
<ul style="font-size: .8rem; margin-top: -10px">
<li>
Work as part of a cross-functional group to <b>provide customized platform solutions to fit their needs.</b>
</li>
<li>
Provided software engineers and data analysts technical guidance around best practices regarding architecture, coding and performance to help boost productivity and results.
</li>
<li>
<b>Automated cloud daily tasks</b>, including database IAM using AWS CLI, Python, Bash/ZSH.
</li>
</ul>
</p>

![AWS](../assets/img/skills/aws.png) ![Python](../assets/img/skills/python.png) ![Powershell](../assets/img/skills/powershell.png) ![jamf](../assets/img/skills/jamf.png) ![Active Directory](../assets/img/skills/active-directory.png) ![SQL](../assets/img/skills/sql.png) ![c-sharp](../assets/img/skills/c-sharp.png)

<hr>
<p style="text-align:left;">
System Administrator – <i>Covetrus</i>
<span style="float:right;">
Nov 2018 – Oct 2020
</span>
<ul style="font-size: .8rem; margin-top: -10px">
<li>
Responded to second and third level support through user-generated service Jira tickets, <b>diagnosing root causes and providing long-term solutions.</b>
</li>
<li>
Deployed automated MDM processes using jamf to a previously unmanaged macOS fleet, deploying policies, workflows and patching.
</li>
<li>
Wrote, test and deploy PowerShell Scripts and Group Policies to automate and maintain the Windows Infrastructure.
</li>
</ul>
</p>

![Python](../assets/img/skills/python.png) ![Powershell](../assets/img/skills/powershell.png) ![jamf](../assets/img/skills/jamf.png) ![Active Directory](../assets/img/skills/active-directory.png) ![c-sharp](../assets/img/skills/c-sharp.png)

<hr>
<p style="text-align:left;">
IT Support Specialist – <i>Covetrus</i>
<span style="float:right;">
Nov 2018 – Oct 2020
</span>
<ul style="font-size: .8rem; margin-top: -10px">
<li>Managed Microsoft Active Directory and hardware asset management, imaging and deployment of workstations.</li>
<li><b>Provided technical support for 1000+ employees</b> in 6 offices located all over the United States.
</li>
<li>Performed diagnostic and troubleshooting of multiple system issues, documented issues and SOPs.</li>
</ul>
</p>
<p style="text-align:left;">
Research Programmer – <i>Laboratory for Knowledge Discovery in Databases</i>
<span style="float:right;">
Aug 2016 – May 2018
</span>
<ul style="font-size: .8rem; margin-top: -10px">
<li>Provided support for data mining and machine learning on a text extraction project partnered with Lawrence Livermore National Lab.
</li>
<li>Implemented a NoSQL Database (MongoDB) to store machine learning results and display on the Flask web app.
</li>
<li>Managed the front-end user interface for customer easy access using Python (Flask), JavaScript, HTML and CSS.
</li>
</ul>
</p>

![Python](../assets/img/skills/python.png) ![Flask](../assets/img/skills/flask.png) ![Javascript](../assets/img/skills/javascript.png) ![HTML](../assets/img/skills/html.png) ![CSS](../assets/img/skills/css.png) ![MongoDB](../assets/img/skills/mongo.png)

<hr>
<p style="text-align:left;">
Developer – <i>Beef Cattle Institute, Kansas State University</i>
<span style="float:right;">
Aug 2016 – May 2018
</span>
<ul style="font-size: .8rem; margin-top: -10px">
<li><b>Developed an event monitoring and classification system in Python</b> for bovine infectious diseases using current Internet of Things (IoT) technology.
</li>
<li>Implemented a Python support for machine learning component for disease classification based on spatiotemporal pattern analysis from timestamped wearable sensor logs.
</li>
<li>Wrote and optimized SQL queries to retrieve and use data accordingly.
</li>
</ul>
</p

![Python](../assets/img/skills/python.png) ![SQL](../assets/img/skills/sql.png)

0 comments on commit 3a2fa12

Please sign in to comment.