Skip to content

Commit 1c58002

Browse files
add app to project description
1 parent 6285263 commit 1c58002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/work.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"▼ Designed and developed a full-stack application to automate Security Architecture Reviews, significantly reducing the bottleneck of manual reviews and shortening review times from 3 months to just 30 minutes in some cases.",
9595
"▼ Developed the web app using Angular, Typescript, Bootstrap 4, and SCSS, with a responsive design based on the <a href='https://github.com/akveo/ngx-admin' class='text-sky-500'>ngx-admin</a> template. Unit tests were written using Jasmine and Karma.",
9696
"▼ Integrated PingID using OIDC for Single Sign-On (SSO). The web app included an authentication module that dynamically displayed user options based on roles (e.g., admin, reviewer). The app server validated the user's OIDC token and provided a JWT token for future authentication and authorization (Authn/z) during REST API calls.",
97-
"▼ The backend server was written in Go, leveraging the <a href='https://github.com/ardanlabs/service/tree/master' class='text-sky-500'>Service</a> framework. To ensure clean separation of program boundaries, the code was structured into API, business, and storage packages. Since this was an internal app with a low user volume, the focus was on code correctness, integrity, and maintainability.",
97+
"▼ The backend server was written in Go, leveraging the <a href='https://github.com/ardanlabs/service/tree/master' class='text-sky-500'>Service</a> framework. To ensure clean separation of program boundaries, the code was structured into API, app, business, and storage packages. Since this was an internal app with a low user volume, the focus was on code correctness, integrity, and maintainability.",
9898
"▼ Data was stored in a PostgreSQL database with a simple schema to track relationships between users and reviews.",
9999
"▼ Hosted the app in Kubernetes, deployed with ArgoCD and Helm charts."
100100
]

0 commit comments

Comments
 (0)