import CaffeineKit
import NerdKit
import SwiftUI
struct Kyle: View {
let currentActivity = "Building the next big thing"
let currentLocation = "Amarillo, TX"
let askMeAbout: [Questions] = [programming, apple tech, shortcuts]
let languages: [Languages] = [php, python, java, swift, javascript, html, css]
let tools: [Software] = [VS Code, Xcode, Git]
let interests: [Interests] = [programming, apple tech, family, music]
var favoriteDrink: String {
let calendar = Calendar.current
let hour = calendar.component(.hour, from: .now)
if hour < 12 {
return "Coffee"
} else if hour < 18 {
return "Dr Pepper, Tea, or Water"
} else {
return "Tea or Water"
}
}
var body: some View {
VStack {
Text("Hello, I'm Kyle")
Text("I'm currently \(currentActivity) in \(currentLocation)")
Text("Some programming lanuages I know are: \(languages)")
Text("Tools that I use regularly: \(tools)")
Text("I'm interested in: \(interests)")
Text("You can ask me about: \(askMeAbout)")
Text("My favorite drink is \(favoriteDrink)")
}
}
}
π Type the following in your console or terminal to connect with me.
npx kylereddoch
π This command line tool can be found here.
β‘οΈ more blog posts...
π± My GitHub Data
π¦ 105.5 kB Used in GitHub's Storage
π 52 Contributions in the Year 2024
πΌ Opted to Hire
π 30 Public Repositories
π 6 Private Repositories
I'm a Night π¦
π Morning 67 commits βββββββββββββββββββββββββ 11.28 %
π Daytime 166 commits βββββββββββββββββββββββββ 27.95 %
π Evening 287 commits βββββββββββββββββββββββββ 48.32 %
π Night 74 commits βββββββββββββββββββββββββ 12.46 %
π I'm Most Productive on Sunday
Monday 86 commits βββββββββββββββββββββββββ 14.48 %
Tuesday 76 commits βββββββββββββββββββββββββ 12.79 %
Wednesday 68 commits βββββββββββββββββββββββββ 11.45 %
Thursday 65 commits βββββββββββββββββββββββββ 10.94 %
Friday 71 commits βββββββββββββββββββββββββ 11.95 %
Saturday 102 commits βββββββββββββββββββββββββ 17.17 %
Sunday 126 commits βββββββββββββββββββββββββ 21.21 %
π This Week I Spent My Time On
ποΈ Time Zone: America/Chicago
π¬ Programming Languages:
No Activity Tracked This Week
π₯ Editors:
No Activity Tracked This Week
π±βπ» Projects:
No Activity Tracked This Week
π» Operating System:
No Activity Tracked This Week
I Mostly Code in C
C 6 repos βββββββββββββββββββββββββ 28.57 %
CSS 3 repos βββββββββββββββββββββββββ 14.29 %
Swift 2 repos βββββββββββββββββββββββββ 09.52 %
JavaScript 2 repos βββββββββββββββββββββββββ 09.52 %
HTML 1 repo βββββββββββββββββββββββββ 04.76 %
I love being able to offer people the tools/software that help make a difference in their lives. Your support helps continue to make that happen. There is no pressure, though. If you like what I am doing and use what I put out, please consider supporting me through the various options below. I have set up both one-time donations and membership tiers. (Those that support me through memberships get extra perks!)
NOTE: Top languages does not indicate my skill level or anything like that. It is just a metric of which languages have been hosted by me on GitHub based on the usage across repositories. There are others that have not been put on Github.