Skip to content
View hasanalisiseci's full-sized avatar
🏠
Working from home!
🏠
Working from home!
Block or Report

Block or report hasanalisiseci

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
hasanalisiseci/README.md

Awesome Matrix Code

hasanalisiseci

Medium Badge Linkedin Badge Gmail Badge

🕵️ who is Hasan Ali

ceng, ios developer 👨‍💻📲

💻 Technologies I Love

  • iOS Mobile Development
  • Swift
  • UIKit
  • SwiftUI
  • Firebase

Programming Languages

Who am I?

class whoAmI {
 let user = 'Hasan Ali Şişeci'
 let birthYear = 2000
 let currentEdu = "Cumhuriyet University in Turkey"
 let departmentOfEdu = "ceng"
 let interest = "Mobile Application Development"

 var hobbies = [
 	   "design social media content",
 	   "watching series",
 	   "games",
 	   "being up all Night chasing that ONE BUG..."
 	   ]
  
  func getCity() -> String {
      return "Sivas/Turkey"
  }

  func ambitions() {
      PrepareAppForAppStore()
      GraduateFromUniversity()
      LearnEnglish()
      BeSpeakerAtConference()
  }
}

extension whoAmI {
  func showSummaryofBio() -> String {
  	let currentYear = Calendar.current.component(.year, from: Date())
  	let age = currentYear - birthYear
      return "Hello, I am \(user), \(age) years old. I'm studying \(departmentOfEdu) at \(currentEdu). I am currently interested in \(interest)"
  }
}
   

Hasan Ali's github stats

Pinned

  1. MovieApp MovieApp Public

    An application that allows you to search for movies and see your details with the OMDb api. Develop with UIKit

    Swift

  2. rick-and-morty-swiftui rick-and-morty-swiftui Public

    Basic api app with rickandmortyapi.com. Develop with SwiftUI

    Swift 5 1

  3. NineMonths NineMonths Public

    NineMonths, an informative application for pregnant women, is now on the appstore. Developed with SwiftUI

    Swift

  4. news-feed-app news-feed-app Public

    View trending news and view the headlines you want with the News API. Add the news you want to favorites. Developed with UIKit

    Swift 1

  5. sqflite-demo-flutter sqflite-demo-flutter Public

    Dart 11 3