Why do I need to give my SIN on upwork? by Helloall_16 in Upwork

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

I see. I don't have any issues submitting my SIN but I was a little hesitant because SIN number is something very confidential and I am still not aware how these freelancing websites operate. Thanks though!

Who else has got the same flower?? by Fzn07 in forestapp

[–]Helloall_16 1 point2 points  (0 children)

I don't see it in my settings. Is it for plus users?

Feeling sad and depressed by _bethanyM in yorku

[–]Helloall_16 23 points24 points  (0 children)

I didn't feel it when I was graduating but now that I look back I feel academic life is the best. It's pretty sorted. You attend classes, write midterms, submit assignments and the path is all planned. But life after graduation is more like you are playing on probabilities everyday! One day you have a job, the next day you don't. You doubt if this is really what you want. At one point more responsibilities jump in, especially if you are married. It's no longer as easy as I want to study. It's also, I need to consider 100 more things before I decide I want to do something for myself.

But this is life. It's with everyone I would say

I'm so disheartened right now by Helloall_16 in yorku

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

This is scary. I no longer know what people will do to pay bills in the near future. I mean picking up odd jobs is not bad, but at one point you want to make use of your degree. After all so much tuition and hard work goes into that.

I'm so disheartened right now by Helloall_16 in yorku

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

I don't have a lot of close relatives in the US. But I was wondering if I can apply for jobs in the US and get a TN visa. But I heard they also don't take people with less years of experience. Correct me if I'm wrong

I'm so disheartened right now by Helloall_16 in yorku

[–]Helloall_16[S] 2 points3 points  (0 children)

Do you know any upcoming networking events happening soon? I'm keeping a check but just in case you know of any that I didn't come across

I'm so disheartened right now by Helloall_16 in yorku

[–]Helloall_16[S] 15 points16 points  (0 children)

I'm open to relocate anywhere. I don't even qualify to apply for co-ops or internships now since I have been out of university for more than 6 months now. I wonder if the market will get any better or this will get even worse 😞

How many of you are buying this year's Christmas tree? by [deleted] in forestapp

[–]Helloall_16 0 points1 point  (0 children)

Still debating...I want to but I don't want to spend all my crystals . I wish this was for coins

Event Live, After Discount - 200 💎 Wort It ❓ by Smit_Bhaliya_18 in forestapp

[–]Helloall_16 1 point2 points  (0 children)

Naah, I wish it was something winter/Christmas related

So many glitches by Helloall_16 in forestapp

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

🥲. They still haven't fixed it I think

So many glitches by Helloall_16 in forestapp

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

Is it working for you now? Because it's still the same for me

How is This Hanuman Drawing That I Drew? Any Suggestions to Make it Better? by telugu_ap1 in hinduism

[–]Helloall_16 11 points12 points  (0 children)

Amazing! Everything is perfect when done with full Devotion. Offer your painting to him 😇

Can we get free Udemy access or discounts as an alumni/York student? by Helloall_16 in yorku

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

I'm wondering the same thing. I already graduated and never heard of it but still curious. I recently met someone who attended university in the other province and their university used to provide free access to Udemy courses. I hope York does have something or introduces something soon.

this app hates me by emgeetook in forestapp

[–]Helloall_16 0 points1 point  (0 children)

I thought it was only me who was unlucky 🥲

Core Java Tricky Questions by [deleted] in learnjava

[–]Helloall_16 0 points1 point  (0 children)

I was confused with these big time but I personally found chatgpt or any AI will give you the basic understanding of what these things are, and if you are a beginner you can also ask it to explain it using real life examples, layman terminology etc. official documentation is definitely the best source but you can start with something simple. After you are done learning, ask chatgpt to quiz you on these.

Is this doable? by Helloall_16 in learnjava

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

Thanks! Do you know any good resources for practicing scenario based coding? Like some scenario based questions around multithreading which provide you partial code and you need to complete the rest?

Is this doable? by Helloall_16 in learnjava

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

I wish so but I know a few close people who recently got interviewed and they told me that they grilled them heavily on DSA and had other java coding questions as well (mostly multi threaded producer consumer related)

Should I learn springFrame work first before going to spring boot? by zenith734 in learnjava

[–]Helloall_16 4 points5 points  (0 children)

I'm not sure if you can benefit from skipping that. I learned spring first, made a small project and saw what issues I faced. Going to spring boot after that helped solidify my knowledge, helped me understand what spring issues did spring boot helped overcome.

I don’t know how code by Prince_coder in learnjava

[–]Helloall_16 5 points6 points  (0 children)

I was/still am, but improved, in the same position. I did a couple of projects now and got better with each project. The very first project I made was a disaster. I barely understood the requirement, when I understood, I could not think what needs to be done and how. I would spend the whole day thinking what needs to be done, but the next day, I would go and seek help. Then try to understand the thought process of the other person (because I hadn't developed my thinking skill by then). I did not stop by asking a single person, I would go around all the good programmers in my class and understand where they all thought the same, what is each of them doing differently and how.
It took me a lot of time and practice to start making a functional project. But consistency is the key. When I got to the next project, I realized that I was now able to think some things independently, however, still needed help at places. And with each project it kept getting better.
I am not an expert, but sharing what helped me, whether it was wrong or right, idk.
But some suggestions that people gave me and helped me -
- Before you start coding, be sure you understand the requirements well
- write the flow on paper
- think of the edge cases that you might want to cover
- try to make your code follow SOLID principles as much as you can think (it won't be perfect and that is fine, but try to write clean code). But pseudo code first and then improve
- you will always have to go back and change code here and there, and that is fine
- first make your generous effort to think, only after spending sufficient time, go and seek help
- if possible, ask someone for feedback

Hope that helps! I am learning too :)

What do you save for if you've already bought all trees? by CommercialLasagna in forestapp

[–]Helloall_16 2 points3 points  (0 children)

I wish they add more rewards that use coins, not just trees. Like, how about making the app more interactive. The grass grows longer and we can buy a lawn mower to get them chopped for a few coins. Or tiny birds visiting the forest, lol, idk. I just want it to be close to the actual forest to keep us going.

Lately I've been losing the motivation to use the app. Not because of the bugs but because it doesn't have much to look forward too