diff --git a/content/pages/resume.rst b/content/pages/resume.rst
index af79e4f..3bb221f 100644
--- a/content/pages/resume.rst
+++ b/content/pages/resume.rst
@@ -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 `_ 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.
-* 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.
+* 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 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,31 +44,33 @@ 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
+
+ * 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 `_: Added ability to detect dependencies in manifests for Poetry, pip-compile, pipfile,
-
-* Conda
-
- * `Conda Parser `_: Developed ingestor of Conda environment files, parsing environment.yml files
- * `Conda API `_: Programmed web scraping of Anaconda to detect new packages, and REST API endpoints for packages
+ * Added new languages manifests support
+ * Programmed in multiple projects with code all available as open source on github
+ * `Bibliothecary `_: Added ability to detect dependencies in manifests for Poetry, pip-compile, pipfile,
+ * `Conda Parser `_: Developed ingestor of Conda environment files, parsing environment.yml files
+ * `Conda API `_: Programmed web scraping of Anaconda to detect new packages, and REST API endpoints for packages
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
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
diff --git a/content/pdfs/Tyrel-Souza-Resume-2023.pdf b/content/pdfs/Tyrel-Souza-Resume-2023.pdf
new file mode 100644
index 0000000..e28665a
Binary files /dev/null and b/content/pdfs/Tyrel-Souza-Resume-2023.pdf differ
diff --git a/pelicanconf.py b/pelicanconf.py
index 9fa2207..087e8be 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -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"