-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathres_primaryLanguage.json
167 lines (166 loc) · 5.12 KB
/
res_primaryLanguage.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
{
"basic_info": {
"description_header": "Hi",
"description": "👋 Highly motivated and skilled Full Stack Developer with a deep passion for crafting cutting-edge web and mobile applications. Proficient in leveraging the power of React and React Native to develop intuitive and feature-rich solutions. A strong problem solver who thrives in challenging environments and enjoys finding innovative solutions to complex technical issues. Committed to excellence, I have independently initiated and deployed my own mobile app projects on both iOS and Google Play Store. Eager to pursue my entrepreneurial ambitions, my long-term vision is to build a prominent tech company that shapes the future of technology. With a dedication to continuous learning and an unwavering drive to make a positive impact, I am poised to contribute my expertise and enthusiasm to any dynamic team.",
"section_name": {
"about": "About me",
"projects": "Projects",
"skills": "Skills",
"experience": "Experience"
}
},
"projects": [
{
"title": "Social Media",
"startDate": "2023",
"description": "Trip planner app, still in development",
"images": [
"https://frankyfdr.github.io/portfolio/images/portfolio/arrive/1.png",
"https://frankyfdr.github.io/portfolio/images/portfolio/arrive/2.png",
"https://frankyfdr.github.io/portfolio/images/portfolio/arrive/3.png",
"https://frankyfdr.github.io/portfolio/images/portfolio/arrive/4.png"
],
"url": "",
"technologies": [
{
"class": "devicon-react-plain",
"name": "React"
},
{
"class": "devicon-typescript-plain",
"name": "TypeScript"
},
{
"class": "devicon-nodejs-plain",
"name": "Nodejs"
},
{
"class": "devicon-graphql-plain",
"name": "Graphql"
},
{
"class": "devicon-redux-plain",
"name": "Redux"
},
{
"class": "devicon-mysql-plain",
"name": "Mysql"
}
]
},
{
"title": "Stockey",
"startDate": "2020",
"description": "Stock market analysis app, offering dynamic charts, real-time price updates, upcoming event insights, and dividend tracking capabilities.",
"images": [
"https://frankyfdr.github.io/portfolio/images/portfolio/stockey/1.png",
"https://frankyfdr.github.io/portfolio/images/portfolio/stockey/2.png",
"https://frankyfdr.github.io/portfolio/images/portfolio/stockey/3.png",
"https://frankyfdr.github.io/portfolio/images/portfolio/stockey/4.png",
"https://frankyfdr.github.io/portfolio/images/portfolio/stockey/5.png"
],
"url": "",
"technologies": [
{
"class": "devicon-react-original",
"name": "React"
},
{
"class": "devicon-javascript-plain",
"name": "JavaScript"
},
{
"class": "devicon-nodejs-plain",
"name": "Nodejs"
},
{
"class": "devicon-graphql-plain",
"name": "GraphQL"
},
{
"class": "devicon-redux-plain",
"name": "Redux"
},
{
"class": "devicon-mysql-plain",
"name": "Mysql"
}
]
},
{
"title": "MQL4 Trading bot",
"startDate": "2018",
"description": "Trading bot for forex, based on a strategy it will close or open positions on trading market",
"images": [
"https://www.earnforex.com/mt4-forex-indicators/images/Beginner.png"
],
"url": "https://github.com/frankyfdr/Trading-Robot",
"technologies": [
{
"class": "devicon-csharp-plain",
"name": "C#"
}
]
}
],
"experience": [
{
"company": "Equals Money",
"title": "Developer",
"years": "12.2022 - present",
"mainTech": ["React / Nodejs"],
"technologies": [
"React",
"React Native",
"Node.js",
"JavaScript",
"Docker",
"Next.js",
"Context API"
],
"icon": "fa-react"
},
{
"company": "Dark Trace",
"title": "Software Engineer",
"years": "06.2012 - 12.2022",
"mainTech": ["JavaScript"],
"technologies": [
"React.js",
"Node.js",
"Docker ",
"jQuery",
"HTML5",
"CSS 3",
"MySQL"
],
"icon": "devicon-javascript-plain"
},
{
"company": "Grant Instruments",
"title": "Software Engineer",
"years": "03.2021 - 06.2022",
"mainTech": ["React / React Native"],
"technologies": [
"React.js ",
"React Native ",
"Node.js ",
"JavaScript ",
"Microsoft Azure ",
"Redux.js ",
"GraphQL ",
"SASS ",
"MySQL"
],
"icon": "fa-react"
},
{
"company": "NOS",
"title": "Technical Support",
"years": "12.2014 - 06.2017",
"mainTech": ["React / React Native"],
"technologies": ["Problem Solving", "Customer Support"],
"icon": "fa-react"
}
]
}