Skip to content

Commit

Permalink
Add karan Yadav to signalboost (#767)
Browse files Browse the repository at this point in the history
  • Loading branch information
karan-ydv committed Apr 30, 2024
1 parent 74a563f commit a667a01
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions dhall/signalboost.dhall
Expand Up @@ -48,6 +48,21 @@ in [ Person::{
, Link::{ url = "https://twitter.com/PiyushhB", title = "twitter" }
]
}
, Person::{
, name = "Karan Yadav"
, tags =
[ "ruby"
, "python"
, "linux"
, "c++"
, "aws"
, "backend"
]
, links =
[ Link::{ url = "https://github.com/karan-ydv", title = "GitHub" }
, Link::{ url = "https://karanydv.tech", title = "website" }
]
}
, Person::{
, name = "Jeremy White"
, tags =
Expand Down

0 comments on commit a667a01

Please sign in to comment.