Decide

joined 1 year ago
5
submitted 9 months ago* (last edited 9 months ago) by Decide to c/[email protected]
13
submitted 9 months ago* (last edited 9 months ago) by Decide to c/programming
 

I don't mean services like MOOCs, but rather platforms that go in-depth into tech stacks and related technologies like how Laracasts focuses on PHP and its ecosystem. It could be about any language or technology.

 

Preamble: I'm sure there's a better community to ask this question, comment below if you're aware of it.

Okay, for background I'm a bootcamp student, I'm still learning, but I'm almost done. I've been tweaking my LinkedIn as I go, trying to be more attractive for recruiters in the future. Well, last week I was contacted by a recruiter, and asked if I was interested in job opportunities. I did some brief research, and it looks like an actual company on Glassdoor. Anyway, I sent over my resume, and was on a call for maybe 5 minutes. We talk for a bit, and she asked me how I am in interviews and my experience. I tell her that I've been "technically" freelance, but I haven't done anything because of starting cost, but she seemed to ignore that concern. Towards the end of the call I asked her if this would be with her company, and she said yes, and then I said bye.

Now, the problem is that this company is specifically for interview prep, and helping students get hired at other companies. While she said I'd be with her company, I'm concerned that I'm trying to be sold something here. The company is called GigaMe, and there is barely anything online about them.

So, my overall question would be, "what would you do?" Or, what should I expect? I don't think i should get my hopes up, but any advice would help.

4
submitted 1 year ago* (last edited 1 year ago) by Decide to c/learn_programming
 

I'm currently having trouble with the phone component I'm writing. To be extra vague about it, on my onChange, I'm using a function to move to the next text box. However, when I use my data handler function to raise the value to the parent, it doesn't work. In addition, by adding my data handler to the individual text boxes, it breaks my next Box function.

//dataHandler => raises state data to parent
//nextBox => moves focus to next text box 
 
//onChange should be here
 {
    dataHandler(dataProp, e); 
    nextBox(1);
} />

In the code above, either nextBox works alone, or if I add my handler, then neither work.

I'm also wondering about practices. On other forms, I put this type of handler on single boxes, and it works fine. Since my phone input component has multiple boxes, I'm thinking that onChange won't work exactly the same regardless.

Any advice, tips, or need to know info?

Ps: I'm on mobile, so I greatly simplified the code I'm using, and the formatting is wonky. Assume that there's an onChange before the brackets with an (e) =>. My app or lemmy is deleting it on submission.

[–] Decide 3 points 1 year ago

Thank you! Your reply provides a lot of missing context. It will be my bible, or at least part of the guidelines I need to get something started.

[–] Decide 3 points 1 year ago (2 children)

This makes a lot of sense. I'll have to see how I can apply this locally, but at least it's more information that I had before on how to approach this. I appreciate it, thank you.

[–] Decide 3 points 1 year ago

I'll look into this and see if I can fill in the gaps. Thank you!

[–] Decide 2 points 1 year ago (9 children)

I have a degree in philosophy, which, as far as I can tell, is more of a "support" degree that says I like thinking and learning a lot. I've thought about going back and seeing what I can do, but I'm honestly so broke that it's not a viable option.

Related, but how much time per day did you put into learning practical skills? I put in a few hours each week, maybe somewhere between 5-10 hours, but it feels like I'm really low-balling the amount of time I should be coding and applying what I know.

 

I know some basic HTML, CSS. JS, and very little React -- I'm learning it currently. One of the things I see mentioned online is freelancing as a way to earn income. Now, I've tried this before in the past on UpWork, and it was nearly impossible to get anything out of it, I rarely received a response and that required submitting a lot of proposals which in turn cost a lot of money.

When I go on UpWork, many of the jobs need WordPress developers or an array of skills I simply do not have and appear to require a lot of time to learn.

Furthermore, I'm in an odd place financially and career wise, where I can't seem to get a job anywhere, not even at places that would've hired me before, and certainly not as a junior developer.

I suppose I'm asking for advice. If freelancing is an option to pursue, how do I go about it in the cheapest and most cost effect way possible? If freelancing is not the right option, then what can I do with what I do know? Lastly, is the job market in a weird state for every sector?

[–] Decide 1 points 1 year ago

This is incredibly helpful and gives me something to aim for. Some of what you've mentioned reminds me of the book "Never Split the Difference." Are there any resources or tips you've found helpful in encouraging teamwork or cohesion within a team? Or was most of the learning on the job and mostly gained through experience?

[–] Decide 2 points 1 year ago (2 children)

I'll take you up on that offer.

  • What sort of hard vs soft skills do you have? Or, what skills would you say that you use most often in day to day?

  • What sort of terms, ideas, or concepts go into this type of work?

  • Lastly, how would someone study or work towards this? It sounds like something that would strictly require a business degree.

[–] Decide 2 points 1 year ago (4 children)

Can you tell me more about this or where to read more? It's the first time I've heard of project management in development - I usually hear it associated with the business side of things.

[–] Decide 3 points 1 year ago

Interesting. I'll make a note of this and start collecting some resources. Thank you.

 

For the past year and so many months, I've been in a front-end web developer boot camp. It's self-paced, and for the concepts I know, I feel as though I have a decent grasp on how to use them. Still, based on my failed freelancing attempt and the job requirements I see listed often, it seems like it'll be a long time until I can get a job.

What I currently know is HTML, CSS, JS. I know some basic git and node. I'm currently learning React and Typescript. I am very certain that this is not enough to land a job, and I would like to know any skills I should know by this point.

When I do have the skills, what is the best way to apply to jobs, and what should I know when applying?

[–] Decide 4 points 1 year ago

Especially if it's free. Who would say no to free food?

[–] Decide 11 points 1 year ago

Similar, but in a past job, I didn't pick up on some cues, treated a coworker like how I treat everyone, and I got yelled at by them. They told me to respect the hierarchy and that I'm not his equal - I was training for a higher position at the time. I was later let go for other reasons they wouldn't mention.

[–] Decide 1 points 1 year ago

Thanks for the tip! I've gotta try that

view more: ‹ prev next ›