1
1
// config.js
2
2
module . exports = {
3
3
github : {
4
- username : 'arifszn ' , // Your GitHub org/user name. (Required)
4
+ username : 'skiabox ' , // Your GitHub org/user name. (Required)
5
5
sortBy : 'stars' , // stars | updated
6
6
limit : 8 , // How many projects to display.
7
7
exclude : {
@@ -10,23 +10,22 @@ module.exports = {
10
10
}
11
11
} ,
12
12
social : {
13
- linkedin : 'ariful-alam ' ,
14
- twitter : 'arif_swozon ' ,
13
+ linkedin : 'stavros-kefaleas ' ,
14
+ twitter : 'KefaleasStavros ' ,
15
15
facebook : '' ,
16
16
dribbble : '' ,
17
17
behance : '' ,
18
18
medium : '' ,
19
19
devto : '' ,
20
- website : 'https://arifszn.github.io ' ,
20
+ website : 'https://devcanvas.org ' ,
21
21
phone : '' ,
22
- email : 'contact@arifszn .com'
22
+ email : 'stavros.kefaleas@gmail .com'
23
23
} ,
24
24
skills : [
25
25
'PHP' ,
26
26
'Laravel' ,
27
27
'JavaScript' ,
28
28
'React.js' ,
29
- 'Vue.js' ,
30
29
'Node.js' ,
31
30
'Jquery' ,
32
31
'MySQL' ,
@@ -39,48 +38,48 @@ module.exports = {
39
38
] ,
40
39
experiences : [
41
40
{
42
- company : 'Monstarlab Bangladesh ' ,
43
- position : 'Backend Engineer II ' ,
44
- from : 'September 2021' ,
45
- to : 'Present '
41
+ company : 'Cepal Company ' ,
42
+ position : 'Senior Front-End Engineer ' ,
43
+ from : 'May 2021' ,
44
+ to : 'October 2021 '
46
45
} ,
47
46
{
48
- company : 'Orangetoolz ' ,
49
- position : 'Jr. Full Stack Engineer' ,
50
- from : 'July 2019 ' ,
51
- to : 'August 2021'
47
+ company : 'Yodiwo Company ' ,
48
+ position : 'Senior Software Engineer' ,
49
+ from : 'October 2020 ' ,
50
+ to : 'April 2021'
52
51
} ,
53
52
{
54
- company : 'Techvillage ' ,
55
- position : 'Jr. Software Engineer' ,
56
- from : 'January 2019 ' ,
57
- to : ' June 2019 '
53
+ company : 'Greek Company in the Gambling Industry ' ,
54
+ position : 'Senior Software Engineer' ,
55
+ from : 'February 2020 ' ,
56
+ to : 'September 2020 '
58
57
}
59
58
] ,
60
59
education : [
61
60
{
62
- institution : 'American International University-Bangladesh ' ,
63
- degree : 'Bachelor of Science' ,
64
- from : '2015 ' ,
65
- to : '2019 '
61
+ institution : 'UK Open University' ,
62
+ degree : 'Bachelor of Science (Honours) ' ,
63
+ from : '2010 ' ,
64
+ to : '2015 '
66
65
} ,
67
66
{
68
- institution : 'Cantonment College, Jessore ' ,
69
- degree : 'Higher Secondary Certificate (HSC) ' ,
70
- from : '2012 ' ,
71
- to : '2014 ' ,
67
+ institution : 'ECDL School at Larisa ' ,
68
+ degree : 'Completed ECDL course ' ,
69
+ from : '2005 ' ,
70
+ to : '2006 ' ,
72
71
} ,
73
72
{
74
- institution : 'Chowgacha Shahadat Pilot High School ' ,
75
- degree : 'Secondary School Certificate (SSC )' ,
73
+ institution : 'Udemy ' ,
74
+ degree : 'Various courses (uploaded to my blog )' ,
76
75
from : '2007' ,
77
- to : '2012 '
76
+ to : '2017 '
78
77
}
79
78
] ,
80
79
blog : {
81
80
// Display blog posts from your medium or dev.to account. (Optional)
82
- source : 'dev.to ' , // medium | dev.to
83
- username : 'arifszn ' ,
81
+ source : 'medium ' , // medium | dev.to
82
+ username : 'skiabox ' ,
84
83
limit : 2 // How many posts to display. Max is 10.
85
84
} ,
86
85
googleAnalytics : {
0 commit comments