Advertisement · 728 × 90

Posts by JuzTCodes

Post image

Playing with Streamlit (a Python framework for building simple web apps) and this feels like a cheat code 😂 Python → interactive apps with minimal effort. Now this I can get behind!

#python

3 weeks ago 2 0 0 0
Video

Just finished v1 of a small macOS game: Cows and Bulls 🐄🐂
Built it while working through Hacking with macOS. Still planning some UI polish and a few improvements, but v1 works!

#BuildInPublic #macOSDev

1 month ago 6 0 1 0

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

1 month ago 5 1 2 0
Video

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

1 month ago 6 0 1 0

Thank you :)

1 month ago 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

1 month ago 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

1 month ago 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

2 months ago 3 0 0 0
Advertisement

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

2 months ago 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

2 months ago 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

2 months ago 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

2 months ago 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

3 months ago 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 💻

3 months ago 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

3 months ago 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

3 months ago 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

3 months ago 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

3 months ago 1 1 0 0
Advertisement

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

3 months ago 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

3 months ago 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

3 months ago 5 1 0 0

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

4 months ago 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

4 months ago 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

4 months ago 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

4 months ago 2 1 0 0
Advertisement
Post image

What a perfect way to start the morning!

#Java #LearningInPublic #Cats

4 months ago 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

4 months ago 4 1 0 0
Video

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

4 months ago 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. 🤦🏾‍♀️

5 months ago 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

5 months ago 2 1 1 0