Start/>

Hi, my name is Ashkan Rahnavardi


I design and develop


Let me show you...

Work/>

Selected full-stack projects...

About/>
class
Ashkan Rahnavardi {
..
// I can, because I do.
..
// Only time stands between me and my goals.
..
constructor
() {
....
this.name = 'Ashkan Rahnavardi'
....
this.dayOfBirthTimeStamp = 808917600
....
this.email = 'ashkan.rahnavardi@gmail.com'
..
}
..
workExperience() {
....
return [
......
{ '2023-now' : 'Full-stack Developer at Freelance' }
......
{ 'Summer-23' : 'Traffic Engineer at City of Vancouver' }
......
{ '2018-2021' : 'Sales Representative at Telus' }
....
]
..
}
..
education() {
....
return [
......
{ '2021-2023' : 'British Columbia Institute of Technology - Advanced Diploma, Computer Systems Technology' }
......
{ '2013-2017' : 'University of Victoria - Bachelor of Science, Biology and Psychology Dual Major' }
....
]
..
}
..
skills() {
....
return {
......
Languages : [ 'Typescript', 'Python', 'C++', 'Java', 'SQL', 'HTML', 'CSS/SCSS', 'Farsi', 'English'],
......
Frameworks : [ 'React', 'NextJS', 'Vue', 'Flask', 'Bootstrap', 'Tailwind', 'Material UI', 'Express', 'Jest'],
......
Databases : [ 'MongoDB', 'PostgreSQL', 'MySQL', 'SQL Server', 'Firebase'],
......
Tools : [ 'AWS', 'Github', 'Docker', 'npm/yarn', 'Webpack', 'Babel', 'Figma', 'Photoshop'],
......
MachineLearning : [ 'TensorFlow', 'PyTorch', 'Scikit-Learn', 'Matplotlib', 'Pandas', 'NLTK', 'NumPy', 'Keras']
....
}
..
}
}