resume 2023

This commit is contained in:
Tyrel Souza 2023-08-22 15:57:44 -04:00
parent 9cc5d815d9
commit bc43db7803
No known key found for this signature in database
GPG Key ID: F3614B02ACBE438E
3 changed files with 32 additions and 26 deletions

View File

@ -6,11 +6,10 @@ Resume
:status: published
`2022 Resume <{attach}/pdfs/Tyrel-Souza-Resume-2022.pdf>`_
`2023 Resume <{attach}/pdfs/Tyrel-Souza-Resume-2023.pdf>`_
Also `Online Resume <https://read.cv/tyrel/>`_ for more up to date resume.
----
Senior Software Engineer with focus on Python, Django, Go. Technology enthusiast and IOT tinkerer. Private pilot. Amateur radio operator.
@ -21,15 +20,19 @@ EXPERIENCE
EverQuote — Boston, MA — Senior Software Engineer >>> January 2022 - June 2023
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* Ported a Python2.7 monolith to Python3 microservices.
* Email Remarketing Team
* Ported a Python2.7 monolith to Python3 microservices using FastAPI, and Kafka.
* Automated a daily task for two analysts to be able to be run in only a few moments which saves 18 hours per week of analyst time.
* Built a UI for manipulating database settings to aid in automating work for analysts.
* Migrated a handful of repositories from CircleCI testing to GitHub Actions.
* Ported multiple long running scripts from Python2.7 to Python3.
* Migrated some command line tools from Python2.7 to Python3.
* Migrated alerts system platform from PagerDuty to Opsgenie.
* Launched a webservice using Go to assist Sales Reps to provide alternative Insurance company matches.
* SOX Compliance training.
* Ported multiple long running scripts and command line tools from Python 2.7 to Python 3.
* Migrated alerts system platform from PagerDuty to Opsgenie
* Consumer Engagement Team
* Launched a web service using Go and React (in TypeScript) to assist Sales Reps to provide alternative insurance company matches.
* Transitioned multiple projects from Atlassian Bamboo to GitHub Actions.
Tidelift — Boston, MA — Software Engineer III >>> April 2018 - December 2021
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@ -41,17 +44,17 @@ Tidelift — Boston, MA — Software Engineer III >>> April 2018 - December 2021
* Expanded personal project into company product
* Tidelift core redesign and pivot
* Pivoted from solely a vulnerability scanner to supporting a catalog of open source dependencies
* Part of small team developing Tidelift 2.0/3.0
* Developed front end Vue, and back end Ruby on Rails
* Worked on many Sinatra microservices.
* Expanded open source code under https://libraries.io to support more languages.
* Added new languages manifests support
* Programmed in multiple projects with code all available as open source on github
* `Bibliothecary <https://github.com/librariesio/bibliothecary>`_: Added ability to detect dependencies in manifests for Poetry, pip-compile, pipfile,
* Conda
* `Conda Parser <https://github.com/librariesio/conda-parser>`_: Developed ingestor of Conda environment files, parsing environment.yml files
* `Conda API <https://github.com/librariesio/conda-api>`_: Programmed web scraping of Anaconda to detect new packages, and REST API endpoints for packages
@ -59,13 +62,15 @@ Tidelift — Boston, MA — Software Engineer III >>> April 2018 - December 2021
Addgene — Cambridge, MA — Software Engineer >>> March 2015 - March 2018
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* Wrote Django REST Framework API server behind a token-authenticated NGINX server
* Wrote code to support front end ecommerce site, and back end inventory management system using Django, Django Rest Framework, jQuery, Bootstrap
* Rewrote file storage backend to keep on Amazon S3 instead of local in-house file system
* Released my own custom Django module as a result
* Trained non-developers in Python
* Helped start and expand a "non-developer developer" club
* Helped start and expand a “non-developer developer” club
* Created mircoservices to support 3rd party API integration
Akamai — Cambridge, MA — Sr. Software Engineer >>> July 2014 - March 2015
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Binary file not shown.

View File

@ -70,4 +70,5 @@ SOCIAL = ()
# THEME = "./themes/pelican-themes/gum"
DISPLAY_PAGES_ON_MENU=True
LANDING_PAGE_ABOUT=True
THEME = pwd / "themes" / "waterspill-en"
THEME = pwd / "themes" / "solarized"
#THEME = pwd / "themes" / "waterspill-en"