you@dunets.xyz:~$ cat name_asciiart.txt
_ _ ____ _
| \ | | __ _ ______ _ _ __ | _ \ _ _ _ __ ___| |_ ___
| \| |/ _` |_ / _` | '__| | | | | | | | '_ \ / _ \ __/ __|
| |\ | (_| |/ / (_| | | | |_| | |_| | | | | __/ |_\__ \
|_| \_|\__,_/___\__,_|_| |____/ \__,_|_| |_|\___|\__|___/
you@dunets.xyz:~$./contact
you@dunets.xyz:~$ echo $CURRENTLYLEARNING
Elixir
you@dunets.xyz:~$ ls Primary\ Stack
Kotlin
Android SDK
Jetpack Compose
Coroutines
Retrofit/Ktor
Hilt
Room
Orbit MVI
you@dunets.xyz:~$ cd Work\ Experience
you@dunets.xyz:~/Work\ Experience$ ls -l
Company | Start | End
------------------------------------
Readdle (Fluix App) | Jan 2023 | -
Parimatch Tech | Apr 2021 | Jan 2023
you@dunets.xyz:~/Work\ Experience$ cat Readdle\ (Fluix\ App)/whadidido.txt
- Working on a B2B application in active phase of development in a team of 2 devs
- Developing PDF form viewer based on PDFBox
- Working with Java-JavaScript interop
- Developing viewer for proprietary forms (think of Google Forms, but cool)
- Supporting fully-fledged offline mode (Room, file storage) and multi-stage sync (via WorkManager)
- Modernizing legacy parts, migrating UI layer to MVI architecture, modularizing the project
- Building UIs with proper support for mobile/tablet layouts and transitions between them (e.g. dialog/sidebar <-> modal sheet)
you@dunets.xyz:~/Work\ Experience$ cat Parimatch\ Tech/whadidido.txt
- Working on large-scale, multimodule, highly configurable (remote configs) application with total of 20+ devs
- Developing design system library with Compose
- Developing small UI testing utility library and writing UI tests
- Working in a small team dedicated to R&D of server driven ui for mobile app
- Developing small application for marketing needs
- Developing an application (admin panel-ish) with SMS related functionality for internal usage
you@dunets.xyz:~/Work\ Experience$ cd -