The code and data behind xeiaso.net
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add new person profile for River with links, as singalboost (#1086)

authored by

Aditya Shankar and committed by
GitHub
91ac7903 9359187d

+20
+20
dhall/signalboost.dhall
··· 247 247 , Link::{ url = "https://github.com/shepherdjerred", title = "GitHub" } 248 248 ] 249 249 } 250 + , Person::{ 251 + , name = "River" 252 + , tags = 253 + [ "full-stack" 254 + , "javascript" 255 + , "typescript" 256 + , "python" 257 + , "react" 258 + , "nextjs" 259 + , "docker" 260 + , "ai/ml" 261 + , "computer-vision" 262 + ] 263 + , links = 264 + [ Link::{ url = "https://river.berlin", title = "Website" } 265 + , Link::{ url = "https://river.berlin/resume", title = "Resume" } 266 + , Link::{ url = "https://github.com/therealadityashankar", title = "GitHub" } 267 + , Link::{ url = "https://www.linkedin.com/in/aditya-shankar-338641252/", title = "LinkedIn" } 268 + ] 269 + } 250 270 ]