Start/>

Hi, my name is Ashkan Rahnavardi


I design and develop


Let me show you...

Projects/>

Freelance Portfolio

Independent Builds

About/>
class
Ashkan Rahnavardi {
..
// I can, because I will.
..
// It's not that serious.
..
constructor
() {
....
this.name = 'Ashkan Rahnavardi'
....
this.dayOfBirthTimeStamp = 808917600
....
this.email = 'ashkan.rahnavardi@gmail.com'
..
}
..
workExperience() {
....
return [
......
{ '05/24-today' : 'Full-Stack Developer/Owner at AR Solutions' }
......
{ '05/23-05/24' : 'Traffic Operations Technician at City of Vancouver' }
......
{ '02/18-09/21' : 'Sales Representative at Telus' }
......
{ '05/17-02/18' : 'Door-to-Door Sales Representative at Canadian Property Stars' }
....
]
..
}
..
education() {
....
return [
......
{ '01/21-01/23' : 'British Columbia Institute of Technology - Advanced Diploma, Computer Systems Technology' }
......
{ '09/13-06/18' : 'University of Victoria - Bachelor of Science, Biology and Psychology Dual Major' }
....
]
..
}
..
skills() {
....
return {
......
Languages: [ 'TS/JS (ES6+)', 'PHP', 'Python', 'Farsi', 'English'],
......
Frameworks & Libraries: [ 'React', 'Next.js', 'Laravel', 'WordPress', 'WooCommerce'],
......
Databases: [ 'PostgreSQL', 'MySQL', 'MongoDB'],
......
Cloud & DevOps: [ 'AWS (EC2, S3, Route 53, IAM)', 'Docker & Docker Compose', 'GitHub Actions CI/CD'],
......
Tools: [ 'Linux (NixOS)', 'Neovim', 'Obsidian', 'Photoshop', 'Figma']
....
}
..
}
}