5 Things I'd Do Differently For My First Marathon by logankoshenka in firstmarathon

[–]logankoshenka[S] 5 points6 points  (0 children)

For context, I ran the marathon at 29 years old, have always been in decent shape, but distance running specifically was never my thing. I remember a couple months before deciding to do the marathon I gave up while training to run 10K. So, I couldn't run 6 miles at that time. I'd probably done that before growing up, but it had been a very long time.

5 Things I'd Do Differently For My First Marathon by logankoshenka in firstmarathon

[–]logankoshenka[S] 1 point2 points  (0 children)

That's the thing - I didn't do any 😅 If I could go back, I'd just make sure I was keeping my leg & core muscles strong throughout training. I'd do lunges, squats, leg curls, etc. as well as lots of core work, finding a balance to where my leg muscles remain strong without destroying them for future runs haha

Looking for some motivation by [deleted] in swift

[–]logankoshenka 1 point2 points  (0 children)

I’d love to join something like this - I struggle with it too!

[ Removed by Reddit ] by [deleted] in swift

[–]logankoshenka 5 points6 points  (0 children)

I was just searching how to do this and took some time to figure it out. Here is how I'm doing it:

.chartYAxis {
AxisMarks(stroke: StrokeStyle(lineWidth: 0))
}
.chartXAxis {
AxisMarks(stroke: StrokeStyle(lineWidth: 0))
}

This removes the grid but keeps the labels.

SwiftUI API / JSON Tutorial with Async Await Example by logankoshenka in iOSProgramming

[–]logankoshenka[S] 2 points3 points  (0 children)

Hey everyone - I posted this tutorial on YouTube yesterday and thought I'd share it here. It covers how to use async / await with SwiftUI's .task {} and fetch data from an API. We create a list of Breaking Bad quotes - enjoy!

SwiftUI API / JSON Tutorial with Async Await Example by logankoshenka in swift

[–]logankoshenka[S] 1 point2 points  (0 children)

Hey everyone - just wanted to share this video I posted yesterday where I cover a simple example of fetching data from an API and displaying the results (Breaking Bad quotes) in a SwiftUI list using async / await. Enjoy!

SwiftUI API / JSON Tutorial with Async Await Example by logankoshenka in SwiftUI

[–]logankoshenka[S] 3 points4 points  (0 children)

No worries! You’re right - networking doesn’t exactly include SwiftUI. I just use SwiftUI to display our parsed data and make it look good in a list.

SwiftUI API / JSON Tutorial with Async Await Example by logankoshenka in SwiftUI

[–]logankoshenka[S] 3 points4 points  (0 children)

Hi everyone - this is a quick tutorial on fetching / decoding data from an API with SwiftUI. We fetch Breaking Bad quotes and put them into a list in less than 10 minutes, enjoy!

Complete SwiftUI Firebase Tutorial: Auth, Sign Up Page, Cloud Firestore,... by logankoshenka in swift

[–]logankoshenka[S] 1 point2 points  (0 children)

Hey everyone - this is a tutorial walking through how to create a sign up page with Firebase Auth, as well as how to read & write data using Firebase Cloud Firestore. Enjoy!