-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
921 lines (831 loc) · 45.9 KB
/
Copy pathindex.html
File metadata and controls
921 lines (831 loc) · 45.9 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
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
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google Tag Manager -->
<script>(function (w, d, s, l, i) {
w[l] = w[l] || []; w[l].push({
'gtm.start':
new Date().getTime(), event: 'gtm.js'
}); var f = d.getElementsByTagName(s)[0],
j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src =
'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-5BB8W2X');</script>
<!-- End Google Tag Manager -->
<link rel="icon" type="image/png" href="/favicon.png" />
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Personal Portfolio</title>
<meta content="" name="descriptison">
<meta content="" name="keywords">
<!-- Google Fonts -->
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i"
rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/icofont/icofont.min.css" rel="stylesheet">
<link href="assets/vendor/remixicon/remixicon.css" rel="stylesheet">
<link href="assets/vendor/owl.carousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/venobox/venobox.css" rel="stylesheet">
<link href="assets/vendor/bootstrap/css/project-card.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-169007209-3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-169007209-3');
</script>
<!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-NGV6LSCF83"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-NGV6LSCF83'); </script>
<!-- =======================================================
* Template Name: Personal - v2.1.0
* Template URL: https://bootstrapmade.com/personal-free-resume-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
======================================================== -->
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5BB8W2X" height="0" width="0"
style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<!-- ======= Header ======= -->
<header id="header" class="header-tops">
<div class="container">
<h1><a href="index.html">Nazym Berdaly</a></h1>
<h2 style="color:#fff">I'm an <span class="typing" style="color:#12D640"></span></h2>
<nav class="nav-menu d-none d-lg-block">
<ul>
<li class="active"><a href="#header"> <span>Home</span></a></li>
<li><a href="#about"><span>About</span></a></li>
<li><a href="#education"> <span>Education</span></a></li>
<li><a href="#experience"> <span>Experience</span></a></li>
<!-- <li><a href="#projects"> <span>Projects</span></a></li>-->
<li><a href="#portfolio"> <span>Projects</span></a></li>
<li><a href="#skills"> <span>Skills</span></a></li>
<!-- <li><a href="https://drive.google.com/file/d/19sCUrWfoGZIq_ndHxu2Uqczwb0ViMHCE/view?usp=sharing"
target="_blank"> <span>Resume</span></a></li> -->
<!-- <li><a href="#links"> <span>Resume & Links</span></a></li> -->
<li><a href="#contacts"> <span>Contact</span></a></li>
</ul>
</nav><!-- .nav-menu -->
<div class="social-links">
<a href="https://www.linkedin.com/in/nazym-berdaly/" target="_blank" class="linkedin"><i
class="bx bxl-linkedin"></i></a>
<a href="https://github.com/nazymberdaly" target="_blank" class="github"><i class="bx bxl-github"></i></a>
<a href="mailto:nazym.berdaly@gmail.com" target="_blank" class="google"><i class="bx bxl-google"></i></a>
</div>
</div>
</header><!-- End Header -->
<!-- ======= About Section ======= -->
<section id="about" class="about">
<!-- ======= About Me ======= -->
<div class="about-me container">
<div class="section-title">
<h2>About</h2>
</div>
<div class="row">
<div class="col-lg-4" data-aos="fade-right">
<img src="assets/img/profile.jpeg" class="img-fluid" alt="">
</div>
<div class="col-lg-8 pt-4 pt-lg-0 content" data-aos="fade-left">
<p>I am a software engineer of many talents.<br>They say I am a:
<br>
<br>diligent contributor
<br>excellent timekeeper
<br>responsible to results
<br>teamwork devotee
<br>lifelong learner
<br>
<br>Coding helps me discover of who I am through constant learning of problem solving. Routinely, I code as
an Android and iOS developer, but I also developed enough of soft skills to try myself in leading the team.
<br>
<br>My portfolio includes 13 full-time projects, consisting of 12 mobile apps and 1 web app, over the course of 7 years, which have significantly contributed to my professional growth.
Half of them is in start-up pace, the other half is in mature industries such as finance, sports, beauty and
health, dance, and e-commerce.
</p>
<div class="row">
<div class="col-lg-6">
<ul>
<li><i class="icofont-rounded-right"></i> <strong>City:</strong>San Francisco, CA</li>
<li><i class="icofont-rounded-right"></i> <strong>Email:</strong> nazym.berdaly@gmail.com</li>
</ul>
</div>
</div>
</div>
</div>
</div><!-- End About Me -->
<!-- ======= Interests ======= -->
<div class="interests container">
<div class="section-title">
<h2>Interests</h2>
</div>
<div class="row">
<div class="col-lg-3 col-md-4">
<div class="icon-box">
<i class="ri-global-line" style="color: #ffbb2c;"></i>
<h3>Software Development</h3>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4 mt-md-0">
<div class="icon-box">
<i class="ri-database-2-line" style="color: #5578ff;"></i>
<h3>Machine Learning</h3>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4 mt-md-0">
<div class="icon-box">
<i class="ri-open-arm-line" style="color: #e80368;"></i>
<h3>Yoga</h3>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4 mt-lg-0">
<div class="icon-box">
<i class="ri-invision-line" style="color: #1c7d32;"></i>
<h3>Augmented reality</h3>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4">
<div class="icon-box">
<i class="ri-code-s-slash-fill" style="color: #28a745;"></i>
<h3>Software Engineering</h3>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4">
<div class="icon-box">
<i class="ri-tools-line" style="color: #f1081f;"></i>
<h3>Knitting and crochetting</h3>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4">
<div class="icon-box">
<i class="ri-file-list-3-line" style="color: #47aeff;"></i>
<h3>Algorithms</h3>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4">
<div class="icon-box">
<i class="ri-game-line" style="color: #ffc107;"></i>
<h3>Game development</h3>
</div>
</div>
</div>
</div><!-- End Interests -->
</section><!-- End About Section -->
<!-- ======= Education Section ======= -->
<section id="education" class="services">
<div class="container">
<div class="section-title">
<h2>Education</h2>
</div>
<div class="row">
<div class="col-lg-12" data-aos="fade-up" style="display: inline-block;">
<div class="col-md-4 mt-4 mt-md-0 icon-box" data-aos="fade-up" data-aos-delay="100"
style="padding:0px 0px;padding-bottom: 5px;display: inline-block;">
<img src="assets/img/education/kaznu.jpeg" class="img-fluid" alt="">
<!-- <h4 style="text-align:left;"><a href="https://www.asu.edu/" target="_blank" style="color:#12d640">Arizona State University</a><br> </h4> -->
<p style="text-align:left;color:#fff;padding: 5px 10px;"><em>MS in Computer Science</em></p>
<h5 style="text-align:left;padding: 0px 10px;">September 2016 - June 2018</h5>
<h6 style="text-align:left;color:#fff;padding: 0px 10px;">Relevant Coursework</h6>
<ul style="text-align:left;color:#fff;">
<li>Distributed Database Systems</li>
<li>Cloud Computing</li>
<li>Foundation Of Algorithms</li>
</ul>
</div>
<div class="col-md-4 mt-4 mt-md-0 icon-box" data-aos="fade-up" data-aos-delay="100"
style="padding:0px 0px;padding-bottom: 5px;display: inline-block;">
<img src="assets/img/education/isel.png" class="img-fluid" alt="">
<!-- <h4 style="text-align:left;"><a href="https://ahduni.edu.in/" target="_blank" style="color:#12d640">Ahmedabad University</a><br> </h4> -->
<p style="text-align:left;color:#fff;padding: 5px 10px;"><em>Erasmus+ exchange</em></p>
<h5 style="text-align:left;padding: 0px 10px;">September 2017 - March 2018</h5>
<h6 style="text-align:left;color:#fff;padding: 0px 10px;">Relevant Coursework</h6>
<ul style="text-align:left;color:#fff;">
<!-- <li>Data Structures & Algorithms</li> -->
<li>Distributed Systems</li>
<li>Machine Learning</li>
<li>Algorithms & Optimization for Big Data</li>
<!-- <li>Computer Vision</li> -->
</ul>
</div>
<div class="col-md-4 mt-4 mt-md-0 icon-box" data-aos="fade-up" data-aos-delay="100"
style="padding:0px 0px;padding-bottom: 5px;display: inline-block;">
<img src="assets/img/education/kaznu.jpeg" class="img-fluid" alt="">
<!-- <h4 style="text-align:left;"><a href="https://ahduni.edu.in/" target="_blank" style="color:#12d640">Ahmedabad University</a><br> </h4> -->
<p style="text-align:left;color:#fff;padding: 5px 10px;"><em>BS in Computer Science</em></p>
<h5 style="text-align:left;padding: 0px 10px;">September 2012 - June 2016</h5>
<h6 style="text-align:left;color:#fff;padding: 0px 10px;">Relevant Coursework</h6>
<ul style="text-align:left;color:#fff;">
<li>Data Structures & Algorithms</li>
<li>Database Management Systems</li>
<li>Operating Systems</li>
<!-- <li>Computer Vision</li> -->
</ul>
</div>
</div>
</div>
</div>
<div class="portfolio">
<div class="container">
<div class="section-title">
<h2>Online Certification</h2>
</div>
<div class="row portfolio-container" style="position: relative; height: 437.75px;">
<div class="col-lg-4 col-md-6 portfolio-item filter-app" style="position: absolute; left: 0px; top: 0px;">
<div class="portfolio-wrap">
<img src="assets/img/certification/n17r.png" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>iOS Mobile Engineer</h4>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-app" style="position: absolute; left: 0px; top: 0px;">
<div class="portfolio-wrap">
<img src="assets/img/certification/qwant.png" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Software Engineering</h4>
<div class="portfolio-links">
<a href="https://app.cti.convergence.tech/verifier?id=4305939e-ef7a-4ae3-9568-0e10d3a6d129"
target="_blank" title="Certificate"><i class="bx bx-link"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-app" style="position: absolute; left: 0px; top: 0px;">
<div class="portfolio-wrap">
<img src="assets/img/certification/educative_swift_certificate.png" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>iOS Mobile Engineer</h4>
</div>
</div>
</div>
<!-- <div class="col-lg-4 col-md-6 portfolio-item filter-app" style="position: absolute; left: 370px; top: 0px;">
<div class="portfolio-wrap">
<img src="assets/img/certification/stanford.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Algorithms-Design and Analysis</h4>
<div class="portfolio-links">
<a href="https://www.coursera.org/account/accomplishments/certificate/6THRQXYE9EHZ?utm_medium=certificate&utm_source=link&utm_campaign=copybutton_certificate" target="_blank" title="Certificate"><i class="bx bx-link"></i></a>
</div>
</div>
</div>
</div>-->
</div>
</div>
</div>
</section>
<!-- End Education Section -->
<!-- Start Experience Section -->
<section id="experience" class="services">
<div class="container">
<div class="section-title">
<h2>Experience</h2>
</div>
<div class="row">
<div class="col-lg-12" data-aos="fade-up">
<a href="https://www.lottoshield.com/" target="_blank" style="color:#fff; text-decoration: none;">
<div class="col-md-12 mt-4 mt-md-0 icon-box" data-aos="fade-up" data-aos-delay="100">
<h4 style="text-align:left; color:#12d640;">OneFabricTechnologies<br></h4>
<h5 style="text-align:left; color:#fff;">January 2024 - present</h5>
<p style="text-align:left; color:#fff;"><em>Software Engineer</em></p>
<ul style="text-align:left; color:#fff;">
<li>Designed and implemented the LottoShield scanner app, enabling cashiers to audit inventory in seconds without manually entering ticket or bin numbers.</li>
<li>Enhanced location tracking and resolved memory leaks, resulting in improved user experience and increased customer satisfaction.</li>
<li>Refactored code and optimized barcode scanning to improve app responsiveness.</li>
<li>Added features to ensure a smoother experience, even with unstable or unavailable internet connections.</li>
</ul>
</div>
</a>
<a href="https://www.eng.atb.su/" target="_blank" style="color:#fff; text-decoration: none;">
<div class="col-md-12 mt-4 mt-md-0 icon-box" data-aos="fade-up" data-aos-delay="100">
<h4 style="text-align:left; color:#12d640;">Asian Pacific Bank<br></h4>
<h5 style="text-align:left; color:#fff;">November 2021 - November 2023</h5>
<p style="text-align:left; color:#fff;"><em>Flutter developer</em></p>
<ul style="text-align:left; color:#fff;">
<li>Designed and implemented a credit feature in the bank app. Took the initiative to overhaul and
enhance the credit feature.</li>
<li>Spearheaded end-to-end development of a mortgage application, significantly improving user
interfaces.</li>
</ul>
</div>
</a>
<a href="https://citadel.one/" target="_blank" style="color:#fff; text-decoration: none;">
<div class="col-md-12 mt-4 mt-md-0 icon-box" data-aos="fade-up" data-aos-delay="100">
<h4 style="text-align:left; color:#12d640;">Citadel.One<br></h4>
<h5 style="text-align:left; color:#fff;">March 2022 - October 2022</h5>
<p style="text-align:left; color:#fff;"><em>Mobile developer</em></p>
<ul style="text-align:left; color:#fff;">
<li>Implemented dynamic cryptocurrency quotes, enhancing the user experience.</li>
<li>Strengthened application security by incorporating seed phrases and private key encryption.</li>
</ul>
</div>
</a>
<a href="https://www.instagram.com/qfitrush/" target="_blank" style="color:#fff; text-decoration: none;">
<div class="col-md-12 mt-4 mt-md-0 icon-box" data-aos="fade-up" data-aos-delay="100">
<h4 style="text-align:left; color:#12d640;">QFit<br></h4>
<h5 style="text-align:left; color:#fff;">October 2021 - January 2022</h5>
<p style="text-align:left; color:#fff;"><em>Lead Flutter developer and CTO</em></p>
<ul style="text-align:left; color:#fff;">
<li>Pioneered the creation of the QFit fitness center subscription app.</li>
<li>Redesigned the native app using Flutter while also fulfilling CTO responsibilities.</li>
</ul>
</div>
</a>
<a href="https://boostylabs.com/" target="_blank" style="color:#fff; text-decoration: none;">
<div class="col-md-12 mt-4 mt-md-0 icon-box" data-aos="fade-up" data-aos-delay="100">
<h4 style="text-align:left; color:#12d640;">Boostylabs<br></h4>
<h5 style="text-align:left; color:#fff;">April 2021 - January 2022</h5>
<p style="text-align:left; color:#fff;"><em>iOS and Flutter developer</em></p>
<ul style="text-align:left; color:#fff;">
<li>Designed and developed CFPS app for bank from scratch using Dart.</li>
<li>Played a vital role in enhancing the application's quality by undertaking extensive codebase
refactoring, implementing a modular architecture, and actively participating in code reviews.</li>
</ul>
</div>
</a>
<a href="https://jusan.kz/en" target="_blank" style="color:#fff; text-decoration: none;">
<div class="col-md-12 mt-4 mt-md-0 icon-box" data-aos="fade-up" data-aos-delay="100">
<h4 style="text-align:left; color:#12d640;">First Heartland Jusan Bank<br></h4>
<h5 style="text-align:left; color:#fff;">March 2021 - November 2021</h5>
<p style="text-align:left; color:#fff;"><em>iOS and Flutter Developer</em></p>
<ul style="text-align:left; color:#fff;">
<li>Developed the Jusan Junior App to promote financial literacy among children, resulting in a 38%
increase in our client base.</li>
<li>Enhanced accessibility of banking services for the younger generation.</li>
<li>Maintained and developed new features for an existing main banking application built on iOS.</li>
</ul>
</div>
</a>
<a href="https://www.innoforcegroup.com/en/" target="_blank" style="color:#fff; text-decoration: none;">
<div class="col-md-12 mt-4 mt-md-0 icon-box" data-aos="fade-up" data-aos-delay="100">
<h4 style="text-align:left; color:#12d640;">Innoforce Group<br></h4>
<h5 style="text-align:left; color:#fff;">November 2019 - March 2021</h5>
<p style="text-align:left; color:#fff;"><em>Mobile Developer</em></p>
<ul style="text-align:left; color:#fff;">
<li>Engineered the Avtobys app, a comprehensive solution for bus payments.</li>
<li>Implemented bus payments through innovative features such as QR code, Bluetooth, debit card, and
state number payment options, alongside essential functionalities like real-time bus tracking and
seamless balance recharge.</li>
<li>Dramatically increased daily downloads tenfold to 250-300, demonstrating significant growth in user
engagement and app popularity.</li>
</ul>
</div>
</a>
<a href="https://solly.kz/" target="_blank" style="color:#fff; text-decoration: none;">
<div class="col-md-12 mt-4 mt-md-0 icon-box" data-aos="fade-up" data-aos-delay="100">
<h4 style="text-align:left; color:#12d640;">Solly<br></h4>
<h5 style="text-align:left; color:#fff;">September 2018 - September 2019</h5>
<p style="text-align:left; color:#fff;"><em>Back End Developer</em></p>
<ul style="text-align:left; color:#fff;">
<li>Engineered the OK24kz web applications on ASP .NET CORE</li>
<li>Deployed production-ready ASP.NET Core environment on an Ubuntu server.</li>
</ul>
</div>
</a>
</div>
</div>
</div>
</section>
<!-- End Experience Section -->
<!-- Start Project Section -->
<section id="portfolio" class="portfolio">
<div class="container">
<div class="section-title">
<h2>Projects</h2>
</div>
<div class="row">
<div class="col-lg-12 d-flex justify-content-center">
<ul id="portfolio-flters">
<li data-filter="*" class="filter-active">All</li>
<li data-filter=".filter-app">Mobile-App</li>
<li data-filter=".filter-project">Web-App</li>
</ul>
</div>
</div>
<div class="row portfolio-container">
<div class="project-card col-lg-4 col-md-6 portfolio-item filter-app" style="background: linear-gradient(135deg, #a8e589 0%, #d9f767 100%);">
<div class="image-container">
<img src="assets/img/project/atb_credit.jpg" alt="ATB bank Screenshot">
</div>
<div class="project-content">
<h3>ATB</h3>
<div class="tags">
<span class="tag">Flutter</span>
<span class="tag">Dart</span>
<span class="tag">QR scan</span>
</div>
<p>I designed and implemented a credit feature in ATB Bank app that makes payments, loans, and expense management closer, easier, and safer for users.. Took the initiative to overhaul and enhance the credit feature.
</p>
<div class="project-footer">
<p><small>2023</small></p>
<div class="icons">
<a href="https://play.google.com/store/apps/details?id=su.atb.mobileapp&hl=en_US" target="_blank" class="icon-link"><i class="bx bxl-android"></i></a>
<a href="https://apps.apple.com/ru/app/%D0%B0%D1%82%D0%B1-%D0%B1%D0%B0%D0%BD%D0%BA/id1604332202" target="_blank" class="icon-link"><i class="bx bxl-apple"></i></a>
</div>
</div>
</div>
</div>
<div class="project-card col-lg-4 col-md-6 portfolio-item filter-app" style="background: linear-gradient(135deg, #ffe680 0%, #ffbd59 100%);">
<div class="image-container">
<img src="assets/img/project/dancely.jpg" alt="Dancely Screenshot">
</div>
<div class="project-content">
<h3>Dancely</h3>
<div class="tags">
<span class="tag">Swift</span>
<span class="tag">Alomofire</span>
<span class="tag">Core Data</span>
<span class="tag">Firebase</span>
</div>
<p>I developed an iOS app that connects users with dance partners or instructors, creating a seamless and interactive platform for dance enthusiasts. The app allows users to find and schedule sessions with qualified dance instructors or connect with other dancers in their area.</p>
<div class="project-footer">
<p><small>2017</small></p>
<div class="icons">
<a href="https://github.com/nazymberdaly/danceApp.git" target="_blank" class="icon-link"><i class="bx bxl-github"></i></a>
</div>
</div>
</div>
</div>
<div class="project-card col-lg-4 col-md-6 portfolio-item filter-app" style="background: linear-gradient(135deg, #ffd433 0%, #b833ff 100%);">
<div class="image-container">
<img src="assets/img/project/avtobys.jpg" alt="Avtobys Screenshot">
</div>
<div class="project-content">
<h3>Avtobys</h3>
<div class="tags">
<span class="tag">Flutter</span>
<span class="tag">Dart</span>
<span class="tag">QR scan</span>
<span class="tag">ble</span>
</div>
<p>Engineered the Avtobys app, comprehensive solution for bus payments. Implemented bus payments through innovative features such as QR code, Bluetooth, debit card, and state number payment options, alongside essential functionalities like real-time bus tracking and seamless balance recharge.
</p>
<div class="project-footer">
<p><small>2019</small></p>
<div class="icons">
<a href="https://play.google.com/store/apps/details?id=kz.avtobys.userapp&hl=en_US&gl=US" target="_blank" class="icon-link"><i class="bx bxl-android"></i></a>
<a href="https://apps.apple.com/kz/app/avtobys/id1481967590" target="_blank" class="icon-link"><i class="bx bxl-apple"></i></a>
</div>
</div>
</div>
</div>
<div class="project-card col-lg-4 col-md-6 portfolio-item filter-app" style="background: linear-gradient(135deg, #d9a7c7 0%, #fffcdc 100%);">
<div class="image-container">
<img src="assets/img/project/jusan_main.jpg" alt="Jusan App Screenshot">
</div>
<div class="project-content">
<h3>Jusan</h3>
<div class="tags">
<span class="tag">Swift</span>
<span class="tag">User Authentication</span>
<span class="tag">API Integration</span>
<span class="tag">Push Notifications</span>
</div>
<p>I contributed to the Jusan App, enhancing its integration of mobile banking, shopping, investments, insurance, and mobile communications into one platform.</p>
<div class="project-footer">
<p><small>2021</small></p>
<div class="icons">
<a href="https://apps.apple.com/md/app/jusan/id1441936010" target="_blank" class="icon-link"><i class="bx bxl-apple"></i></a>
</div>
</div>
</div>
</div>
<div class="project-card col-lg-4 col-md-6 portfolio-item filter-app" style="background: linear-gradient(135deg, #ff9a9e 0%, #fad0c4 100%);">
<div class="image-container">
<img src="assets/img/project/pylons.png" alt="Pylons Screenshot">
</div>
<div class="project-content">
<h3>Pylons</h3>
<div class="tags">
<span class="tag">Dart</span>
<span class="tag">Flutter</span>
<span class="tag">Face ID</span>
<span class="tag">In-App Purchases</span>
</div>
<p>I worked with Pylons to successfully develop their app, focusing on providing a secure, community-driven experience for managing digital property. The app enables users to store NFTs directly on their devices with top-notch security, ensuring private keys never leave the device and maintaining complete anonymity.</p>
<div class="project-footer">
<p><small>2021</small></p>
<div class="icons">
<a href="https://play.google.com/store/apps/details?id=tech.pylons.wallet&hl=en_US&gl=US" target="_blank" class="icon-link"><i class="bx bxl-android"></i></a>
<a href="https://apps.apple.com/us/app/pylons/id1598732789" target="_blank" class="icon-link"><i class="bx bxl-apple"></i></a>
</div>
</div>
</div>
</div>
<div class="project-card col-lg-4 col-md-6 portfolio-item filter-app" style="background: linear-gradient(135deg, #fbc2eb 0%, #a6c1ee 100%);">
<div class="image-container">
<img src="assets/img/project/easel.jpg" alt="Pylons Easel Screenshot">
</div>
<div class="project-content">
<h3>Pylons Easel</h3>
<div class="tags">
<span class="tag">Flutter</span>
<span class="tag">Dart</span>
<span class="tag">IPFS Integration</span>
</div>
<p>I worked with Easel to develop a seamless solution for uploading digital content, including images, videos, audio, and 3D objects, directly from your device to the blockchain.</p>
<div class="project-footer">
<p><small>2022</small></p>
<div class="icons">
<a href="https://play.google.com/store/apps/details?id=tech.pylons.easel&hl=en_US" target="_blank" class="icon-link"><i class="bx bxl-android"></i></a>
<a href="https://apps.apple.com/us/app/pylons-easel/id1599330426" target="_blank" class="icon-link"><i class="bx bxl-apple"></i></a>
</div>
</div>
</div>
</div>
<div class="project-card col-lg-4 col-md-6 portfolio-item filter-app" style="background: linear-gradient(135deg, #fbc2eb 0%, #f9f586 100%);">
<div class="image-container">
<img src="assets/img/project/jusan_junior.jpg" alt="Jusan Junior Screenshot">
</div>
<div class="project-content">
<h3>Jusan Junior</h3>
<div class="tags">
<span class="tag">Flutter</span>
<span class="tag">Dart</span>
<span class="tag">Push Notifications</span>
<span class="tag">Face ID</span>
</div>
<p>I developed from scratch the Jusan Junior app for financial literacy among children. Through engaging games, users become familiar with financial literacy concepts and their practical applications in life.</p>
<div class="project-footer">
<p><small>2021</small></p>
<div class="icons">
<a href="https://play.google.com/store/apps/details?id=kz.jysan.junior.app" target="_blank" class="icon-link"><i class="bx bxl-android"></i></a>
<a href="https://apps.apple.com/kz/app/jusan-junior/id1628559106" target="_blank" class="icon-link"><i class="bx bxl-apple"></i></a>
</div>
</div>
</div>
</div>
<div class="project-card col-lg-4 col-md-6 portfolio-item filter-app" style="background: linear-gradient(135deg, #96fbc4 0%, #f9f586 100%);">
<div class="image-container">
<img src="assets/img/project/qfit.jpg" alt="Qfit Screenshot">
</div>
<div class="project-content">
<h3>Qfit</h3>
<div class="tags">
<span class="tag">Flutter</span>
<span class="tag">Dart</span>
<span class="tag">User Authentication</span>
</div>
<p>Pioneered the creation of the QFit fitness app where users can pay per-minute charge in fitness clubs and studios.</p>
<div class="project-footer">
<p><small>2022</small></p>
<div class="icons">
<a href="https://www.instagram.com/qfit.kz/?hl=en" target="_blank" class="icon-link"><i class="bx bx-link-alt"></i></a>
</div>
</div>
</div>
</div>
<div class="project-card col-lg-4 col-md-6 portfolio-item filter-app" style="background: linear-gradient(135deg, #3f33ff 0%, #f6ff33 100%);">
<div class="image-container">
<img src="assets/img/project/rassrochka.jpg" alt="Qfit Screenshot">
</div>
<div class="project-content">
<h3>ATB rassrochka</h3>
<div class="tags">
<span class="tag">Flutter</span>
<span class="tag">Dart</span>
<span class="tag">QR scan</span>
</div>
<p>I developed an installment payment service for ATB Bank, allowing customers to make purchases with zero initial payment and interest-free installments over four months. This service, accessible via QR payments, enabled clients to spread costs evenly, providing financial flexibility and ease of payment.</p>
<div class="project-footer">
<p><small>2022</small></p>
<div class="icons">
<a href="https://www.atb.su/rassrochka/" target="_blank" class="icon-link"><i class="bx bx-link-alt"></i></a>
</div>
</div>
</div>
</div>
<div class="project-card col-lg-4 col-md-6 portfolio-item filter-app" style="background: linear-gradient(135deg, #c0f5ee 0%, #89e5d9 100%);">
<div class="image-container">
<img src="assets/img/project/cfps.jpg" alt="CFPS Screenshot">
</div>
<div class="project-content">
<h3>CFPS</h3>
<div class="tags">
<span class="tag">Flutter</span>
<span class="tag">Dart</span>
<span class="tag">Crypto</span>
</div>
<p>I created CFPS (Crypto Flat Payment System), an application designed for neobanks to integrate cryptocurrency buying and selling functions. The CFPS team aims to simplify everyday finances, enabling users to quickly access and control their budgets while enhancing their financial literacy.</p>
<div class="project-footer">
<p><small>2020</small></p>
<div class="icons">
<a href="https://boostylabs.com/cases/cfps" target="_blank" class="icon-link"><i class="bx bx-link-alt"></i></a>
</div>
</div>
</div>
</div>
<div class="project-card col-lg-4 col-md-6 portfolio-item filter-app" style="background: linear-gradient(135deg, #f7c067 0%, #e78135 100%);">
<div class="image-container">
<img src="assets/img/project/lottoshield.jpg" alt="Lottoshield app Screenshot">
</div>
<div class="project-content">
<h3>LottoShield</h3>
<div class="tags">
<span class="tag">Flutter</span>
<span class="tag">Dart</span>
<span class="tag">Barcode scan</span>
</div>
<p>I developed LottoShield, a lottery inventory management system for retailers that streamlines the manual process of lottery reconciliation and protects against theft. The LottoShield scanner enables cashiers to audit inventory in seconds without manually entering ticket or bin numbers.
</p>
<div class="project-footer">
<p><small>2024</small></p>
<div class="icons">
<a href="https://play.google.com/store/apps/details?id=com.lottoshield.www&hl=en&gl=US" target="_blank" class="icon-link"><i class="bx bxl-android"></i></a>
<a href="https://apps.apple.com/us/app/lottoshield/id1598282279" target="_blank" class="icon-link"><i class="bx bxl-apple"></i></a>
</div>
</div>
</div>
</div>
<div class="project-card col-lg-4 col-md-6 portfolio-item filter-app" style="background: linear-gradient(135deg, #aa90f7 0%, #e78135 100%);">
<div class="image-container">
<img src="assets/img/project/citadel.jpg" alt="Lottoshield app Screenshot">
</div>
<div class="project-content">
<h3>Citadel.one</h3>
<div class="tags">
<span class="tag">Flutter</span>
<span class="tag">Dart</span>
<span class="tag">Crypto</span>
</div>
<p>I worked with Citadel.one to successfully create an all-in-one cryptocurrency management platform. My contributions included integrating features for staking, sending, portfolio tracking, exchanging, and purchasing cryptocurrency.
</p>
<div class="project-footer">
<p><small>2022</small></p>
<div class="icons">
<a href="https://play.google.com/store/apps/details?id=one.citadel.mobile&hl=en_US&gl=US" target="_blank" class="icon-link"><i class="bx bxl-android"></i></a>
<a href="https://apps.apple.com/us/app/citadel-one/id1546701475" target="_blank" class="icon-link"><i class="bx bxl-apple"></i></a>
</div>
</div>
</div>
</div>
<div class="project-card col-lg-4 col-md-6 portfolio-item filter-project" style="background: linear-gradient(135deg, #67f296 0%, #f6ff33 100%);">
<div class="image-container">
<img src="assets/img/project/ok24kz.jpeg" alt="OK24 kz Screenshot">
</div>
<div class="project-content">
<h3>OK24.kz</h3>
<div class="tags">
<span class="tag">C#</span>
<span class="tag">ASP.NET Core</span>
<span class="tag">Nginx</span>
</div>
<p>I developed OK24.kz from scratch, a platform designed for finding jobs or internships, networking, and skill development. My work included create functional web applications using ASP .NET CORE, managing data interchange between the server and users, and deploying a production-ready ASP.NET Core environment on an Ubuntu server.</p>
<div class="project-footer">
<p><small>2018</small></p>
<div class="icons">
<a href="https://www.atb.su/rassrochka/" target="_blank" class="icon-link"><i class="bx bx-link-alt"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Project Section -->
<!-- Start Skills Section -->
<section id="skills" class="services">
<div class="container">
<div class="section-title">
<h2>Skills</h2>
</div>
<div class="row">
<div class="col-lg-12" data-aos="fade-up">
<div class="col-md-12 mt-4 mt-md-0 icon-box" data-aos="fade-up" data-aos-delay="100" style="background:#fff">
<h4 style="text-align:left;color:#09203a">Languages and Databases</h4>
<p style="text-align:left;">
<img src="https://www.vectorlogo.zone/logos/dartlang/dartlang-ar21.svg" alt="vectorlogo.zone"
height="50" width="100">
<img src="https://www.vectorlogo.zone/logos/swift/swift-horizontal.svg" alt="vectorlogo.zone"
height="50" width="150">
<img src="https://www.vectorlogo.zone/logos/python/python-horizontal.svg" alt="vectorlogo.zone"
height="50" width="150">
<img src="https://www.vectorlogo.zone/logos/javascript/javascript-horizontal.svg" alt="vectorlogo.zone" height="50"
width="180">
<img src="https://www.vectorlogo.zone/logos/apple_objectivec/apple_objectivec-ar21.svg" alt="vectorlogo.zone" height="70"
width="130">
<img src="https://www.vectorlogo.zone/logos/w3_html5/w3_html5-ar21.svg" alt="vectorlogo.zone">
<img src="https://upload.wikimedia.org/wikipedia/commons/d/d5/CSS3_logo_and_wordmark.svg"
alt="upload.wikimedia.org" height="60" width="90">
<img src="https://www.vectorlogo.zone/logos/mysql/mysql-horizontal.svg" alt="vectorlogo.zone" height="70"
width="130">
<img src="https://www.vectorlogo.zone/logos/postgresql/postgresql-horizontal.svg" alt="vectorlogo.zone"
height="50" width="190">
</p>
</div>
<div class="col-md-12 mt-4 mt-md-0 icon-box" data-aos="lefade-up" data-aos-delay="100"
style="background:#fff">
<h4 style="text-align:left;color:#09203a">Frameworks</h4>
<p style="text-align:left;">
<img src="https://www.vectorlogo.zone/logos/flutterio/flutterio-ar21.svg" alt="vectorlogo.zone">
<img src="https://www.vectorlogo.zone/logos/djangoproject/djangoproject-ar21.svg" alt="vectorlogo.zone">
<img src="https://www.vectorlogo.zone/logos/vuejs/vuejs-ar21.svg" alt="vectorlogo.zone">
<img src="https://www.vectorlogo.zone/logos/getbootstrap/getbootstrap-ar21.svg" alt="vectorlogo.zone">
<img src="https://www.vectorlogo.zone/logos/tensorflow/tensorflow-ar21.svg" alt="vectorlogo.zone">
</p>
</div>
<div class="col-md-12 mt-4 mt-md-0 icon-box" data-aos="lefade-up" data-aos-delay="100"
style="background:#fff">
<h4 style="text-align:left;color:#09203a">Tools</h4>
<p style="text-align:left;">
<img src="https://www.vectorlogo.zone/logos/git-scm/git-scm-ar21.svg" alt="vectorlogo.zone">
<img src="https://www.vectorlogo.zone/logos/amazon_aws/amazon_aws-ar21.svg" alt="vectorlogo.zone">
<img src="https://www.vectorlogo.zone/logos/atlassian_jira/atlassian_jira-ar21.svg" alt="vectorlogo.zone">
<img src="https://www.vectorlogo.zone/logos/apple_xcode/apple_xcode-ar21.svg" alt="vectorlogo.zone">
<img src="https://www.vectorlogo.zone/logos/getpostman/getpostman-ar21.svg" alt="vectorlogo.zone">
</p>
</div>
</div>
</div>
</div>
</section>
<!-- End Skills Section -->
<!-- Start Links section -->
<!-- <section id="links" class="services">
<div class="container">
<div class="section-title">
<h2>Resume & Links</h2>
</div>
<div class="row">
<div class="col-md-3 mt-4 mt-md-0 icon-box" data-aos="fade-up" data-aos-delay="100">
<a href="https://drive.google.com/file/d/19sCUrWfoGZIq_ndHxu2Uqczwb0ViMHCE/view?usp=sharing" target="_blank">
<div class="icon"><i class="icofont-page"></i></div>
</a>
<h4 class="title"><a href="https://drive.google.com/file/d/19sCUrWfoGZIq_ndHxu2Uqczwb0ViMHCE/view?usp=sharing"
target="_blank">Resume</a></h4>
<p class="description" style="color:#fff;">The link contains downloadable resume</p>
</div>
<!-- <div class="col-md-3 mt-4 mt-md-0 icon-box" data-aos="fade-up" data-aos-delay="100">
<a href="https://techingenious.herokuapp.com/" target="_blank"><div class="icon"><i class="icofont-page"></i></div></a>
<h4 class="title"><a href="https://techingenious.herokuapp.com/" target="_blank">Blog</a></h4>
<p class="description" style="color:#fff;">Blog containing articles on AI, coding, development</p>
</div> -->
<!-- </div>
</div>
</section> <!--End Links Section --> --> -->
<!-- Start Contact Section -->
<section id="contacts" class="contact">
<div class="container">
<div class="section-title">
<h2>Contact</h2>
</div>
<div class="row mt-2">
<div class="col-md-6 d-flex align-items-stretch">
<div class="info-box">
<i class="bx bx-map"></i>
<h3>My Address</h3>
<p>San Francisco City</p>
<p>CA</p>
</div>
</div>
<div class="col-md-6 mt-4 mt-md-0 d-flex align-items-stretch">
<div class="info-box">
<i class="bx bx-share-alt"></i>
<h3>Social Profiles</h3>
<div class="social-links">
<a href="https://www.linkedin.com/in/nazym-berdaly/" target="_blank" class="linkedin"><i
class="bx bxl-linkedin"></i></a>
<a href="https://github.com/nazymberdaly" target="_blank" class="github"><i
class="bx bxl-github"></i></a>
<a href="mailto:nazym.berdaly@gmail.com" target="_blank" class="google"><i class="bx bxl-google"></i></a>
</div>
</div>
</div>
<div class="col-md-6 mt-4 d-flex align-items-stretch">
<div class="info-box">
<i class="bx bx-envelope"></i>
<h3>Email</h3>
<p>nazym.berdaly@gmail.com</p>
</div>
</div>
</div>
<!-- <div id="sfczmlqxr5caww28rswrt8849ghbekgnh3j" ></div><script type="text/javascript" src="https://counter1.stat.ovh/private/counter.js?c=zmlqxr5caww28rswrt8849ghbekgnh3j&down=async" async></script><noscript><a href="https://www.freecounterstat.com" title="free web counter"><img src="https://counter1.stat.ovh/private/freecounterstat.php?c=zmlqxr5caww28rswrt8849ghbekgnh3j" border="0" title="free web counter" alt="free web counter" style="visibility: none;"></a></noscript> -->
</div>
</section>
<!-- End Contact Section -->
<!-- Vendor JS Files -->
<script src="assets/vendor/jquery/jquery.min.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/jquery.easing/jquery.easing.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/waypoints/jquery.waypoints.min.js"></script>
<script src="assets/vendor/counterup/counterup.min.js"></script>
<script src="assets/vendor/owl.carousel/owl.carousel.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/venobox/venobox.min.js"></script>
<script src="assets/vendor/typed.js/typed.min.js"></script>
<script type="text/javascript">
var typed = new Typed('.typing', {
strings: ["iOS and Flutter Developer", "AI Enthusiast", "avid learner"],
loop: true,
typeSpeed: 65,
backSpeed: 65
});
</script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>