Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into 190-insert-bio-for-…
Browse files Browse the repository at this point in the history
…daniel-gawne
  • Loading branch information
emanuelGitCodes committed Apr 5, 2023
2 parents d939d29 + d4d43bb commit 9379aad
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 89 deletions.
107 changes: 21 additions & 86 deletions _techrangers_current/emanuel_cortesLugo.html
Original file line number Diff line number Diff line change
@@ -1,109 +1,44 @@
---
name: Emanuel Cortes Lugo


# this image will be in assets/images/bios/
# It should be a square 250x250 image, jpg or png (prefer jpg)
# make sure you resize/crop and maintain the aspect ratio
title: Applications Programmer II
thumbnail: emanuel_cortesLugo.jpg


# Gender you identify as
# adding a new or misspelled value will add it to the graph!
# options: `non-binary`, `female`,`male`
gender: male


# if you're part-time, you're probably Techranger
title: Techranger


# Optional
# possible values are `techrangers` and `lst`
team: techrangers


# This flag is a little redundant
# it's here if we change how we use jekyll
title: Applications Programmer II
team: lst
is_current_techranger: yes


# If you're now full time && started out as a Techranger
was_part_time: no


# Optional
# We use this to keep tabs on you in your career after Techrangers
# Consider creating an account if you don't have one
was_part_time: yes
linkedin: https://www.linkedin.com/in/emanuel-cortes-940a05111/


# Optional
# What degrees do you have / are you working towards
# List minors as their own item. IE: `- Computer Science Minor`
# Please view other profiles to re-use existing values/spellings
degrees:
- Computer Engineering


# Your Hire Date
# format: YYYY-MM-DD
date: 2020-12-18


# Optional
# Your Resignation Date
# format: YYYY-MM-DD
# If resigned, but date is unkown, use `??`
# resigned: ??


# Optional
# Did you leave LS&T in the past and return?
previous_hire_dates:
- {start: 2020-12-18, end: 2022-12-22}
is_boomerang: no


# Optional
# format `- {start: YYYY-MM-DD, end: YYYY-MM-DD}`
# previous_hire_dates:
# - {start: 2009-06-26, end: 2012-12-09}


# Optional
# List of places you have worked.
# if someone else used Disney and you use Disney World,
# they will show up as 2 different places in the list
# Please view the list of places on the past-techrangers page
# and try to reuse existing values
# also_employed_by:
# - Symantec


# Optional
# If used, the site will link directly to this page instead
# of the profile shown here
# New Techrangers, Don't use this
# override_url: https://www.linkedin.com/in/aldenbrown

# Last updated date
# Set this to today's date
# format: "Month Day, Year"
updated: "January 4, 2021"
updated: "January 17, 2023"
---

<p>I am currently a UCF student majoring in Computer Engineering. Initially, I used to be an Architecture student until a friend showed me that I could play my favorite classic games on a PC. That instance started a chain of events that lead me down the path I am traversing today—a path of yearning for more knowledge about the computer world.</p>
<p>Hello, I'm Emanuel Cortes, born in Puerto Rico. I decided to move over here for educational purposes and ended up staying. I completed my bachelor's in Computer Engineering with a focus on hardware, but through some crazy life twists, I found a path that led me here, and I'm grateful for it. I started as a Techranger, and as time went by, I became a full-timer. In my free time, I'm either playing video games or at the gym.</p>

<h3 class="tr_header">Expertise:</h3>
<ul>
<li>Java</li>
<li>HTML</li>
<li>CSS</li>
<li>JavaScript</li>
<li>Python
<ul>
<li>Django</li>
</ul>
</li>
<li>REST APIs</li>
<li>C</li>
<li>C++</li>
<li>Java</li>
<li>Flutter</li>
</ul>

<h3 class="tr_header">Learning:</h3>
<ul>
<li>Python</li>
<li>JavaScript</li>
<li>PHP</li>
<li>Docker</li>
<li>AWS</li>
<li>GitHub Actions</li>
</ul>
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

team: techrangers

is_current_techranger: yes
is_current_techranger: no

was_part_time: no

Expand All @@ -19,6 +19,7 @@
- Computer Science

date: 2020-12-07
resigned: 2022-11-01

is_boomerang: no

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

# This flag is a little redundant
# it's here if we change how we use jekyll
is_current_techranger: yes
is_current_techranger: no


# If you're now full time && started out as a Techranger
Expand Down Expand Up @@ -55,7 +55,7 @@
# Your Resignation Date
# format: YYYY-MM-DD
# If resigned, but date is unkown, use `??`
# resigned: ??
# resigned: 2022-12-15


# Optional
Expand Down

0 comments on commit 9379aad

Please sign in to comment.