Pinned Repositories
android-bus-schedule-app
This repository showcases my experience with persisting data using the SQLite database and Room library. It highlights the use of Kotlin flows and solid architectural patterns, ensures smooth data flow, and supports a scalable, maintainable Android codebase.
android-courses-app
This project was created to get acquainted with LazyVerticalGrid composable and its data organization for it.
android-dessert-clicker-app
This project was created to develop skills in Jetpack Compose architecture using ViewModel and State.
android-dice-roller-app
This project was created to develop basic skills in writing Android apps using Jetpack Compose.
android-lemonade-app
This project was created to develop basic skills in writing Android apps using Jetpack Compose.
android-lunch-tray-app
This repository contains my practice and examples focused on mastering navigation in Jetpack Compose. Jetpack Compose is Android's modern toolkit for building native UI, and navigation is a crucial aspect of app development, ensuring smooth transitions and user experience.
android-tip-calculator-app
In this project, I developed more advanced state management skills in Jetpack Compose and used new Composables such as TextInput and Switch. In addition, I became familiar with implementing custom themes into the application and writing Unit and UI tests.
android-waterme-app
This repository highlights the use of the WorkManager library to manage deferrable background tasks in an Android app. It demonstrates the implementation of background work using WorkManager, including defining tasks in a Worker class, creating WorkRequests, and efficiently scheduling work to ensure reliable execution even when the app is closed.
next.js-marvel-heroes-app
Marvel heroes app. New practices for building the architecture of React applications using Next.js and Redux. Server-side rendering has been worked out. Application test coverage worked out.
node.js-express-react-advisors-list-app
In this project, the skills of writing a Full-stack application were worked out (not using databases, but generating mock data on the server side). And also developed the skills of testing the application.
yklimianok's Repositories
yklimianok/android-waterme-app
This repository highlights the use of the WorkManager library to manage deferrable background tasks in an Android app. It demonstrates the implementation of background work using WorkManager, including defining tasks in a Worker class, creating WorkRequests, and efficiently scheduling work to ensure reliable execution even when the app is closed.
yklimianok/android-bus-schedule-app
This repository showcases my experience with persisting data using the SQLite database and Room library. It highlights the use of Kotlin flows and solid architectural patterns, ensures smooth data flow, and supports a scalable, maintainable Android codebase.
yklimianok/android-lunch-tray-app
This repository contains my practice and examples focused on mastering navigation in Jetpack Compose. Jetpack Compose is Android's modern toolkit for building native UI, and navigation is a crucial aspect of app development, ensuring smooth transitions and user experience.
yklimianok/android-dessert-clicker-app
This project was created to develop skills in Jetpack Compose architecture using ViewModel and State.
yklimianok/android-courses-app
This project was created to get acquainted with LazyVerticalGrid composable and its data organization for it.
yklimianok/android-tip-calculator-app
In this project, I developed more advanced state management skills in Jetpack Compose and used new Composables such as TextInput and Switch. In addition, I became familiar with implementing custom themes into the application and writing Unit and UI tests.
yklimianok/android-lemonade-app
This project was created to develop basic skills in writing Android apps using Jetpack Compose.
yklimianok/android-dice-roller-app
This project was created to develop basic skills in writing Android apps using Jetpack Compose.
yklimianok/node.js-file-manager
This project was developed to be familiar with the base node.js modules through the creation of a file manager application.
yklimianok/rn-restaurants-app
This project was created to develop skills in React Native, TS, state management, increasing query performance, adding base mobile features, and testing.
yklimianok/nodejs-back-end
yklimianok/react-native-redux-toolkit-movies-app
Movies list app. New practices for building the architecture of React Native and Redux Toolkit have been worked out. Application test coverage worked out.
yklimianok/react-redux-social-network-app
This is a large social network, where it was also worked out: - basic use of React technology - basic use of state management Redux - getting familiar with navigation using React Router - requests to the Rest API server - creating authorization using captcha
yklimianok/node.js-express-react-advisors-list-app
In this project, the skills of writing a Full-stack application were worked out (not using databases, but generating mock data on the server side). And also developed the skills of testing the application.
yklimianok/node.js-graphQL-movies-app
The underlying implementation of the GraphQL server API was developed in this project.
yklimianok/react-native-posts-app
In this project, a basic acquaintance was made, and the main practices for using React Native technology were worked out. The Redux state management technology was also worked out in conjunction with React Native.
yklimianok/next.js-marvel-heroes-app
Marvel heroes app. New practices for building the architecture of React applications using Next.js and Redux. Server-side rendering has been worked out. Application test coverage worked out.