Skip to content

Commit

Permalink
Updated Portfolio
Browse files Browse the repository at this point in the history
  • Loading branch information
fuunshi committed Sep 17, 2024
1 parent e1a4905 commit 527925d
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
32 changes: 32 additions & 0 deletions json/experiences.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"title": "Junior Developer",
"compName": "Enigma DTS",
"description": [
"Contributing to team using Go and React",
"Improved performance of the application by 20% by optimizing react components",
"Followed Agile methodology for project management"
],
"from": "Feb 2024",
"to": "present"
},
{
"title": "Django Intern",
"compName": "Yuwasoft",
"description": [
"Lead a team and developed a smart accounting using Django",
"Configured Docker to containerize the application to build and test application quickly"
],
"from": "July 2024",
"to": "present"
},
{
"title": "Freelancer",
"compName": "Freelancer",
"description": [
"Developed a website for a local business using Django"
],
"from": "Jan 2023",
"to": "present"
}
]
12 changes: 12 additions & 0 deletions json/skills.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,18 @@
{
"name": "postgresql",
"url":"https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/postgresql/postgresql-plain-wordmark.svg"
},
{
"name": "Node.js",
"url":"https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/nodejs/nodejs-original-wordmark.svg"
},
{
"name": "express",
"url":"https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/express/express-original-wordmark.svg"
},
{
"name": "django-channels",
"url":"https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/django/django-plain.svg"
}

]

0 comments on commit 527925d

Please sign in to comment.