JuzTCodes's Avatar

JuzTCodes

@juztcodes

๐Ÿ’ป On a mission to build freedom through code ๐Ÿ’ซ Finally following my passion to become an Apple developer! ๐ŸŽ

137
Followers
214
Following
197
Posts
16.11.2024
Joined
Posts Following

Latest posts by JuzTCodes @juztcodes

Middle of the night thought ๐ŸŒ™

Iโ€™m not into โ€œvibe coding.โ€

AI for learning, debugging, and getting unstuck? ๐Ÿ”ฅ

Love that.

But having an agent write the whole app? Nope!

That takes away the fun and satisfaction.

The struggle is part of what makes building rewarding ๐Ÿ’ป

#AI #SwiftUI #BuildInPublic

01.03.2026 08:24 ๐Ÿ‘ 5 ๐Ÿ” 1 ๐Ÿ’ฌ 2 ๐Ÿ“Œ 0
Video thumbnail

Just finished my first macOS app while working through Hacking with macOS by @twostraws.bsky.social. ๐ŸŽ

Built as part of the tutorial โ€” but still a huge milestone for me.

I really love developing for the Mac ๐Ÿ˜‚ On to the next!

#macOSDev #SwiftUI

28.02.2026 20:54 ๐Ÿ‘ 6 ๐Ÿ” 0 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0

Thank you :)

26.02.2026 15:12 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Post image

Iโ€™m a visual thinker, so I started my first macOS app by mapping out the UI.

4 hours and 4 layout iterations laterโ€ฆ I have a whole new respect for UX/UI designers. This is HARD. ๐Ÿ˜…

#macOSDev #SwiftUI #IndieDev

26.02.2026 01:30 ๐Ÿ‘ 3 ๐Ÿ” 0 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0

Working on my first macOS application. ๐ŸŽ

Thereโ€™s something powerful about building for the desktop โ€” focused, intentional, built to last.

Still early. Still learning. But this feels aligned.

Mac-first. Apple-native. Quietly building bold things. ๐Ÿ’ปโœจ

#macOSDev #SwiftUI #IndieDev

25.02.2026 11:14 ๐Ÿ‘ 9 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

I went all in learning new skills for a โ€œchanceโ€โ€ฆ and it led nowhere.
Not the first timeโ€”degrees, promises, moving goalposts. Iโ€™m done chasing maybes and waiting on doors that never open.

Time to live for me. One mission. One plan. Accountability to one person: ME!

#PurposeDriven #IndieDev

18.02.2026 08:32 ๐Ÿ‘ 3 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

Finished a brief iOS overview with Stanfordโ€™s CS193p. ๐ŸŽ
Now Iโ€™m jumping back into #100DaysOfSwiftUI. It may take a few days to regain momentum, but Iโ€™m continuing where I left off โ€” not starting over.

Back to building. ๐Ÿ’™

#SwiftUI #iOSDev

18.02.2026 00:50 ๐Ÿ‘ 4 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

Lately Iโ€™ve felt the pull back to iOS developmentโ€”quiet focus, building in SwiftUI, turning ideas into real apps. Life and career pivots got loud, but the signal never left. I miss creating. I miss believing my apps could change my life.

The indie path is still calling. โœจ
#iOSDev #SwiftUI #IndieDev

07.02.2026 21:55 ๐Ÿ‘ 7 ๐Ÿ” 1 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0
Post image

Double win tonight ๐Ÿ’ป

Finished my Password Strength Checker ๐Ÿ” and locked in a new workflow.

I now write code first in Sublime Text (no autocomplete), then move it to Cursor for structure + debugging. Slower, but way clearer. โ˜•๏ธโœจ

#Java #LearningInPublic #DevJourney

23.01.2026 02:12 ๐Ÿ‘ 3 ๐Ÿ” 1 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Post image

Big win today ๐Ÿ’ป

I added the core logic for checking password strength โ€” length, uppercase, lowercase, numbers, and special characters.

Still refining, but seeing the logic come together feels really good. Slow progress, real understanding. โ˜•๏ธโœจ

#Java #LearningInPublic #DevJourney

22.01.2026 02:36 ๐Ÿ‘ 2 ๐Ÿ” 1 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0
Post image

Made progress on my Java password strength checker ๐Ÿ’ป

Started setting up input handling and enums. Still unfinished, but itโ€™s coming together โ˜•๏ธ

#Java #LearningInPublic

20.01.2026 13:12 ๐Ÿ‘ 2 ๐Ÿ” 1 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

โœ๐Ÿพ Before I touch an IDE, I handwrite my code ideas. It helps me slow down, focus, and review any concepts Iโ€™m still shaky on. Coding as a newbie isnโ€™t about speed โ€” itโ€™s about clarity and confidence. #DevJourney #Java #CodePlanning ๐Ÿ’ป

18.01.2026 17:29 ๐Ÿ‘ 3 ๐Ÿ” 1 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Post image

Guess The Number โœ…

My first Java mini-project is DONE โ€” loops, conditionals, random numbers, and user inputโ€ฆ all playing nice-ishtogether ๐Ÿ˜…

Next up: building a password strength checker ๐Ÿ”
Letโ€™s go! โ˜•๏ธ๐Ÿ’ป

#Java #DevLife #LearningInPublic #BackendJourney

17.01.2026 02:24 ๐Ÿ‘ 3 ๐Ÿ” 1 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

Spent the whole evening fighting Cursor instead of writing code ๐Ÿ˜ก๐Ÿคฌ

All I want is NO autocomplete so I can actually learn.

Why is disabling this so painful??
Asking for my sanity โ˜•๏ธ๐Ÿ’ป

#DevLife #IDEProblems

15.01.2026 01:59 ๐Ÿ‘ 2 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Post image

First Java mini-project: number guessing game.
It runsโ€ฆ but the logic is very questionable ๐Ÿ˜‚

Pausing for tonight.
Tomorrow = fresh brain cells + refactor + redemption! โ˜•๏ธ๐Ÿ’ป

#Java #DevJourney #LearningInPublic

14.01.2026 02:31 ๐Ÿ‘ 1 ๐Ÿ” 1 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Post image

After hours of fighting with Cursorโ€ฆ
my Java project finally runs the way it should ๐Ÿ˜ฎโ€๐Ÿ’จโ˜•๏ธ
Packages, Maven, terminal output โ€” all working.

IntelliJ would never have done me like this ๐Ÿ˜‚
But hey, growth hurts.

#Java #DevLife #LearningInPublic #IDEProblems

13.01.2026 18:02 ๐Ÿ‘ 1 ๐Ÿ” 1 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

Moving from IntelliJ to Cursor feels like:

IntelliJ = luxury hotel ๐Ÿจโœจ
Cursor = Airbnb with great AI ๐Ÿค– but no concierge โ€” just a โ€œfigure it out yourselfโ€ motto ๐Ÿ›Ž๏ธโŒ

#DevLife #IDEProblems #LearningInPublic #Java #DevHumor

13.01.2026 01:01 ๐Ÿ‘ 1 ๐Ÿ” 1 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

IDE switch ๐Ÿ‘€

Swapped JetBrains IntelliJ for Cursor after learning itโ€™s what the QA team uses.

Because why not add one more learning curve to the journey? ๐Ÿ˜‚โ˜•๏ธ

#DevLife #LearningInPublic #Java #SQL

11.01.2026 05:52 ๐Ÿ‘ 2 ๐Ÿ” 1 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

Back after a quiet stretch ๐Ÿ‘‹๐Ÿพ

So I didnโ€™t pass the first QA Engineer coding test โ€” and thatโ€™s okay.
I owned my gaps and was given 6 months and a second chance to level up my Java & SQL skills.

Next up: a QA mentor, a learning plan, and hands-on projects. โ˜•๏ธ๐Ÿ’ป

#DevJourney #LearningInPublic #Java #SQL

10.01.2026 07:09 ๐Ÿ‘ 5 ๐Ÿ” 1 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

Niceโ€ฆ and yes it is a long journey! What are you using to learn?

21.12.2025 03:48 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0

Time to come clean ๐Ÿ™‚

I was presented with an opportunity to move into an Automated QA Engineering role, which meant learning Java โ€” hence the pivot from iOS dev.

Inital QA exam done & feedback coming in January. ZTM course complete. Still leveling up. โ˜•๏ธ๐Ÿ’ป

#Java #QA #LearningInPublic

21.12.2025 02:29 ๐Ÿ‘ 4 ๐Ÿ” 1 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0
Post image Post image Post image Post image

Days 23โ€“24 check-in ๐Ÿ‘‡๐Ÿพ

Deep dive into Generics and the Collections Framework these past two days.A lot to absorb, but the practice helped everything feel more manageable and Iโ€™m on track to finish the ZTM Java course this weekend. โ˜•๏ธ๐Ÿ’ป
#Java #Programming #LearningInPublic

06.12.2025 02:46 ๐Ÿ‘ 8 ๐Ÿ” 1 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

Days 22โ€“23 check-in of learning #Java
Got introduced to interfaces and abstract classesโ€ฆ and wow. Very confused. Extremely confused.

Not gonna lie โ€” I donโ€™t fully see the point yet ๐Ÿ˜ญ๐Ÿ˜‚
Definitely revisiting this topic again. โ˜•๏ธ๐Ÿ’ป

#JavaDeveloper #LearningInPublic

04.12.2025 00:33 ๐Ÿ‘ 2 ๐Ÿ” 1 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Post image

What a perfect way to start the morning!

#Java #LearningInPublic #Cats

02.12.2025 11:03 ๐Ÿ‘ 9 ๐Ÿ” 1 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Post image Post image Post image

Days 20โ€“21 check-in ๐Ÿ‘‡๐Ÿพ
Holiday break slowed me down a bit, but I jumped back in today. Worked through enums and had some solid hands-on practice. Screenshots below. โ˜•๏ธ๐Ÿ’ป

#Java #DevLife #LearningInPublic

01.12.2025 01:09 ๐Ÿ‘ 4 ๐Ÿ” 1 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Video thumbnail

Days 18 & 19 of learning #javalanguage๐Ÿ‘‡๐Ÿพ

These two days were all about constructors and inheritance. Definitely a lot to take in, but Iโ€™m starting to see how everything connects. โ˜•๏ธ๐Ÿ’ป

#Java #OOP #DevLife #LearningInPublic

25.11.2025 01:26 ๐Ÿ‘ 4 ๐Ÿ” 1 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

Thank you! I thought that was the case but I kept second guessing myself! It actually looked weird to me after I write it. ๐Ÿคฆ๐Ÿพโ€โ™€๏ธ

21.11.2025 08:30 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Post image Post image Post image Post image

Day 17 of learning #javalanguage ๐Ÿ‘‡๐Ÿพ

Today was all about OOP โ€” the famous 4 pillars.
Iโ€™m proud to reportโ€ฆ my code works.
Iโ€™m also concerned to reportโ€ฆ I have no idea why it works ๐Ÿ˜ญ๐Ÿ˜‚Object-oriented programming is humbling. โ˜•๏ธ๐Ÿ’ป

#Java #OOP #DevStruggles #LearningInPublic

21.11.2025 00:16 ๐Ÿ‘ 2 ๐Ÿ” 1 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0
Post image Post image Post image Post image

Day 16 of learning #Java ๐Ÿ‘‡๐Ÿพ

Worked through dates and times today, and honestlyโ€ฆ this one made sense. Hit the halfway point of my course and turned off my IDE autocomplete to level up my typing + syntax memory.
Proud of this progress. โ˜•๏ธ๐Ÿ’ป

#Java #DevLife #LearningInPublic

19.11.2025 12:27 ๐Ÿ‘ 2 ๐Ÿ” 1 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

Days 14 & 15 of learning #Java

Spent the last two days working with text variables โ€” Strings and StringBuilder.

Solid practice. Feeling a little more confident. โ˜•๏ธ๐Ÿ’ป

#Java #DevLife #LearningInPublic

17.11.2025 00:40 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0