This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
interface Transaction { | |
id: string; | |
bank_country_code: string; | |
amount: number; | |
} | |
const latencies: Record<string, number> = {} | |
function prioritize(transactions: Transaction[], totalTime: number = 1000): Transaction[] { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"meta": { | |
"theme": "kendall" | |
}, | |
"basics": { | |
"name": "Narender Vaddepelly", | |
"label": "Web Developer (+8 years)", | |
"image": "https://avatars0.githubusercontent.com/u/8955270?s=460&u=38f220a2c9c658141804f881c334c594eb1642ac&v=4", | |
"summary": "I'm a full stack web developer with having 7+ years of experience in developing web applications & who can build apps from the ground up. I've worked mostly at startups so I am use to wearing many hats. I am a very product focussed developer who prioritizes user feedback first and foremost. I'm generally very flexible when investigating new roles.", | |
"website": "", |