-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
117 lines (110 loc) · 4.88 KB
/
index.html
File metadata and controls
117 lines (110 loc) · 4.88 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ivan Majeru - Cross-Functional Software Developer</title>
<style>
body {
background-color: #000000;
color: #33FF33;
font-family: 'Courier New', Courier, monospace;
font-weight: bold;
padding: 20px;
display: flex;
flex-direction: column;
align-items: center;
}
a {
color: #33AAFF;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
h1, h2 {
color: #FFFFFF;
}
.terminal {
background-color: #1E1E1E;
padding: 20px;
border-radius: 5px;
box-shadow: 0 0 10px rgba(0, 255, 0, 0.5);
width: 80%;
max-width: 800px;
margin: auto;
}
.prompt::before {
content: "$ ";
color: #00FF00;
}
.section {
margin-bottom: 20px;
}
header {
border-bottom: 2px solid #33FF33;
padding-bottom: 10px;
margin-bottom: 20px;
text-align: center;
}
.intro {
border: 1px solid #33FF33;
padding: 10px;
margin-bottom: 20px;
text-align: center;
border-radius: 5px;
}
</style>
</head>
<body>
<div class="terminal">
<header>
<h1>Ivan Majeru</h1>
<p class="prompt">Cross-Functional Software Developer</p>
</header>
<div class="intro">
<p>Experienced cross-functional software developer specialized in backend and web technologies, skilled in quickly adapting to new technologies and project requirements. Extensive background in Golang, Python, and Node.js, with strong proficiency in system administration and deployment automation. Passionate about creating efficient, scalable, and maintainable solutions, including recent experience integrating AI/LLM functionalities.</p>
</div>
<div class="section">
<p>Email: <a href="mailto:ivan.majeru@gmail.com">ivan.majeru@gmail.com</a></p>
<p>Phone: +37378016899 (Telegram, Viber, WhatsApp)</p>
<p>LinkedIn: <a href="https://www.linkedin.com/in/ivan-majeru-12306878/" target="_blank">linkedin.com/in/ivan-majeru-12306878</a></p>
<p>GitHub: <a href="https://github.com/iovanom" target="_blank">github.com/iovanom</a></p>
</div>
<div class="section">
<h2>Professional Experience</h2>
<p class="prompt">Senior Cross-Functional Developer @ <a href="https://retently.com" target="_blank">Retently</a> (2019–present)</p>
<ul>
<li>- Backend development: Node.js, MongoDB, ElasticSearch.</li>
<li>- DevOps: Deployment automation, CI/CD, Linux server management.</li>
<li>- External integrations: Shopify, Gorgias, Klaviyo, Salesforce, HubSpot.</li>
<li>- AI/LLM: Custom prompt engineering, automation via Telegram Bots.</li>
</ul>
<p class="prompt">Full Stack Developer @ SmartSoftDev, Moldova (2015–2019)</p>
<ul>
<li>- Software research, development, and test automation.</li>
<li>- Diverse projects involving Python, PHP, JavaScript, Node.js, Bash scripting.</li>
<li>- Automated testing processes using Jenkins, Selenium, PHPUnit, and Mocha.</li>
</ul>
</div>
<div class="section">
<h2>Education</h2>
<p class="prompt">Master’s Degree in Engineering and Quality Management, State University of Moldova (2010–2012)</p>
<p class="prompt">Bachelor’s Degree in Engineering and Quality Management, State University of Moldova (2006–2010)</p>
</div>
<div class="section">
<h2>Skills & Interests</h2>
<p class="prompt">- Programming Languages: Golang, Python, Node.js, Rust</p>
<p class="prompt">- Frameworks & Libraries: Nest.js, Prisma.js, Flask, Django, Express, Vue.js, Angular, React</p>
<p class="prompt">- Databases: PostgreSQL, MongoDB, MySQL, SQLite, ElasticSearch, Redis</p>
<p class="prompt">- Tools: Linux, Bash, Docker, Kubernetes, Git, Jenkins, Vagrant, Vim</p>
<p class="prompt">- AI & NLP: LLM integration, Prompt Engineering, Telegram Bots</p>
<p class="prompt">- Others: Microservices, REST APIs, GraphQL, gRPC, Raspberry Pi, Arduino, Distributed Systems, Blockchain</p>
</div>
<div class="section">
<h2>Languages</h2>
<p class="prompt">Romanian (native), Russian (fluent), English (upper-intermediate)</p>
</div>
</div>
</body>
</html>