-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathuser.config.js
181 lines (179 loc) · 6.19 KB
/
user.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
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
168
169
170
171
172
173
174
175
176
177
178
179
180
181
import ResumePDF from "./Srinibas_Biswal_Resume.pdf";
import default_avatar from "../../assets/images/baseImages/default_avatar.svg";
import KloudGin from ".././../assets/images/data/KloudGin.png";
import Freelance from ".././../assets/images/data/Freelance.png";
import PayPal from ".././../assets/images/data/PayPal.jpeg";
const user = {
firstName: "Srinibas",
lastName: "Biswal",
userImage: default_avatar,
resume: ResumePDF,
email: "[email protected]",
linkedIn: "in/srinibasbiswal",
gitHub: "srinibasbiswal",
twitter: "srinibasbiswal",
aboutMe: {
intro: " I'm a Full Stack Software Development Engineer from India.",
description:
"I enjoy taking up complex problems and converting to an usable format. My major domains are Web Development (React / Angular / Node) and Software Development (Java / Python).",
outro: "When I'm not developing any stuff , you will find me re-watching an episode of The Office or exploring a new place.",
},
experiences: [
{
organization: "PayPal",
organizationPicture: PayPal,
isCurrent: true,
startDate: "Oct 2021",
endDate: null,
positions: [
{
positionName: "Software Engineer 2",
startDate: "Oct 2021",
endDate: " Present",
isPresent: true,
description:
"Working as part of the Identity Engineering Team, responsible for the development and maintaining login scenarios in Web and Native experiences. Implemented a long-term architecture for platform convergence in existing node modules, automating tenant onboarding and reducing onboarding time significantly. Migrated legacy C++ components to Node modules with updated UI, improving performance and design aesthetics. Developed an internal tool tailored for efficient upgrades and verification of internal framework versions across multiple micro-services, saving manual effort and reducing the risk of errors. Technologies: ReactJS, JavaScript, Node, GraphQL, Java, RESTful web services, Swift, MySQL",
},
],
},
{
organization: "KloudGin",
organizationPicture: KloudGin,
isCurrent: false,
startDate: "Jun 2019",
endDate: "Oct 2021",
positions: [
{
positionName: "Software Engineer",
startDate: "May 2021",
endDate: " Present",
isPresent: true,
description:
"During this time, I worked on the redesigning and development of the new UI for the product using AngularJS.I also developed multiple APIs to support the GIS feature and also worked on the configuration of the GIS in the product.",
},
{
positionName: "Associate Software Engineer",
startDate: "May 2020",
endDate: "April 2021",
isPresent: false,
description:
"During this time, I designed and developed multiple APIs for the EAM Module and Inventory Management Module. For the EAM module, I also developed and implemented APIs for supporting new features in the product such as Asset Criticality, Purchase Order, and Material Order modules.",
},
{
positionName: "Trainee Engineer",
startDate: "June 2019",
endDate: "April 2020",
isPresent: false,
description:
"During this time, I developed and implemented the User Management Module including the development of the supporting APIs and configuration of the UI for the dashboard using Java and KloudGin Platform. I also worked on the API documentation using Swagger API.",
},
],
},
{
organization: "Freelance Developer",
startDate: "2017",
endDate: "2019",
organizationPicture: Freelance,
isCurrent: false,
positions: [
{
positionName: "Fullstack Developer",
startDate: "2017",
endDate: "2019",
isPresent: false,
description:
"I was a freelance developer during my Bachelor's degree where I worked with different established companies like Prelude, Ediolon and Youngster's Worldwide.",
},
],
},
],
education: [
{
instituteName:
"ITER, Siksha 'O' Anusandhan (Deemed to be University)",
degree: "Bachelor's Degree in Computer Science and Engineering",
year: "2019",
id: 1,
},
{
instituteName: "O.D.M. Public School, Bhubaneswar",
degree: "Intermediate",
year: "2015",
id: 2,
},
{
instituteName: "Prabhujee English Medium School, Bhubaneswar",
degree: "Matriculation",
year: "2013",
id: 3,
},
],
projects: [
{
projectName: "MyShop",
description:
"A customizable eCommerce website where the user can customize different components of the application.",
madeWith: ["React", "Node", "Firebase", "Firestore"],
link: "hhttps://github.com/srinibasbiswal/My-Shop",
},
{
projectName: "NoteStack",
description:
"A notes management platform/application where students can share their course notes easily with each other.",
madeWith: ["React", "Java", "Firebase", "Firestore"],
link: "https://github.com/srinibasbiswal/NoteStack",
},
{
projectName: "Bus Management",
description:
"A bus management system for ITER, BBSR which helps to know different bus routes and makes easy to decode which route to take.",
madeWith: ["Python", "TKinter", "Firebase"],
link: "https://iter-bus.firebaseapp.com/",
},
{
projectName: "Seat Swapper",
description:
"A train seat swapping system where we can get our desired train seat without any extra payment. This was a project for IBS hackathon.",
madeWith: [
"Java",
"MySQL",
"BlockChain",
"HTML",
"CSS",
"JavaScript",
],
link: "https://github.com/srinibasbiswal/IBS-Hackathon",
},
{
projectName: "Flight Ticket Saver",
description:
"A flight booking system which was dealing with the bumping of seats with the help of Etherium Smart Contract. This was a project for IATA Hackathon.",
madeWith: ["Python", "DJANGO", "HTML", "CSS", "JavaScript"],
link: "https://github.com/srinibasbiswal/IATA-Hackathon",
},
],
skills: [
{
name: "Language Proficiency",
values: [
"ReactJS",
"JavaScript",
"Node",
"Python",
"Java",
"Firebase",
"HTML",
"CSS",
],
},
{
name: "Tools/IDE Proficiency",
values: ["VSCode","XCode","Git", "PyCharm", "Eclipse", "IntelliJ IDEA", "Postman"],
},
{
name: "Database Proficiency",
values: ["MySQL", "MongoDB", "Firestore"],
},
],
};
export default user;