Skip to content

Commit

Permalink
adding unison
Browse files Browse the repository at this point in the history
  • Loading branch information
upendra1997 committed Jul 1, 2024
1 parent c84a206 commit de12d89
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 3 additions & 3 deletions assets/css/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ main.paper {
}

.section-experience p {
line-height: 1.1;
line-height: 1;
}

.grid {
grid-template-rows: repeat(12, 1fr);
grid-template-rows: repeat(20, 1fr);

header {
grid-area: 1 / 1 / 1 / 8;
Expand All @@ -18,7 +18,7 @@ main.paper {
.title {
flex-grow: 1;
h1 {
font-size: 2rem;
font-size: 1.5rem;
display: flex;
justify-content: space-around;
}
Expand Down
2 changes: 1 addition & 1 deletion data/experience.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
- Lead project for *Gopay Savings* integration with risk rule engine, and its integration with *segmentation service* to prevent promotion abuse. This required tight collaboration across multiple microservices and teams and had monthly savings of **~120M IDR**.
- Headed rule engine performance activites by enabling lazy evaluation, optimizing GC, handrolling *custom* parser and parallel evaluation; which reduced time taken by parsing from *~1 second* to *~250 ms*, around **~75%** faster.
- Piloted **Kong** level lua plugin for attestation to stop *scripted attacks* in collaboration with the mobile and security team. Which blocked around: 30K requests per week; **0.033%** of all requests; ~4.5K per day.
- Authored various in-depth RCAs and RFCs, revolving around enrichment and risk context service for auto reply of customer complaint tickets.
- Authored comprehensive RCAs and RFCs focused on enrichment and risk context services for automating customer complaint responses and managing stakeholder relations across various projects.
- Mentored, Hired employee for GoJek by KT, TDD, pairing and reading sessions regarding functional programming, **Clojure** *design patterns*, benchmarking and performance tuning.
**Tags**: Load Testing | gRPC | Go | Elxir | Clojure | Redis | PostgreSQL | QuickCheck | Kafka | Lua | Kong | TDD
Expand Down
4 changes: 4 additions & 0 deletions data/features.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,3 +131,7 @@ opensources:
link: "https://github.com/denoland/deno/pulls?q=is%3Apr+is%3Aclosed+author%3Aupendra1997"
subtitle: |
Javascript engine in rust
- title: "Unison"
link: "https://github.com/unisonweb/unison/pulls?q=is%3Apr+is%3Aclosed+author%3Aupendra1997"
subtitle: |
A language from the future

0 comments on commit de12d89

Please sign in to comment.