-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
698 lines (630 loc) · 23.8 KB
/
index.html
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
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
<!doctype html>
<html lang=en>
<head>
<meta name=keywords content="Counselling, Mentoring, Teaching, Consulting, Programming, Design Patterns, Coach, C++, Java, JavaScript, Leadership, Interview preparation, Test Driven Development">
<meta name=description content="Software Development | Counselling | Mentoring | Teaching | Consulting">
<meta name=author content="Balázs Árva">
<title>Balázs Árva | Software Development | Teaching | Consulting</title>
<meta name=viewport content="width=device-width, initial-scale=1.0">
<link crossorigin rel=preconnect href=https://www.google-analytics.com>
<link crossorigin rel=preconnect href=https://fonts.gstatic.com>
<link crossorigin rel=preconnect href=https://cdn.jsdelivr.net>
<link crossorigin=anonymous rel=stylesheet href=https://cdn.jsdelivr.net/npm/[email protected]/normalize.css integrity=sha256-WAgYcAck1C1/zEl5sBl5cfyhxtLgKGdpI3oKyJffVRI=>
<script defer id=MathJax-script src=https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js></script>
<link rel=icon type=image/png href=favicon.png>
<script defer src=https://www.googletagmanager.com/gtag/js?id=UA-164584634-1></script>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&family=Volkhov:wght@400;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Space+Mono:wght@400;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Inconsolata:wght@400;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=David+Libre:wght@400;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Fira+Code:wght@400;700&family=Open+Sans:wght@400;700&display=swap" rel="stylesheet">
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-164584634-1');
</script>
<style>
@font-face {
font-family: 'Material Icons';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://fonts.gstatic.com/l/font?kit=flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tavzEM5pBAPham39gUO10Hra07wJQQ&skey=4fbfe4498ec2960a&v=v53) format('woff2');
}
.material-icons {
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
font-size: 24px;
line-height: 1;
letter-spacing: normal;
text-transform: none;
display: inline-block;
white-space: nowrap;
word-wrap: normal;
direction: ltr;
font-feature-settings: 'liga';
-webkit-font-feature-settings: 'liga';
-webkit-font-smoothing: antialiased;
}
:root {
--red-900: rgb(183, 28, 28);
--pink-900: rgb(136, 14, 79);
--puprle-900: rgb(74, 20, 140);
--orange-900: rgb(230, 81, 0);
--cyan-900: rgb(0, 96, 100);
--light-green-900: rgb(51, 105, 30);
--raw-midnight-blue: 30, 31, 38;
--midnight-blue: rgb(var(--raw-midnight-blue));
--indigo-ink: #283655;
--blueberry: #4D648D;
--periwinkle: #D0E1F9;
--white-smoke: #F7F7F7;
--layout-big-bp: 66rem;
}
.text-midnight-blue {
color: var(--midnight-blue);
}
.text-indigo-ink {
color: var(--indigo-ink);
}
.text-blueberry {
color: var(--blueberry);
}
.text-periwinkle {
color: var(--periwinkle);
}
.large {
font-size: 18px;
}
.xlarge {
font-size: 24px;
}
.xxlarge {
font-size: 36px;
}
body {
font-family: 'Space Mono', monospace;
color: black;
background-color: var(--white-smoke);
padding-top: 30px;
}
html,
body {
font-size: 15px;
line-height: 1.5
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Montserrat', sans-serif;
margin: 10px 0;
}
section,
footer {
background-color: var(--white-smoke);
box-shadow: 0 10px 100px 0px rgba(0, 0, 0, 0.25);
margin-top: 16px !important;
border-top: 20px solid var(--indigo-ink);
padding-top: 16px;
}
section {
position: relative;
margin-bottom: 256px !important;
}
section>*:last-child {
padding-bottom: 30px !important;
}
section::after {
position: absolute !important;
bottom: 20px;
left: 50%;
width: 40%;
margin-left: -20%;
height: 100px;
border-radius: 100%;
z-index: -1;
content: "";
-webkit-box-shadow: 0px 20px 80px 0px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0px 20px 80px 0px rgba(0, 0, 0, 0.5);
box-shadow: 0px 20px 80px 0px rgba(0, 0, 0, 0.5);
}
section>*,
footer>* {
max-width: var(--layout-big-bp);
margin: auto;
}
h1 {
font-size: 36px;
background-color: var(--midnight-blue);
color: white;
text-align: center;
text-transform: uppercase;
margin-bottom: 0;
margin-top: -1.3em;
padding: 8px 16px;
}
h2 {
font-size: 30px;
font-weight: normal;
align-self: center;
line-height: 1em;
color: var(--indigo-ink);
border-bottom: 1px solid var(--indigo-ink);
padding: 8px 16px;
text-align: center;
}
h3 {
font-size: 24px;
}
p,
li {
font-size: 110%;
}
.cloud {
padding: 0;
margin-top: 30px;
text-align: center;
line-height: 1em;
}
.cloud::first-line {
word-spacing: 0em;
}
.cloud span {
vertical-align: middle;
}
.cloud span:nth-of-type(3n + 1) {
vertical-align: text-top;
}
.cloud span:nth-of-type(4n + 3) {
vertical-align: middle;
}
.cloud span:nth-of-type(5n - 3) {
vertical-align: text-bottom;
}
.cloud span:first-child {
vertical-align: bottom;
}
.cloud span:nth-child(5) {
vertical-align: bottom;
}
.cloud span:last-child {
vertical-align: top;
}
.paper {
padding: 30px !important;
font-size: 1.2em;
text-align: center;
align-self: center;
background: var(--periwinkle);
margin: 16px 0;
box-shadow:
0 1px 1px rgba(var(--raw-midnight-blue), 0.15),
0 10px 0 -5px var(--periwinkle),
0 10px 1px -4px rgba(var(--raw-midnight-blue), 0.15),
0 20px 0 -10px var(--periwinkle),
0 20px 1px -9px rgba(var(--raw-midnight-blue), 0.15);
}
.cloud-wrapper {
width: 90%;
position: relative;
margin: auto;
margin-bottom: 32px;
}
.cloud-text {
height: 100%;
width: 100%;
position: relative;
margin: 0;
}
.cloud-text p {
height: 100%;
}
.cloud-text::before {
content: "";
float: left;
height: 100%;
width: 50%;
shape-outside: polygon(0 0, 25% 20%, 0 35%, 25% 45%, 0 60%, 10% 65%, 0 75%);
}
.cloud-text p::before {
content: "";
width: 50%;
height: 100%;
float: right;
shape-outside: polygon(100% 0, 75% 20%, 100% 35%, 75% 45%, 100% 60%, 90% 65%, 100% 75%);
}
.row {
display: grid;
}
.panel {
padding: 0.01em 16px;
margin: 16px auto;
display: flex;
flex-direction: column;
}
address * {
vertical-align: middle;
}
address>div {
margin: 6px;
}
address span {
margin: 0 6px;
}
@media (min-width: 50rem) {
.cloud-wrapper {
height: 300px;
}
.row {
grid-template-columns: 1fr 1fr;
grid-gap: 32px;
}
}
#home-anim {
position: fixed;
top: 0;
left: 0;
height: 100%;
z-index: -9;
}
#home {
clip-path: url(#cache);
}
#red {
fill: none;
opacity: 0.15;
stroke: var(--midnight-blue);
stroke-width: 12;
stroke-miterlimit: 10;
animation: show 4s;
animation-fill-mode: forwards;
animation-iteration-count: infinite;
animation-timing-function: ease-in-out;
}
#blue {
fill: none;
opacity: 0.15;
stroke: var(--blueberry);
stroke-width: 12;
stroke-miterlimit: 10;
animation: show 4s;
animation-fill-mode: forwards;
animation-iteration-count: infinite;
animation-timing-function: ease-in-out;
}
#light-blue {
fill: none;
opacity: 0.15;
stroke: var(--periwinkle);
stroke-width: 6;
stroke-miterlimit: 10;
stroke-dasharray: 200;
stroke-dashoffset: 800;
animation: draw 4s;
animation-fill-mode: forwards;
animation-iteration-count: infinite;
animation-timing-function: ease-in-out;
}
@keyframes draw {
to {
stroke-dashoffset: 0;
}
}
@keyframes show {
0% {
opacity: 0.15;
}
50% {
opacity: 0.2;
}
100% {
opacity: 0.15;
}
}
</style>
<!-- <meta property="og:image" content="http://ia.media-imdb.com/images/rock.jpg" /> -->
<!-- <meta property="fb:admins" content="USER_ID"/> -->
</head>
<body>
<svg version=1.1 id=home-anim xml:space=preserve xmlns=http://www.w3.org/2000/svg xmlns:xlink=http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 1820 1080" style="enable-background:new 0 0 1820 1080;">
<g id=home>
<defs>
<rect id=masque y=0.4 width=100% height=100% />
</defs>
<clipPath id=cache>
<use xlink:href="#masque" style="overflow:visible;" />
</clipPath>
<g id=light-blue>
<line x1=630.8 y1=894.3 x2=476.3 y2=1048.8 />
<line x1=858.2 y1=823.9 x2=1012.7 y2=669.4 />
<line x1=1066.9 y1=458.2 x2=912.4 y2=612.7 />
<line x1=1294.3 y1=387.8 x2=1448.8 y2=233.3 />
<line x1=1503 y1=22.1 x2=1348.5 y2=176.6 />
<line x1=895.6 y1=1166.6 x2=1050.1 y2=1012.1 />
<line x1=1104.3 y1=800.9 x2=949.8 y2=955.4 />
<line x1=1331.7 y1=730.5 x2=1486.2 y2=576 />
<line x1=1540.4 y1=364.8 x2=1385.9 y2=519.3 />
<line x1=1767.8 y1=294.4 x2=1922.3 y2=139.9 />
<line x1=1976.5 y1=-71.3 x2=1822 y2=83.2 />
<line x1=1369.1 y1=1073.2 x2=1523.6 y2=918.7 />
<line x1=1577.8 y1=707.5 x2=1423.3 y2=862 />
<line x1=1805.2 y1=637.1 x2=1959.7 y2=482.6 />
<line x1=1624 y1=1041.4 x2=1469.4 y2=1195.9 />
<line x1=-134.7 y1=674.9 x2=19.8 y2=520.4 />
<line x1=74 y1=309.2 x2=-80.5 y2=463.7 />
<line x1=301.4 y1=238.8 x2=455.9 y2=84.3 />
<line x1=510.1 y1=-126.9 x2=355.6 y2=27.6 />
<line x1=-88.6 y1=1008.9 x2=65.9 y2=854.4 />
<line x1=120.1 y1=643.1 x2=-34.4 y2=797.7 />
<line x1=347.5 y1=572.8 x2=502 y2=418.3 />
<line x1=556.2 y1=207.1 x2=401.7 y2=361.6 />
<line x1=783.6 y1=136.7 x2=938.1 y2=-17.8 />
<line x1=157.6 y1=985.8 x2=3 y2=1140.3 />
<line x1=384.9 y1=915.5 x2=539.4 y2=760.9 />
<line x1=593.6 y1=549.7 x2=439.1 y2=704.3 />
<line x1=821 y1=479.4 x2=975.5 y2=324.9 />
<line x1=1029.7 y1=113.6 x2=875.2 y2=268.2 />
<line x1=1257.1 y1=43.3 x2=1411.6 y2=-111.2 />
</g>
<g id=red>
<line x1=794.4 y1=883.4 x2=639.8 y2=1037.9 />
<line x1=694.6 y1=834.8 x2=849.2 y2=680.3 />
<line x1=1230.4 y1=447.3 x2=1075.9 y2=601.8 />
<line x1=1130.7 y1=398.7 x2=1285.2 y2=244.2 />
<line x1=1666.5 y1=11.2 x2=1512 y2=165.7 />
<line x1=732 y1=1177.5 x2=886.6 y2=1023 />
<line x1=1267.9 y1=790 x2=1113.3 y2=944.5 />
<line x1=1168.1 y1=741.4 x2=1322.7 y2=586.9 />
<line x1=1703.9 y1=353.9 x2=1549.4 y2=508.4 />
<line x1=1604.2 y1=305.3 x2=1758.7 y2=150.8 />
<line x1=1205.5 y1=1084.1 x2=1360.1 y2=929.6 />
<line x1=1741.4 y1=696.5 x2=1586.8 y2=851.1 />
<line x1=1641.6 y1=648 x2=1796.2 y2=493.5 />
<line x1=1787.5 y1=1030.5 x2=1633 y2=1185 />
<line x1=1687.8 y1=981.9 x2=1842.3 y2=827.4 />
<line x1=200.1 y1=-44.4 x2=45.6 y2=110.1 />
<line x1=237.5 y1=298.3 x2=83 y2=452.8 />
<line x1=137.8 y1=249.7 x2=292.3 y2=95.2 />
<line x1=673.6 y1=-137.8 x2=519.1 y2=16.7 />
<line x1=283.7 y1=632.2 x2=129.2 y2=786.8 />
<line x1=184 y1=583.7 x2=338.5 y2=429.2 />
<line x1=719.8 y1=196.2 x2=565.2 y2=350.7 />
<line x1=620 y1=147.6 x2=774.6 y2=-6.9 />
<line x1=321.1 y1=974.9 x2=166.6 y2=1129.4 />
<line x1=221.4 y1=926.4 x2=375.9 y2=771.8 />
<line x1=757.2 y1=538.8 x2=602.7 y2=693.4 />
<line x1=657.5 y1=490.3 x2=812 y2=335.8 />
<line x1=1193.3 y1=102.7 x2=1038.7 y2=257.3 />
<line x1=1093.5 y1=54.2 x2=1248.1 y2=-100.3 />
</g>
<g id=blue>
<line x1=225.8 y1=1151 x2=534.9 y2=841.9 />
<line x1=827.1 y1=1003.3 x2=518 y2=1312.3 />
<line x1=661.9 y1=714.9 x2=971 y2=405.9 />
<line x1=1263.1 y1=567.2 x2=954.1 y2=876.3 />
<line x1=1098 y1=278.8 x2=1407.1 y2=-30.2 />
<line x1=1699.2 y1=131.1 x2=1390.2 y2=440.2 />
<line x1=699.3 y1=1057.6 x2=1008.4 y2=748.5 />
<line x1=1300.6 y1=909.9 x2=991.5 y2=1218.9 />
<line x1=1135.4 y1=621.5 x2=1444.5 y2=312.4 />
<line x1=1736.6 y1=473.8 x2=1427.6 y2=782.8 />
<line x1=1571.5 y1=185.4 x2=1880.6 y2=-123.6 />
<line x1=1172.8 y1=964.2 x2=1481.9 y2=655.1 />
<line x1=1774.1 y1=816.5 x2=1465 y2=1125.5 />
<line x1=1608.9 y1=528.1 x2=1918 y2=219 />
<line x1=1219 y1=1298.1 x2=1528 y2=989.1 />
<line x1=1655.1 y1=862 x2=1964.1 y2=553 />
<line x1=232.8 y1=75.5 x2=-76.2 y2=384.6 />
<line x1=270.2 y1=418.2 x2=-38.8 y2=727.3 />
<line x1=105.1 y1=129.8 x2=414.2 y2=-179.2 />
<line x1=706.3 y1=-17.9 x2=397.3 y2=291.2 />
<line x1=-284.8 y1=899.9 x2=24.2 y2=590.8 />
<line x1=316.4 y1=752.2 x2=7.3 y2=1061.2 />
<line x1=151.3 y1=463.8 x2=460.3 y2=154.7 />
<line x1=752.5 y1=316.1 x2=443.4 y2=625.1 />
<line x1=587.3 y1=27.7 x2=896.4 y2=-281.4 />
<line x1=1188.6 y1=-120 x2=879.5 y2=189 />
<line x1=-247.4 y1=1242.5 x2=61.6 y2=933.5 />
<line x1=188.7 y1=806.4 x2=497.7 y2=497.4 />
<line x1=789.9 y1=658.8 x2=480.8 y2=967.8 />
<line x1=624.8 y1=370.4 x2=933.8 y2=61.3 />
<line x1=1226 y1=222.7 x2=916.9 y2=531.7 />
<line x1=1662.1 y1=-213.4 x2=1353 y2=95.6 />
</g>
</g>
</svg>
<header>
<section>
<h1>Introduction</h1>
<div class="row">
<div class="panel">
<img width="256px" height="256px" alt="Profile picture" style="border-radius:50%; align-self: center; border: 5px solid var(--periwinkle);" src="profile.jpg" />
<div class="paper">
• Software Development Expert •<br>
• Passionate Leader •<br>
• Extravagant Technologist •<br>
• Insightful Instructor •
</div>
</div>
<div class="panel">
<h2>Árva Balázs</h2>
<p style="font-weight: bold;">Célom a szoftverfejlesztésben dolgozók és vezetőik fejlesztése valamint tanácsadás és mentorálás.</p>
<p>Szoftverfejlesztés iránt érdeklődőknek, pályakezdőknek, junior és senior fejlesztőknek kínálok egyénre szabott tanácsadást, mentorálást és oktatást.</p>
<p>Cégeknek egyedi igényeik alapján nyújtok tanácsadást fejlesztési stratégia és növekedési modell kidolgozásában, valamint people management terén.</p>
<address>
<div><i class="material-icons">my_location</i> <a href=https://goo.gl/maps/CMG4dSjUjnswaSaz9>Inner City, Budapest, Hungary</a></div>
<div><i class="material-icons">email</i> <a href=mailto:[email protected]>[email protected]</a></div>
<div><i class="material-icons">assignment_ind</i> <a href=https://drive.google.com/file/d/14n-fTPuU_uw5QU_Ie5Uc-qADI9UHq7Ss/view?usp=sharing>Curriculum Vitae</a></div>
<div><i class="material-icons">person_pin</i> <a href=https://www.linkedin.com/in/arvabalazs>LinkedIn</a></div>
</address>
</div>
</div>
<div class="row">
<div class="panel">
<h2>Személyes motiváció</h2>
<div class="paper">
• Insight •<br>
• Involvement •<br>
• Improvement •
</div>
<div>
<p>Az elmúlt években sokan fordultak hozzám tanácsadással és mentorálással kapcsolatos kérésekkel. Mivel a megkeresések és a pozitív visszajelzések száma egyre nőtt, ezért úgy döntöttem, hogy több időt szentelek ennek a tevékenységnek.</p>
<p>Miközben másoknak segítettem, több évnyi tapasztalatot szereztem a szakmáról és a benne dolgozó emberekről. Inspirál a mentorálással járó változatosság, az egyéni kihívások megismerése és az együtt alkotás öröme.</p>
</div>
</div>
<div class="panel">
<h2>Szakmai háttér</h2>
<p>Programozóként és vezetőként 20 éve foglalkozom szoftverfejlesztéssel.</p>
<p>Karrierem kezdetén start-upoknál dolgoztam rendszer-, beágyazott szoftver- és webfejlesztőként komplex alkalmazások megvalósításán. Később az NNG-nél helyezkedtem el Lead Engineer pozícióban.</p>
<p>Engineering managerként 100 front-end és C++ fejlesztő, számos csapatvezető valamint fejlesztést támogató munkatárs feladatait hangoltam össze. Ebben a pozícióban központi szerepet vállaltam a kollégák személyes fejlődésének és karrierútjának tervezésében, támogatásában. Az általam vezetett szervezet mérete miatt csapatok kialakításával, csapatdinamikával, vállalati folyamatok tervezésével és minőségbiztosítási kérdésekkel is foglalkoztam.</p>
</div>
</div>
</section>
</header>
<main>
<section>
<h1>hands-on counselling</h1>
<div class="row">
<div class="panel">
<h2>Pályatanácsadás</h2>
<div class="paper">• 1 ingyenes alkalom •</div>
<h3>Kinek ajánlom?</h3>
<ul>
<li>ha kipróbálnád magad a szoftverfejlesztés világában, de útbaigazításra van szükséged</li>
<li>ha naprakész képet szeretnél kapni a szoftverfejlesztés világáról (programozási nyelvek és technológiák használata, jelentősége)</li>
<li>ha már tudod, mivel szeretnél foglalkozni, de nem tudod, melyik a neked való szakterület</li>
<li>ha tudod, hogy mit szeretnél tanulni, de nem tudod hol és milyen módszerrel</li>
<li>ha jelentkeznél egy pozícióra, de segítség kell a felkészüléshez</li>
</ul>
<h3>Miről beszélünk a pályatanácsadás során?</h3>
<ul>
<li>A szoftveriparról és az IT-s munkaerőpiac világáról</li>
<li>Pályairányokról és szakterületekről, azok előnyeiről és hátrányairól</li>
<li>Munkahelytípusokról, munkakultúráról és karrierlehetőségekről</li>
<li>Állásinterjúkról cégspecifikus próbainterjúkkal</li>
<li>Szakmai kapcsolatépítésről </li>
</ul>
</div>
<div class="panel">
<h2>Karriertervezés</h2>
<h3>Kinek ajánlom?</h3>
<ul>
<li>ha már egy ideje a szoftveriparban dolgozol, de nem látod, hogyan és hová tudnál előrelépni</li>
<li>ha érzed, hogy változásra van szükséged, de nem tudod, mi legyen a következő lépés a karrieredben</li>
<li>ha már tudod melyik pozíciót szeretnéd, de még nem tudod mire van szükséged a sikeres pályázathoz/interjúhoz</li>
<li>ha váltani akarsz, de nem tudod melyik cég lenne számodra a megfelelő</li>
<li>ha kipróbálnád magadat egy PET / startup projectben, de nem tudod, hogyan keress projectet és társa(ka)t</li>
</ul>
<h3>Miről beszélünk a karriertanácsadás során?</h3>
<ul>
<li>Személyre szabott karrierlehetőségekről</li>
<li>Munkahelyi előrelépésről: senior, architect, team lead, vezetői és felsővezetői pozíciókról</li>
<li>Szabadúszásról és startupokról</li>
<li>Munkahelytípusokról, munkakultúráról és karrierlehetőségekről</li>
<li>Szakmai kapcsolatok minőségéről: kapcsolatok fenntartásáról, elkerüléséről, konfliktusok kezeléséről</li>
</ul>
</div>
</div>
</section>
<section>
<h1>mentoring</h1>
<div class="panel">
<h2>Mire jó a mentoring?</h2>
<p>Számomra a mentor-mentorált kapcsolat elsősorban a tanulásról szól; hosszútávú együttműködés egy hosszútávú cél eléréséhez, amely során a hangsúlyt a mentorált személyes növekedésére, soft skillek és transferable skillek elsajátítására és a tapasztalatcserére helyezzük.</p>
<h2>Mikor válaszd a mentoringot?</h2>
<h3>Ha már felvetődtek benned ezek vagy ehhez hasonló kérdések:</h3>
<ul>
<li>Elég jó vagyok? Nekem való ez a szakma? (kiégés, elbizonytalanodás, imposztor szindróma)</li>
<li>Elég jó vagyok az X pozícióhoz?</li>
<li>Hogyan legyek csapatjátékos?</li>
<li>Hogyan lehetek jó vagy jobb a jelenlegi pozíciómban?</li>
<li>Elég jó vagyok egy vezetői / felsővezetői pozícióhoz?</li>
</ul>
</div>
</section>
<section>
<h1>up-skilling</h1>
<div class="panel">
<div class="cloud-wrapper">
<div class="cloud-text">
<p class="cloud" style="font-size:200%">
<span class="text-blueberry">Kanban</span>
<span style="color: var(--light-green-900)" class="xlarge">Design Patterns</span>
<span style="color: var(--midnight-blue)">Java</span>
<span class="text-blueberry">Bugtracker</span>
<span style="color: var(--midnight-blue)">Debugging</span>
<span style="color: var(--cyan-900)" class="xlarge">Architectural Design</span>
<span class="text-blueberry">Docker</span>
<span style="color: var(--midnight-blue)">SQL</span>
<span style="color: var(--light-green-900)" class="xxlarge">C++</span>
<span style="color: var(--red-900)" class="xlarge">OOP</span>
<span class="text-blueberry">Scrum</span>
<span style="color: var(--red-900)" class="xlarge">Software Design</span>
<span style="color: var(--cyan-900)" class="large">Test Driven Development</span>
<span style="color: var(--red-900)" class="large">STL</span>
<span class="text-blueberry">Git</span>
<span style="color: var(--orange-900)">Object Oriented Design</span>
<span class="text-blueberry">Subversion</span>
<span style="color: var(--midnight-blue)" class="xlarge">JavaScript</span>
<span class="text-blueberry">MongoDB</span>
<span style="color: var(--orange-900)" class="large">Boost</span>
<span style="color: var(--midnight-blue)">RDBMS</span>
<span style="color: var(--light-green-900)">Kotlin</span>
<span style="color: var(--midnight-blue)" class="xlarge">Node.js</span>
<span style="color: var(--light-green-900)" class="large">OOP</span>
<span style="color: var(--cyan-900)" class="xlarge">TTD</span>
<span style="color: var(--orange-900)">Android</span>
<span style="color: var(--midnight-blue)">Multithreading</span>
</p>
</div>
</div>
<h2>Hogyan zajlanak az órák?</h2>
<ol>
<li>Képességfelmérés</li>
<li>Elmélet az adott témához, knowledge sharing, know-how </li>
<li>Gyakorlat (egyéni projectek, pair programming stb.)</li>
<li>Otthoni gyakorlat supporttal</li>
<li>Csoportos oktatás</li>
</ol>
</div>
</section>
<section>
<h1>Consulting</h1>
<div class="panel">
<ul>
<li>Technikai rész</li>
<li>People management rész</li>
<li>Növekedési lehetőségek</li>
</ul>
</div>
<div class="panel">
<ul>
<li>Kicsiknek és a legkisebbeknek: szeretnél egy applikációt vagy website-ot, de nem tudod, hogy kezdj hozzá? Bevezetlek az alap fogalmakba, segítek megérteni, hogy mire van szükséged és azt hogyan érheted el.</li>
<li>Közepeseknek: kellene egy közép vagy hosszú távú fejlesztési stratégia? Hogyan tovább technikailag? Növekedni kellene, de hogyan? Kiket válasszunk? Hogyan építsünk csapatot? Milyen technológiákat használjunk? Mit kezdjünk a dokumentációt érintő problémákkal?</li>
<li>Nagyoknak: miért mondanak fel fejlesztőink? Miért nem válnak be vezetők? A szabványok és certificationök hogyan befolyásolnak?</li>
</ul>
</div>
</section>
</main>
<footer>
<h1>fun</h1>
<div class="row">
<div style="margin: 8px 16px"><i class="material-icons xxlarge">format_quote</i>
The \(S\subseteq A\times A^{\ast\ast}\) relation is a program, if<br>
1) \(\mathcal{D}_f=A\) and<br>
2) \(\forall\alpha\in\mathcal{R}_S:\alpha=red(\alpha)\) and<br>
3) \(\forall a\in A:\forall\alpha\in S(a):\alpha_1=a\).
</div>
<div style="margin: 8px 16px"><i class="material-icons xxlarge">stars</i>
My influences:
<a href=https://wikipedia.org/wiki/Patrick_Lencioni>Patrick Lencioni</a> • <a href=https://www.google.com/search?q=sean+parent&oq=Sean+Parent>Sean Parent</a> • <a href=https://wikipedia.org/wiki/John_Carmack>John Carmack</a> • <a href=https://wikipedia.org/wiki/Carlo_Rovelli>Carlo Rovelli</a> • <a href=https://wikipedia.org/wiki/Albert-L%C3%A1szl%C3%B3_Barab%C3%A1si>Barabási Albert-László</a>
</div>
</div>
</footer>
</body>
</html>