Skip to content

Commit 6457179

Browse files
committed
update cv recording new changes
1 parent d0573ae commit 6457179

File tree

4 files changed

+34
-11
lines changed

4 files changed

+34
-11
lines changed

.github/workflows/main.yml

+6-3
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,14 @@ jobs:
2222
${{ runner.os }}-composer-
2323
- name: Composer Install
2424
run: composer install --dev --no-interaction --no-ansi --prefer-dist --no-suggest --ignore-platform-reqs
25-
- name: Build the docker-compose stack
26-
run: docker-compose up -d
25+
- name: Setup PHP with PECL extension
26+
uses: shivammathur/setup-php@v2
27+
with:
28+
php-version: '8.3'
29+
extensions: imagick, mbstring, gd
2730
- name: Create CV
2831
run: |
29-
docker-compose exec -T creator php create.php
32+
php ./create.php
3033
- name: Commit to the repo
3134
run: |
3235
git config --global user.name "omentes/cv"

PHP_Pakhomov_CV.pdf

-48.3 KB
Binary file not shown.

images/photo.jpg

-48.6 KB
Loading

index.html

+28-8
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,19 @@
2121
.empty { color: #999; text-decoration: none; border-bottom: 1px dotted #999; }
2222
a:hover { border-bottom-style: solid; color: black; }
2323
ul { margin: 0 0 10px 10px; }
24-
#objective p {font-family: Georgia, Serif,serif; font-style: italic; margin: 20px 0; color: #666; }
24+
#objective p {font-family: Georgia, Serif,serif; font-style: italic; color: #666; }
2525
dt { font-style: italic; font-weight: bold; font-size: 12px; text-align: right; padding: 0 10px 0 0; width: 90px; float: left; height: 80px; border-right: 1px solid #999; }
2626
#commercial-experience {height: 550px;}
2727
#commercial-experience-2 {height: 160px;}
28-
#technologies {height: 140px;}
29-
#pet-projects {height: 280px;}
28+
#technologies {height: 180px;}
29+
#pet-projects {height: 200px;}
3030
#publications {height: 270px;}
3131
#license {height: 40px;}
32-
#languages {height: 60px;}
32+
#languages {height: 80px;}
3333
#volunteer {height: 470px;}
3434
dd { width: 570px; float: right; }
3535

36-
dd.clear { float: none; margin: 0; height: 15px; }
36+
dd.clear { float: none; margin: 0; height: 5px; }
3737
</style>
3838
</head>
3939

@@ -71,7 +71,7 @@ <h2>Lead PHP Developer from Ukraine</h2>
7171
<strong>DB and Brokers:</strong> MySQL, PostgreSQL, Redis, RabbitMQ<br />
7272
<strong>Tests:</strong> PHPUnit, Codeception<br />
7373
<strong>Git:</strong> understand rebase, reflog, squash, cherry-pick, soft/hard reset, etc<br />
74-
<strong>Unix:</strong> used ArchLinux, Debian, Mint, Ubuntu, macOS, vim, grep, sed, awk, ssh, etc<br />
74+
<strong>Unix:</strong>used macOS, ArchLinux, Debian, Ubuntu, Alpine, vim, grep, sed, ssh, Makefile, bash, zsh (oh-my-zsh), supervisor, cron, etc<br />
7575
<strong>Containers:</strong> docker, k8s<br />
7676
<strong>Develop environment:</strong> nginx/docker, Postman, PHPStorm, JetBrains AI Pro, xDebug, Macbook Pro 14" M3 Max 36RAM + 27" display<br />
7777
<strong>Scrum/kanban:</strong> implemented flows in Jira, automated routine, etc<br />
@@ -123,10 +123,30 @@ <h4>Software Architect <span>UNIT Factory, Kyiv - 09/2017 - 11/2018</span></h4>
123123
UNIT Factory StudHub. Volunteering in Exam. Event organization. Meet-up organization.</p>
124124
</dd>
125125
<dd class="clear"></dd>
126+
<dt id="pet-projects">Pet projects</dt>
127+
<dd>
128+
<h4>donater.com.ua <a href="https://github.com/dntr-cc/donater">https://github.com/dntr-cc/donater</a></h4>
129+
<ul>
130+
<li>Telegram Bot and website that helps Ukrainian volunteers do fundraisings more clearly</li>
131+
<li>Laravel, PHP, PostgresQL, Redis, Docker, Github Actions</li>
132+
</ul>
133+
<h4>Repeat Word Bot <a href="https://t.me/RepeatWordBot">https://t.me/RepeatWordBot</a></h4>
134+
<ul>
135+
<li>Telegram bot to help you repeat new English words and learn pronunciation</li>
136+
<li>PHP, Doctrine, MySQL, Redis, Codeception, Docker, Github Actions</li>
137+
</ul>
138+
<h4>Begone <a href="https://github.com/setnemo/bygone">github.com/setnemo/bygone</a></h4>
139+
<ul>
140+
<li>Archive your old repositories to one repo (git history included) with Github Actions</li>
141+
<li>bash, git, Github Actions</li>
142+
</ul>
143+
</dd>
144+
<dd class="clear"></dd>
126145
<dt id="languages">Languages</dt>
127146
<dd>
128-
<p><strong>English</strong> - Professional proficiency, (fluent intermediate)</p>
129-
<p><strong>Ukrainian</strong> - Native</p>
147+
<p><strong>English</strong> - Professional proficiency, (fluent intermediate since '19)</p>
148+
<p><strong>Ukrainian</strong> - Native (since '22)</p>
149+
<p><strong>ruzzian</strong> - try to forget</p>
130150
</dd>
131151
<dd class="clear"></dd>
132152
<dt id="volunteer">Volunteer experience</dt>

0 commit comments

Comments
 (0)