https://github.com/jamessedlacek/jamessedlacek
Config files for my GitHub profile.
https://github.com/jamessedlacek/jamessedlacek
config github-config
Last synced: about 1 month ago
JSON representation
Config files for my GitHub profile.
- Host: GitHub
- URL: https://github.com/jamessedlacek/jamessedlacek
- Owner: JamesSedlacek
- Created: 2021-04-11T22:42:00.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-22T21:18:53.000Z (7 months ago)
- Last Synced: 2025-07-26T00:32:11.465Z (3 months ago)
- Topics: config, github-config
- Homepage: https://github.com/JamesSedlacek
- Size: 68.4 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
James Sedlacek Jr.
## What am I working on?
- Building an internal SwiftUI macOS app at Peloton Interactive
- Building [Trading Journal](https://www.sedlacek-solutions.com/portfolio/trading-journal) at Sedlacek Solutions LLC## Open Source
| Title & Link | Description | Star Count |
|-------------|------------|------------|
| [Routing](https://github.com/JamesSedlacek/Routing) | SwiftUI library for abstracting navigation logic from views |  |
| [OnboardingKit](https://github.com/JamesSedlacek/OnboardingKit) | SwiftUI library for handling onboarding |  |
| [Toast](https://github.com/Sedlacek-Solutions/Toast) | SwiftUI library for displaying toast messages |  |
| [SurveyKit](https://github.com/Sedlacek-Solutions/SurveyKit) | SwiftUI library for creating user surveys |  |
| [ProgressTabView](https://github.com/Sedlacek-Solutions/ProgressTabView) | SwiftUI library that provides a custom tab view with progress tracking functionality |  |
| [Scrumdinger](https://github.com/JamesSedlacek/Scrumdinger) | A rebuild of Apple’s “Scrumdinger” application using modern, best practices for SwiftUI development. |  |
| [RatingsKit](https://github.com/Sedlacek-Solutions/RatingsKit) | SwiftUI library for displaying a ratings request screen |  |
| [SFSymbolKit](https://github.com/Sedlacek-Solutions/SFSymbolKit) | SwiftUI library for type-safe SFSymbols |  |## Gists
| Title & Link | Description |
|-------------|------------|
| [EnvironmentBindable](https://gist.github.com/JamesSedlacek/f41ee077570736f7096fb01bc85ffc73) | A property wrapper that provides a way to bind observable objects from the environment to a SwiftUI view. |
| [Persisting](https://gist.github.com/JamesSedlacek/8163d98a17308ed6b776f4c8a35ca523) | A property wrapper that manages the persistence of Codable types using UserDefaults. |
| [View+OpenUrl](https://gist.github.com/JamesSedlacek/c1d215bab0610b3d2c2aea062de5e565) | This file provides a safe way to open URLs in SwiftUI applications. |
| [KeyboardToolbar](https://gist.github.com/JamesSedlacek/2d0425319e2a854da8c51f4b05c9842a) | SwiftUI Keyboard Toolbar Workaround. |