profile.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
import ambition, { curiosity } from 'ayush-portfolio'
export const collection = 'Engineering'
const profile = new Developer({
role: 'Full-Stack Developer',
workingOn: {
current: ['Full-Stack Applications', 'Cloud Services'],
},
crafting: ['code', 'systems', 'experiences'],
}, { alwaysLearning: true })
export default profile