Giter Club home page Giter Club logo
Khandevy photo

itsmylifestyle Goto Github PK

followers: 2.0 following: 2.0 repos: 43.0 gists: 0.0

Name: Khandevy

Type: User

Company: QazCoding Dev.

Bio: Attention! Being on this account can lead to a nervous breakdown or make you emotionally unstable. I strongly recommend not copying projects from my GitHub ^_^

Location: The city of freedom

Header

First of all - Welcome! Iā€™m a nice fun and friendly person, I work well in a team but also on my own as I like to set myself goals which I will achieve, I have good listening and communication skills. I have a creative mind and am always up for new challenges. Also I'm a software engineer and I'm glad that you've come to my GitHub. Don't be shy to ask me whatever you want :)

Welcome!

import SwiftUI

struct ContentView: View {
  var body: some View {
      Text("My name is Aibek and I am a software engineer")
      Text("Welcome to my GitHub account :)")
          .padding()
  }
}
RightImage

Contact me

Linkedin Telegram

Languages and Tools

Java swift Sql GDScript HTML CSS firebase

Statistics

GitHub Stats
Top Languages

Khandevy's Projects

angrybirds icon angrybirds

This mobile app, inspired by the iconic Angry Birds game, leverages the SpriteKit framework to deliver a gaming experience. It incorporates features such as an automatic level reset when players run out of birds, precise collision detection for realistic interactions between birds and obstacles, and a scoring system.

apiview icon apiview

Working with JSON API. I've created struct Post with id, title & body. Also, I've created class api() where we have a func that helps us to take data in JSON format and decode that data in order to illusrate this to user

applewalletexample icon applewalletexample

This is an example app where I am using Advanced SwiftUI animations features. Also using Firebase in LogIn business logic.

apptest icon apptest

In this project, I conducted both UI and Unit testing, utilizing Swift Storyboard, and experimented with various features, exploring additional functionalities

arkitsolarsystem icon arkitsolarsystem

Using Apple's ARKit technology, this app allows users to explore a scaled-down representation of our Solar System right in the palm of their hands. Each planet not only rotates on its axis but also orbits around the Sun, providing an educational and visually stunning demonstration of the planets.

authorizationview icon authorizationview

This is an attractive authorization page with "Login" and "Registration" in one view. Here I used @Binding index to link these 2 structures and make a transition between them. Also, a certain special angle was implemented to make a button available for us to go to another view

chatapp icon chatapp

This is a simple mobile chat application. I used Firebase in my project and some kind of MVVM pattern. Created as a funny test project with my friend.

companycalculator icon companycalculator

SwiftUI project for company. This app is able to calculate how much money should person give in order to close the bill.

concentrationapp icon concentrationapp

Simple IOS concentration app that used to train your attention and memory skills. I will improve this application if possible. Learning a swift at the Stanford University course.

contextmenu icon contextmenu

This repository is designed for context menu, where you can have some actions, like share or copy, to the photo.

coredataapp icon coredataapp

I've created an Artbook app for users to save and view their favorite images and artworks. CoreData underpins the seamless storage and retrieval of these pieces and their accompanying descriptions. The app empowers art enthusiasts to curate and access their treasured collection with ease.

cryptoapp icon cryptoapp

This application elegantly parses JSON data and presents it to the user. It employs the MVVM architecture enriched with the power of RxSwift, particularly the seamless binding capabilities. Additionally, the app leverages @escaping closures for handling asynchronous operations gracefully

cryptoappswiftui-mvvm icon cryptoappswiftui-mvvm

This application is a revamped version of a previous crypto app that I developed using UIKit. However, in this iteration, I utilized SwiftUI and Combine frameworks, incorporated async and await features, experimented with the Continuations feature, and applied the @MainActor

customswiftuishape icon customswiftuishape

Custom SwiftUI Shape + Animation button. Can be used separately as a template for other apps.

designapp icon designapp

Learning the SwiftUI framework in this project. I will use and test some interesting methods from this framework, and the most interesting save and upload to this repository.

facerecognitionapp icon facerecognitionapp

Within this application, I have harnessed the unique features inherent to iOS, notably its asynchronous Face Recognition capability, and as a result... Furthermore, this integration has enabled us to enhance user experiences, facilitating smoother and more efficient interactions with the application.

financialapp icon financialapp

It's a simple app to keep track of your spending. It uses dynamic lists and UserDefaults to save user data. It also shows in the design part what type of purchase was made and its cost.

firebaseapp icon firebaseapp

This repository designed for Firebase only. For here we have used Cocoapods and FirebaseAuth. Also, we have registrartion/authrizarion page, which works with db, and we can login to the app.

flaggame icon flaggame

This is a simple game application in which we must to match country name to flag. If we matched it correctly, the score will increase, and the otherwise.

gamestore icon gamestore

This is a simple gamestore website done by Spring Framework for backend, HTML&CSS for frontend and MySQL to store the data.

healthcaredatabase icon healthcaredatabase

This is a simple application to store the medicines and have the opportunity to add, delete and edit them. This is mainly about PostgreSQL and how to connect and work with the system.

itsmylifestyle icon itsmylifestyle

This is needed in order to beatify my GitHub account. I used a lightweight markup language that you can use to add formatting elements to plaintext text documents - Markdown.

jokesapp icon jokesapp

I developed this app using SwiftUI, incorporating the Alamofire framework through Swift Package Manager + MVVM

json-apiapp icon json-apiapp

This is a straightforward currency converter application that provides users with currency exchange rates. The process involves three primary steps: requesting data, receiving a response, and parsing the information. To efficiently retrieve rates for five different currencies simultaneously, I employed an .async method

loginxctestuipopapp icon loginxctestuipopapp

The app demonstrates the implementation of a simple login flow using the principles of Protocol-Oriented Programming, unit testing with "XCTest", and dependency injection.

mainview icon mainview

Here we have the main view, where we have tabs "profile", messages", "newsfeed", "settings", and just below the exit button. The main gimmick here is the transition from one view to another. It was also styled the same way as in the "AuthorizationView" repository, so I will probably incorporate all of my repositories into one big project

mapview icon mapview

This repository contains simple code to illustrate how to work with MapKit framework to create interactive maps. The code in the repository include examples of how to customize the appearance of maps, add annotations.

mlimagerecognition icon mlimagerecognition

This repository showcases my project using Apple's CoreML framework along with the MobileNetV2 model for image recognition. Users can select an image from their photo library, and the app uses machine learning to recognize the contents of the image, displaying the top result with a confidence percentage.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    šŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. šŸ“ŠšŸ“ˆšŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ā¤ļø Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.