Job Kroon's Avatar

Job Kroon

@jkroon.bsky.social

Shooting pictures and learning software development. All images are original to me, except for reposted content. ๐Ÿ‘‰ https://bento.me/jobkroon

69 Followers  |  68 Following  |  57 Posts  |  Joined: 29.11.2024  |  1.5318

Latest posts by jkroon.bsky.social on Bluesky

#100DaysOfCode Day 35 & 36: Finishing up my weather app project and my Swift course. I'm planning and setting up a home server to host my own domain and figuring out a new Swift project to build.

15.06.2025 07:26 โ€” ๐Ÿ‘ 7    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

#100DaysOfCode Day 34: Setting up database records for different symbols and images. Getting familiar with Supabase's database structure and implementing the necessary tables and relationships.

09.06.2025 09:07 โ€” ๐Ÿ‘ 3    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

#100DaysOfCode Day 33: Still going strong, but I only have time to code in my weekends for now. Today was about integrating #Supabase into my project to make my weather symbols show up dynamic. After this; user data integration.

08.06.2025 07:25 โ€” ๐Ÿ‘ 4    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

#100DaysOfCode Day 31 & 32: So not so much code except for some code practice and documentation. Also onboarding as network engineer. Think that counts, learning all about networks and cables!

03.06.2025 13:29 โ€” ๐Ÿ‘ 4    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

#100DaysOfCode Day 30: Did some error handling states for a login flow. Integration of User data and profile settings. Have a good sunday!

01.06.2025 08:31 โ€” ๐Ÿ‘ 5    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

#100DaysOfCode Day 29: A little read in #supabase documentation for implementing my database. Also code practice.

31.05.2025 09:07 โ€” ๐Ÿ‘ 3    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
A login view in Xcode, created for a weather app.

A login view in Xcode, created for a weather app.

#100DaysOfCode Day 28: Now we're getting somewhere. Created a login view controller. Integrated in my project, next up, #authentication. See ya tomorrow!

29.05.2025 06:01 โ€” ๐Ÿ‘ 3    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

#100DaysOfCode Day 27: Just some asynchronous lessons and app practice today. Rest is needed!

28.05.2025 11:46 โ€” ๐Ÿ‘ 3    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

#100DaysOfCode Day 26: Integrating a login screen for my weather app. Reading the docs for best practice. No too much code today, because I've got places to be.

27.05.2025 04:48 โ€” ๐Ÿ‘ 8    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

#100DaysOfCode Day 25: Finished up my weather app project by integrating some hard-coded UI elements and testing if the API is getting the right data. Would be a fun project to iterate on. Have a kickass day!

26.05.2025 11:07 โ€” ๐Ÿ‘ 5    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
A project screenshot from Xcode, a weather app I'm working on.

A project screenshot from Xcode, a weather app I'm working on.

#100DaysOfCode Day 24: Making small but steady progress. Reading some documentation and stackoverflow because of syntax updates. Integrating it into my project. The base of my project is almost there! Dummy data check! API check! Extensions check!

25.05.2025 09:22 โ€” ๐Ÿ‘ 5    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

#100DaysOfCode Day 23: Building my weather app. I'm following instructions from the old swift version (iOS 15), so it's a bit puzzling finding the renewed syntax and functions. But we're getting there!

24.05.2025 12:47 โ€” ๐Ÿ‘ 4    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

#100DaysOfCode Day 22: Not much time today. Some practices with else-if statements and read a little background of SwiftUI. Tomorrow back on the project again.

23.05.2025 11:34 โ€” ๐Ÿ‘ 4    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

#100DaysOfCode Day 21: After a little holiday break, back in action! Review of swift course and practicing syntax. Continue on my weather app by integrating API. Next up; I need to learn SwiftUI.

22.05.2025 08:34 โ€” ๐Ÿ‘ 3    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

#100DaysOfCode Day 20: Setting up dev environment for my weather app. Starting with some new protocols to get my head around. Have fun today! โœŒ๏ธ

16.05.2025 06:43 โ€” ๐Ÿ‘ 4    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

#100DaysOfCode Day 19: TIL Concurrency in Swift. Simultaneous processing of tasks with async await. Some documentation and notes today. I've decided to make a simple weather app. Starting tomorrow!

15.05.2025 07:49 โ€” ๐Ÿ‘ 4    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

#100DaysOfCode Day 18: Getting back practicing functions, closures and some error handling in Xcode. Figuring out my next thing to build as a mini project.

14.05.2025 12:43 โ€” ๐Ÿ‘ 6    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

#100DaysOfCode Day 17: Finished the Swift to do app. A simple app which thought me creating functions, closures and saves different states on the device. Nice to figuring out Xcode and work with a storyboard.

10.05.2025 07:57 โ€” ๐Ÿ‘ 6    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

#100DaysOfCode Day 16: Some Encode lessons and a little note taking. Writing stuff down makes things so much better to remember! Cheers ๐Ÿค™

09.05.2025 07:27 โ€” ๐Ÿ‘ 4    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

#100DaysOfCode Day 15: Continue building on my Swift todo app in Xcode. Just getting to know the software and working with the ViewControllers. Completely different experience then for example React and webdev. It's fun though. Also some documentation.

08.05.2025 11:16 โ€” ๐Ÿ‘ 4    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

#100DaysOfCode Day 14: A little recap of the functions I built in Xcode. Also, as I'm setting up a home server, I've been installing docker and trying to figure out how to securely self host my domains and server. No not too much coding, but still learning. Tomorrow is #swift course again!

07.05.2025 08:38 โ€” ๐Ÿ‘ 3    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

#100DaysOfCode Day 13: Today I am diving in viewcontrollers in #Xcode. Building functions for a todo app. Creating classes for the UI and functions to add tasks.

06.05.2025 06:58 โ€” ๐Ÿ‘ 3    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

#100DaysOfCode Day 12: Another travel weekend, so I have some catching up to do. Continuing exploring the todo app in Xcode, focusing on data storage. Some documentation and note taking. Figuring out how to setup a #digitalgarden, to make these notes public.

05.05.2025 08:24 โ€” ๐Ÿ‘ 8    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
A piece of Swift code in Xcode.

A piece of Swift code in Xcode.

#100DaysOfCode Day 11: Exploring Xcode and actually building a some functions from a todo app. See how it works.

30.04.2025 11:10 โ€” ๐Ÿ‘ 7    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

#100DaysOfCode Day 10: Iโ€™m completely exhausted for the day and there is no way I spend a whole night on coding, Iโ€™ve had my fair share of late nights. So for today a lesson in Protocols in the documentation and making notes. Enjoying the outdoors and sunny weather! ๐Ÿ˜Ž

29.04.2025 20:12 โ€” ๐Ÿ‘ 4    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

#100DaysOfCode Day 9: All about Classes and some Structures today. Messing around in Xcode and a recap of the past week. New week, lets go! ๐Ÿ‘

28.04.2025 06:54 โ€” ๐Ÿ‘ 6    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

#100DaysOfCode Day 8: Getting my head around Enumerations. Another playground session and a recap of the past week, which has been a challenging one while traveling. I'll be back on Monday! โœŠ

25.04.2025 08:00 โ€” ๐Ÿ‘ 6    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

#100DaysOfCode Day 7: Structures and Classes. A recap of yesterdays lessons about Closures. Short lesson today ๐Ÿ‘Œ

24.04.2025 14:10 โ€” ๐Ÿ‘ 7    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Thanks ๐Ÿ™

24.04.2025 04:26 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

โ #100DaysOfCode Day 6: All about Closures. Some documentation and practice in #swift playground. And I got hired today as a network engineer! Awesome day! โœŠ

23.04.2025 13:59 โ€” ๐Ÿ‘ 4    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

@jkroon is following 19 prominent accounts