-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.js
131 lines (129 loc) · 5.29 KB
/
config.js
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
var configData = {
header: {
title: "Grigoris Katrakazas Page"
},
aside: {
githubUrl: "https://github.com/gkatrakazas",
githubText: "gkatrakazas",
phone: "+30 6980684913",
phoneText: "+30 6980684913",
email: "[email protected]",
emailText: "[email protected]",
linkedinUrl: "https://www.linkedin.com/in/gkatrakazas/",
linkedinText: "gkatrakazas",
programmingSkills: {
coreLanguages: {
experienced: "JavaScript, Python, C, SQL",
familiar: "TypeScript, Java, C++"
},
webDevelopment: {
frontEnd: "HTML, CSS, React (Library), TailwindCSS, Bootstrap",
backEnd: "Flask, Django, Nodejs, Express",
database: "PostgreSQL, MySQL, SQLite3, Mongo DB, Microsoft SQL Server, Firebase Realtime Database"
},
dataFormats: {
experienced: "JSON, XML"
},
toolsAndTech: {
experienced: "Git, Unix/Linux OS, Jenkins",
familiar: "Docker"
},
},
languages: {
Greek: {
proficiency: "Native"
},
English: {
proficiency: "Fluent"
}
},
interests: ["Degree in Byzantine church music", "Professional painting & sketching"],
otherSkills: ["Teamwork", "Hard-working", "Continuous learning", "Critical Thinking", "Creativity", "Communication", "Attention to Detail"]
},
main: {
name: "GRIGORIS KATRAKAZAS",
jobTitle: "Frontend Developer",
about: "As a 27-year-old Frontend Developer, I have a deep-rooted passion for programming, with a specialized focus on developing web applications.",
education: [
{
period: "2022 - present",
degree: "Master of Computer Science",
university: "National and Kapodistrian University of Athens",
specialization: "Data and Knowledge Management"
},
{
period: "2016 - 2022",
degree: "Bachelor of Informatics and Telecommunications",
university: "National and Kapodistrian University of Athens",
specialization: "Data and Knowledge Management"
},
{
period: "2014 - 2016",
degree: "Applied Mathematical and Physical Sciences",
university: "National Technical University of Athens"
}
],
professional: [
{
title: "Front-end Developer",
company: "GUNET",
period: "6/23 - Present",
},
{
title: "Full Stack Developer",
company: "8BELLS Research LTD",
period: "10/21 - 5/23",
description: [
"Developed and maintained web applications utilizing React, Flask, and PostgreSQL.",
"Implemented machine learning algorithms using Python."
]
},
],
university: [
{
title: "Operational Site Development for Athens Transportations, OASA",
technology: "Django, SQLite3",
description: "Developed a fully functional operational site, which was a critical project due to its real-world application."
},
{
title: "Vector Image Representation",
technology: "C++ / Python",
description: "Executed a project focusing on lowering the dimension in space using autoencoding neural networks, which had significant implications in image processing."
},
],
personal: [
{
title: 'Mycashdad',
technology: 'ReactJS, Firebase, Tailwindcss',
description: 'A user-friendly web app for manage and share budgets, expense tracking, and achieving financial goals swiftly.',
link: 'https://mycashdad.com'
},
{
title: "Web Application for Dietitians",
technology: "Django, SQLite3",
description: "Created an application to efficiently organize and store patient data, enhancing dietitians’ productivity.",
link: ''
},
{
title: "Greek Army Desktop Application",
technology: "Python, PySimpleGUI, SQLite3",
description: "Developed a predictive model and application for soldiers' duties allocation, streamlining the army's operational flow.",
link: ''
},
],
volunteering: [
{
period: "2018 - 2020",
organization: "@Thinkbiz",
role: "Active member",
description: "1st Entrepreneurship Organization in Greece based on AUEB."
},
{
period: "2018 - 2019",
organization: "@Thinkbiz",
role: "Member of the Organizational Committee @Codebiz",
description: "A new project, in which youth entrepreneurial culture & coding are combined."
}
]
}
};