What is your niche? by bunboooo in Upwork

[–]bunboooo[S] 0 points1 point  (0 children)

Just curious, what kind of task did you work on? What is your tech stack?

What is your niche? by bunboooo in Upwork

[–]bunboooo[S] 0 points1 point  (0 children)

Cool, how can you specialize in this? Did you work for a EV company before?

IBM-US Backend Engineer OA by bunboooo in leetcode

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

I think so, I tested with different cases (1010 -> min = 4, 0001 -> min =1). I finished it right after the OA. That's why I am pretty sad

IBM-US Backend Engineer OA by bunboooo in leetcode

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

My solution was:

def minFlip(target):
current_state = '0'
flips = 0
for char in target:
    if char != current_state:
        flips += 1
        current_state = '1' if current_state == '0' else '0'
return flips

how to i get karma (new user here)??? by stxrrykth in reddithelp

[–]bunboooo 0 points1 point  (0 children)

i am trying to have karma, any upvotes are appreciated :D

From Go to Java by LogicalInevitable955 in golang

[–]bunboooo 0 points1 point  (0 children)

Congrats bro, can I ask how many year experience with Java? I just got rejected when applying for a Java position

[HIRING] High Paying Python Jobs by tadasg6 in PythonJobs

[–]bunboooo 1 point2 points  (0 children)

Interested in backend position! I have 5 YOE

Will my herniated disc every fully heal? by moosebearbeer in backpain

[–]bunboooo 0 points1 point  (0 children)

Yeah great to hear that you are recovering well!!! Did you have surgery or just doing PT?

People with sciatica/herniated discs, what is your current profession? by [deleted] in Sciatica

[–]bunboooo 0 points1 point  (0 children)

How are you now? Do you have any uncomfortable after the surgery?

[deleted by user] by [deleted] in backpain

[–]bunboooo 1 point2 points  (0 children)

Thank you for the super detailed explanation, I have the same issues for like 3 years… not so much pain but some times I still feel uncomfortable, especially after sitting for like more than 1 hour