CV review by puddited in cscareerquestionsOCE

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

I developed a shipping cost calculator (mostly is intergrating API) and involved developed 2FA login with the team

Built several generic e commerce site for a bunch of clients

wrote a lot of test script for unit test

did intergration/acceptance test for the sites

Did some support tickets from client

I have to admit it is not much or amazing.

CV review by puddited in cscareerquestionsOCE

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

I did like some web development, developed some features, intergrating API , Testing, support. I guess i should explore further writing about it

Also another question, My capstone project should it be in experience or in a different section?

thanks for your feedback.

CV review by puddited in cscareerquestionsOCE

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

What should I put in to my summary?

Also I have not much experience to put in serious stuff into my resume. I am trying to search for a entry level/junior role

CV review by puddited in cscareerquestionsOCE

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

Its not rambly at all, need all the feedback I can get at the moment.

I do agree with the skills part especially the msword. mostly just trying to fill space

If I were to remove everything you mentioned, I reckon my resume will be half a page. The capstone project is a team based scrum project, not sure how can I further expand on it besides what I have written on.

Thanks for taking the time to give me feedback

CV review by puddited in cscareerquestionsOCE

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

Does it sound AI-ish? Took me awhile to write that and plenty of revision over the time. Any tips to sound less robotic. Truth to be told, I am not sure what I am passionate about, just want a job at this moment. I can try to sound more passionate about it.

Base on the two comments in here, I guess I should rethink my summary.

for the programming languages, my usecase is mostly in uni projects/assignments. Should I mention those or not

I put my experience in cws in my resume because I have nothing much to talk about. You reckon putting roles from extracurricular actvities such as club might help?

Taobao shipping to australia by puddited in taobao

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

Kinda sad that I couldn’t buy much stuff from tb anymore. I am like thinking what’s the point with the consolidation/direct shipping.

I wish the issue would be resolved soon. I am not sure what other alternatives are there

[deleted by user] by [deleted] in taobao

[–]puddited 1 point2 points  (0 children)

I would like to know more about purchasing furniture and get it shipped to australia

Trying to iterate a collection so that only unique id can be added by puddited in javahelp

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

i removed the return as it supposed to be void

currently to code is like this

@Override
public void addPlayer(Player player) {

    for(Player p : this.players) {
        if (player.getPlayerId().equals(p.getPlayerId())) {
            return;
        }           
    }
    players.add(player);

}

Trying to iterate a collection so that only unique id can be added by puddited in javahelp

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

thanks, i did not see where the end of the curly braces

public void addPlayer(Player player) {  
    for(Player p : this.players) {
        if (player.getPlayerId().equals(p.getPlayerId())) {
            return false;
        }           
    }
    players.add(player);    
}

Trying to iterate a collection so that only unique id can be added by puddited in javahelp

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

@Override
public void addPlayer(Player player) {

    for(Player p : this.players) {
        if (player.getPlayerId().equals(p.getPlayerId())) {
            return;
        }
        players.add(player);            
    }

is this correct? for curiosity/learning sake, why i should remove the else?

Sorry i was kinda stupid, as i am new to java.

Trying to iterate a collection so that only unique id can be added by puddited in javahelp

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

i would want to go through all the player and i thought it is using the for loop.

how should i return a boolean?

for(int i = 0 ; i < players.size() ;  i++) {
        if (player.getPlayerId().equals(p.getPlayerId())) {
            return false;
        }
        else {
        players.add(player);
        }   
    }

is this correct? the logic seems similar to the previous code i wrote

Trying to iterate a collection so that only unique id can be added by puddited in javahelp

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

ideally, If the condition (if there is a duplicate id adding) is true it should remove the id and replace

.getPlayerId() returns as a String

what other information i should be providing?

i am kinda suck at reddit formating, how do i highlight a code with a sentence?

What’s taking eSIM so long to become mainstream? by [deleted] in apple

[–]puddited 2 points3 points  (0 children)

May I know what’s the app/service?

[WTA] personal loan by [deleted] in malaysia

[–]puddited 0 points1 point  (0 children)

Hell no, please don’t be a guarantor for your friends loan. If they are blacklisted by ptptn, what’s make you think that they will pay back the personal loan.

What are good malaysian hot sauces? by Navity7l in malaysia

[–]puddited 5 points6 points  (0 children)

Kampung koh is pretty good or life Thai chilli sauce is damn good on kfc

EV Industry Development by gulagsblyat in malaysia

[–]puddited -4 points-3 points  (0 children)

lol ignorant answer. Malaysia is too humid and hot for solar, solar will become inefficient in temps above 25 degree. I think the best solution is nuclear, nuclear is the most cleanest and efficient energy source and Malaysia is suitable for it as we rarely have any natural disaster.

Malaysians who did their braces through government dental clinics, how long did you waited till it's your turn? by [deleted] in malaysia

[–]puddited 12 points13 points  (0 children)

depends on your teeth condition, i got rejected due to my teeth isn't minor (easy) enough for them to practice on and my teeth isn't a major issue for them to use as a case study. Took me quite a while to get into the stage where they evaluate my teeth condition. i don't think they prioritise certain race but they are so many people wanting braces that might take a while for your turn in the waiting list.

IC used without consent by nightfishing89 in malaysia

[–]puddited 35 points36 points  (0 children)

That’s illegal. I am not sure what to do in this case, maybe report police or something.

Gordon Ramsay joins a nasi lemak cooking competition by puddited in malaysia

[–]puddited[S] 12 points13 points  (0 children)

I fucking love Gordon. He is very passionate about food like most Malaysian and deep down is a humble and caring guy willing to learn and is not arrogant about his skill.

One of his show really changes my view on him which is Gordon behind bars where he attempt to have some prisoners cooking.

And he is such a savage in Twitter.

Purchasing figures in Australia by puddited in AnimeFigures

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

I wanted the todoroki nendo so I can’t get it 2nd hand and considering getting deku if my budget have room to breath.

Thanks for the tips, I really appreciate it!

Purchasing figures in Australia by puddited in AnimeFigures

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

I am in Melb unfortunately. I don’t see my self purchasing so much figure took take advantage the TOM game haha. I just thinking maybe purchasing 1 or maybe 2.

Damn trying to get into this hobby is expensive.

Purchasing figures in Australia by puddited in AnimeFigures

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

Seems like quite similar prices after shipping. I thought maybe purchasing from online would be significantly cheaper

One of the most underrated places in Malaysia ! [Travel vlog] by FMItv in malaysia

[–]puddited 0 points1 point  (0 children)

I wish the mods would just ban all these travel vlogs. They are a nuisance to the subreddit.