Skip to content

Commit 393f129

Browse files
authored
Update README.md
1 parent 07d5161 commit 393f129

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

README.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,26 @@
77
[![Gmail Badge](https://img.shields.io/badge/[email protected]?style=flat&logo=Gmail&logoColor=white&link=mailto:[email protected])](mailto:[email protected])
88
[![Linkedin Badge](https://img.shields.io/badge/-Christian%20QH-0072b1?style=flat&logo=Linkedin&logoColor=white&link=https://linkedin.com/in/oxicode/)](https://linkedin.com/in/oxicode/)
99
<img src='https://visitor-badge.glitch.me/badge?page_id=oxicode.oxicode' />
10-
<br>
10+
<br />
11+
```javascript
12+
import SoftwareDeveloper from 'Oxicode';
13+
import { Languages, Frameworks } from 'Oxicode/skills';
14+
15+
class Bio extends SoftwareDeveloper {
16+
name = 'Christian Quispe';
17+
title = 'Senior Solution Architect';
18+
location = 'Remote';
19+
}
20+
21+
class Skills extends SoftwareDeveloper {
22+
languages = ['JavaScript', 'TypeScript', 'PHP', ...Languages];
23+
databases = ['MySQL', 'MongoDB', 'PostgreSQL'];
24+
frameworks = ['React', 'Next.js', 'Laravel', 'Nest.js', ...Frameworks];
25+
}
26+
27+
```
28+
29+
1130
### View skills
1231

1332
Programming languages

0 commit comments

Comments
 (0)