Skip to content

Commit

Permalink
Merge pull request #13 from zembrodt/develop
Browse files Browse the repository at this point in the history
Merge develop into main
  • Loading branch information
zembrodt authored Jan 30, 2024
2 parents 2910837 + a530571 commit 616f092
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "portfolio",
"version": "0.1.5",
"version": "0.1.6",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
17 changes: 16 additions & 1 deletion src/assets/data/experiences.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,25 @@
[
{
"title": "Senior Software Engineer",
"id": "flooid-senior",
"company": "Flooid",
"companyUrl": "https://www.flooid.com/",
"dates": "April 2023 - Present",
"year": 2023,
"technologies": [
"Java",
"DB2",
"Docker",
"Concordion",
"Selenium"
]
},
{
"title": "Software Engineer",
"id": "flooid",
"company": "Flooid",
"companyUrl": "https://www.flooid.com/",
"dates": "June 2019 - Present",
"dates": "June 2019 - April 2023",
"year": 2019,
"technologies": [
"Java",
Expand Down
4 changes: 4 additions & 0 deletions src/assets/data/experiences/flooid-senior.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- Ownership of customer feature requests throughout their lifecycle
- Collaborating with customers and team members on estimating future features
- Implementation of localization support for languages requiring non-Latin fonts in Flooid's core application
- Assist solution engineers with customer releases
2 changes: 1 addition & 1 deletion src/assets/data/projects.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
{
"title": "Legacy Portfolio",
"id": "legacy-portfolio",
"projectUrl": "/legacy",
"projectUrl": "https://legacy.zembrodt.com/",
"githubUrl": "https://github.com/zembrodt/zembrodt.github.io",
"docsUrl": null,
"screenshotUrl": "assets/images/legacy_portfolio_screenshot.png",
Expand Down
Binary file modified src/assets/docs/ryan-zembrodt-resume.pdf
Binary file not shown.

0 comments on commit 616f092

Please sign in to comment.